my script should work but it doesn't so can someone help me (i fill in errors in script)
SCAR Code:procedure walktofurnace;
begin
FindColor(x,y,brownrock,645,5,720,85);
x:=x+10;
y:=y-10;
wait(1000);
//right now its supposed to click on x y but it just goes to the rs boarder and starts to freak out
//p.s.the color is already found
mmouse(x,y,3,3);
cmouse(x,y,3,3,true);
wait(7000+random(500));
x:=x+5;
y:=y-20;
mmouse(x,y,3,3);
cmouse(x,y,3,3,true);
wait(7000+random(500));
end;



Reply With Quote




Hope that solves it.







