hi im quite new to scar. ive been trying to figure out how to get scar to find a color and click on it and then wait , for my auto ranger that im making any suggestions on how to do this would be apprciated.
hi im quite new to scar. ive been trying to figure out how to get scar to find a color and click on it and then wait , for my auto ranger that im making any suggestions on how to do this would be apprciated.
that will find the color that u put instead of {color} then click then wait 2 secondsSCAR Code:if FindColorTolerance,x,y,{color},msx1,msy1,msx2,msy2)then// this as long as its main screen u click on
begin
Mouse(x,y,2,2,true);
Wait(2000);
end;
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
at this page you can find a solution for allmost evrything:
http://www.srl-forums.com/forum/tuto...ners-f176.html
thanks!!! thats everything i needed u guys rock
There are currently 1 users browsing this thread. (0 members and 1 guests)