用4S机的朋友,如果脚本不能自动返回。请自行改一下。把::C::到::E::这段换成以下的:
::C::
x, y = findColorInRegionFuzzy(0x129410,95, 363,556 , 363,556 )
if x ~= -1 and y ~= -1 then
goto D;
end
mSleep(1000)
goto C;
::D::
x, y = findColorInRegionFuzzy(0x007FDD,95, 209,558 , 209,558 )
if x ~= -1 and y ~= -1 then
mSleep(2000)
touchDown(0, 209,558 )
mSleep(100)
touchUp(0)
mSleep(500)
touchDown(0, 209,558 )
mSleep(100)
touchUp(0)
goto E;
end
mSleep(100)
goto C;
::E::