android 微信跳一跳 小游戏 辅助

时间:2022-09-26 23:25:50

借助adb可以精确的模拟手势进行跳跃 原理就是使用一下命令
adb shell input swipe ax ay bx by time

ax ay bx by 为模拟触摸按下和抬起的坐标
time需要填上就是手势时间

例如第一次需要700毫米秒左右
adb shell input swipe 500 500 200 200 700