不是沒爬文 不是沒研究
SCREEN_RESOLUTION="768x1024";
SCREEN_COLOR_BITS=32;
function main()
xx = getColor(310,86);
if xx=="0x73451A" then
touchDown(0, 310,86);
touchUp(0);
end
mSleep(80);
xx = getColor(420,290);
if xx=="0xBDB69D" then
touchDown(0, 420,290);
touchUp(0);
end
mSleep(80);
xx = getColor(175,86);
if xx=="0x813C00" then
touchDown(0, 175,86);
touchUp(0);
end
mSleep(80);
xx = getColor(384,95);
if xx=="0x470E11" then
touchDown(0, 384,95);
touchUp(0);
end
mSleep(80);
xx = getColor(567,71);
if xx=="0x7C7011" then
touchDown(0, 567,71);
touchUp(0);
end
mSleep(80);
xx = getColor(443,313);
if xx=="0x464B0A" then
touchDown(0, 443,313);
touchUp(0);
end
mSleep(80);
xx = getColor(450,470);
if xx=="0x070D16" then
touchDown(0, 450,470);
touchUp(0);
end
mSleep(80);
end
|