SCAR Code:program MyScript;
var
x, y: Integer;
begin
repeat
if(FindColorTolerance(x, y, 10079487, 1, 1, 350, 320, 25))then
begin
MoveMouse(x, y);
ClickMouse(x, y, True);
end;
until(False)
end.
Hmm this seems correct, but all it does it click in random places. And, Yes the colors are correct. What is wrong?![]()


Reply With Quote







