WeChat Mini Game Jump Cheat Tool
It’s so popular recently, there’s no need not to play it!
use
npm i
npm start
// open localhost:3000/demo 查看识别效果
- Open the developer option USB debugging on the Android phone, Xiaomi needs to allow simulated click events
- Follow the steps above to start the program
- Connect the data cable to the computer, open WeChat "Jump" and click start
- Open localhost:3000 to automatically jump, open devtools to view the logs
progress
- Currently completed image canvas recognition position
- Automatic jump completed
principle
Only supports Android
- First, pull the screenshot to the local through adb
- Get the current and jump position of local pictures through Canvas
- By calculating the distance between two points, scaling according to 720, and then multiplying by the coefficient 2.04 is the time
- Send long press event through adb, the event is the time calculated in the third step