i am making my first simple autochopper, and i dont know how to make it click on a colour. can someone help?
heres my procedure:
SCAR Code:procedure Findcolorandmoveto;
begin
If (FindColor(X, Y, 1794135, MSX1, MSY1, MSX2, MSY2)) Then
MMouse(X, Y, 5, 5);
end;
how do i get it to click on the color it finds?


Reply With Quote







