--脚本描述
DESCRIPTION="英雄战魂钓鱼854480";
-- 适用屏幕参数
SCREEN_RESOLUTION="854x480";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
for i=1,200 do
touchDown(0,186,783);
touchUp(0);
mSleep(5000);
repeat
mSleep(200);
x, y = findColorInRegionFuzzy(0xEFBE08, 85, 42, 710, 136, 817);
until x~=-1
touchDown(0,87,769);
touchUp(0);
mSleep(2000);
x, y = findColorInRegionFuzzy(0xe7d331, 85, 42, 710, 136, 817);
if x~=-1 then
touchDown(0,87,769);
touchUp(0);
end
mSleep(200);
touchDown(0,144,559);
touchUp(0);
mSleep(1000);
end
end
DESCRIPTION="英雄战魂钓鱼854480";
-- 适用屏幕参数
SCREEN_RESOLUTION="854x480";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
for i=1,200 do
touchDown(0,186,783);
touchUp(0);
mSleep(5000);
repeat
mSleep(200);
x, y = findColorInRegionFuzzy(0xEFBE08, 85, 42, 710, 136, 817);
until x~=-1
touchDown(0,87,769);
touchUp(0);
mSleep(2000);
x, y = findColorInRegionFuzzy(0xe7d331, 85, 42, 710, 136, 817);
if x~=-1 then
touchDown(0,87,769);
touchUp(0);
end
mSleep(200);
touchDown(0,144,559);
touchUp(0);
mSleep(1000);
end
end