level 1
scml
楼主
while true do
if getColor(518,1080) == 0xf8cc31 then
touchDown(1,518,1080)
mSleep(100)
touchUp(1,518,1080)
mSleep(2500)
break
else mSleep(1000)
end
end
while true do
if getColor(583,1080) == 0xf8cc31 then
touchDown(1,593,1080)
mSleep(100)
touchUp(1,593,1080)
mSleep(2500)
break
else mSleep(1000)
end
end
while true do
if getColor(113,820) == 0xf6cb31 then
touchDown(1,113,820)
mSleep(100)
touchUp(1,113,820)
mSleep(2500)
break
else mSleep(1000)
end
end
2014年09月27日 15点09分
1
if getColor(518,1080) == 0xf8cc31 then
touchDown(1,518,1080)
mSleep(100)
touchUp(1,518,1080)
mSleep(2500)
break
else mSleep(1000)
end
end
while true do
if getColor(583,1080) == 0xf8cc31 then
touchDown(1,593,1080)
mSleep(100)
touchUp(1,593,1080)
mSleep(2500)
break
else mSleep(1000)
end
end
while true do
if getColor(113,820) == 0xf6cb31 then
touchDown(1,113,820)
mSleep(100)
touchUp(1,113,820)
mSleep(2500)
break
else mSleep(1000)
end
end