-- 主入口
function main()
if isColor(666,778,0x423c42)
then
sleep(83)
touchDown(194,954)
sleep(20)
touchMove(218,804)
sleep(20)
touchMove(256,802)
sleep(20)
touchMove(282,956)
sleep(20)
touchUp()
else
end
if isColor(153,686,0xdee3e7)
then
sleep(60)
touchDown(322,300)
sleep(60)
touchMove(322,635)
sleep(60)
touchMove(322,495)
sleep(60)
touchUp(0)
else
end
end
main()
end