JumpJump
加入图形界面,自动运行
微信小遊戲跳一跳kotlin PC破解
微信小程式可以玩遊戲了,我們來破解《跳一跳》這個官方出品的小遊戲吧。
用usb調試安卓手機,用adb截圖並用滑鼠測量距離,然後計算按壓時間後模擬按壓。
$ adb shell input swipe < x 1> < y 1> < x 2> < y 2> [duration(ms)] (Default: touchscreen) # 模拟长按
$ adb shell screencap < filename > # 保存截屏到手机
$ adb pull /sdcard/screen.png # 下载截屏文件到本地
開發環境: Kotlin, IntelliJ IDEA
https://github.com/iOSDevLog/JumpJump
用IntelliJ IDEA Open JJ 目錄
我MacOS 上面是Java 9, Windows 10上是Java 8.
可能要配置Project Structure -> JDK, Edit Configurations -> Kotlin -> Configuration -> JRE 重新選擇JRE 運行
Build -> Build Artifacts -> JJ:jar -> Build
https://github.com/iOSDevLog/JumpJump/releases
或百度網盤: https://pan.baidu.com/s/1mhFMVrE
連結: https://pan.baidu.com/s/1i4Pw7hb 密碼: ajjt
JJ.jar
,選擇adb 路徑運轉中可調節Ratio
。
切換模式最好重新開啟應用程式。
https://github.com/easyworld/PlayJumpJumpWithMouse
JumpJump is released under the GPL V3 license. See LICENSE for details.