Hi
Could someone make a coord clicker that right clicks the same location every 1 second? Using FindColor.
Color Picked: 5463379 at (225, 176)
Thanks, I tried it, but this is all I got now the errors are frustrating me..
BTW, its for strength training in Frugoo Scape Private Server.
SCAR Code:program New;
{.include SRL\SRL.scar}
var
x , y
procedure Find;
begin
repeat
if(FindColor(x, y , 5594965, 0, 0, 368, 358))then
begin
Mouse(x, y, 0, 0, true);
wait(1000);
end.


Reply With Quote








