SCAR Code:
program New;
{.include srl/srl.scar}
var x,y: integer;
procedure GoToColor;
begin
repeat
disguise('avast antivirus')
If(FindColor(x,y, 5133667 , 495, 166 , 991, 478))then
begin
clickmouse(x,y, true);
end else
begin
writeln('Didnt find it')
wait(3000+random(500))
end;
until(iskeydown('a'))
end;
begin
gotocolor
cleardebug
writeln(timerunning)
end.
Ok, there is my script and when i use it my computer slows down. I want to know an easier way for my computer. So, feel free to post suggestions!
---Wade007