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就会自动乱跑,还有办法完善吗?求大神指点
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就会自动乱跑,还有办法完善吗?求大神指点