|

楼主 |
发表于 2021-5-12 22:05:19
|
显示全部楼层
function 加速跳()
repeat
sleep(1000)
local 叠加=0
while var.yy~=false do
--print("y")
touchDown(3,1227,440)
touchMoveEx(3,1227,440,200)
repeat
sleep(200)
叠加=叠加+1
if 叠加==35 or 叠加==80 or 叠加==115 or 叠加==150 or 叠加==196 or 叠加==214 then
touchUp(3)
touchDown(3,1227,440)
touchMoveEx(3,1227,440,50)
end
if var.x>210 and var.x<1073 and var.y>161 and var.y<559 then
touchUp(3)
touchUp(1)
swipe(568,404,568,405,50)
sleep(930)
print("x,y"..var.x1,var.y1)
if var.x1==-1 and var.y1==-1 then
touchDown(4,坐标偏移(1232,552))
touchUp(4)
end
var["x"]=-1
var["y"]=-1
var.yy=false
end
until(var.yy==false)
--local tt=var.yy
end
until(i==100)
end |
|