触摸精灵吧 关注:11,877贴子:44,854
  • 0回复贴,共1
function click(x, y)
touchDown(0, x, y)
mSleep(20)
touchUp(0)
end
function main()
a = getColor(95,571);
b = getColor(94,648);
if a == 0xFFFBE1 then
if b == 0xFFF47A then
click ( 51,567 )
end
end
a = getColor(44,646);
b = getColor(137,768);
if a == 0x46ABEE then
if b == 0x11AEF7 then
click (133,766)
end
end
a = getColor(213,47);
b = getColor(116,254);
if a == 0x017AD2 then
if b == 0xFCE021 then
click (213,47)
end
end
a = getColor(89,654);
b = getColor(38,778);
if a == 0xFEF980 then
if b == 0xFEF05C then
click (89,654)
end
end
a = getColor(600,39);
b = getColor(387,787);
if a == 0xFFFFFF then
if b == 0xFFDD55 then
mSleep(20)
notifyMessage("哈");
end
end
end有时候3秒点一下 有时候10秒点一下 有时候一下都不点 是怎么回事


IP属地:重庆1楼2015-10-19 20:21回复