触摸精灵吧 关注:11,866贴子:44,860
  • 0回复贴,共1

模拟真实点击的效果还是无法绕过防触摸机制

只看楼主收藏回复

function dj(x,y)
touchDown(x+math.random(-13,13),y+math.random(-10,10))
mSleep(math.random(0,20))
touchMove(x+math.random(-13,13),y+math.random(-10,10))
mSleep(math.random(0,20))
touchUp(x+math.random(-13,13),y+math.random(-10,10))
end
用以上代码第一次可以完美点击,第二次点击游戏中的npc就会自动乱跑,还有办法完善吗?求大神指点


IP属地:浙江来自Android客户端1楼2023-08-29 09:07回复