这是刚刚在帖吧里复制一个大神的。。我手机是三星N2。。为什么不能无限刷无尽。
。。在线求大神帮帮忙改改- - 本人菜鸟一枚.
function getbox()
return isColor(338,901,0x82191C,80)
end
function planemove()
touchDown(360,944)
sleep(10)
touchMove(370,944)
sleep(10)
touchMove(380,944)
sleep(10)
touchMove(390,944)
sleep(10)
touchMove(400,944)
sleep(10)
touchMove(405,944)
sleep(10)
touchMove(420,944)
sleep(10)
touchMove(425,944)
sleep(10)
touchMove(435,944)
sleep(10)
touchUp()
end
function planedie()
if isColor(213,713,0xFDFEFF,90) == false then
return false
elseif isColor(213,713,0xFDFEFF,90) then
return true
end
end
function action()
touchClick(160,1160)
sleep(10000)
touchClick(360,1135)
sleep(10000)
touchClick(360,1135)
sleep(25000)
end
function gameover()
touchClick(235,710)
sleep(10000)
if getbox() then
touchClick(360,910)
sleep(10000)
end
touchClick(195,1145)
sleep(10000)
end
function main()
while isColor(80,48,0x2C2823,80) == false do
action()
planemove()
while planedie()==false do
touchClick(435,944)
sleep(5000)
end
gameover()
end
end
。。在线求大神帮帮忙改改- - 本人菜鸟一枚.
function getbox()
return isColor(338,901,0x82191C,80)
end
function planemove()
touchDown(360,944)
sleep(10)
touchMove(370,944)
sleep(10)
touchMove(380,944)
sleep(10)
touchMove(390,944)
sleep(10)
touchMove(400,944)
sleep(10)
touchMove(405,944)
sleep(10)
touchMove(420,944)
sleep(10)
touchMove(425,944)
sleep(10)
touchMove(435,944)
sleep(10)
touchUp()
end
function planedie()
if isColor(213,713,0xFDFEFF,90) == false then
return false
elseif isColor(213,713,0xFDFEFF,90) then
return true
end
end
function action()
touchClick(160,1160)
sleep(10000)
touchClick(360,1135)
sleep(10000)
touchClick(360,1135)
sleep(25000)
end
function gameover()
touchClick(235,710)
sleep(10000)
if getbox() then
touchClick(360,910)
sleep(10000)
end
touchClick(195,1145)
sleep(10000)
end
function main()
while isColor(80,48,0x2C2823,80) == false do
action()
planemove()
while planedie()==false do
touchClick(435,944)
sleep(5000)
end
gameover()
end
end