SCAR Code:program autominer;
{.Include SRL/SRL.Scar}
procedure orefinding;
begin
Findcolor(x,y,54323,5,5,515,340)
Mouse(x,y,5,5,true)
wait(1500)
end;
procedure dropores;
begin
mousespeed:=1
dropto(2,28)
end;
it says line 23: error:identifier expected in script
???
and wat does
ftwait(6); meanSCAR Code:procedure orefinding;
begin
if(Findcolor(x,y,54323,5,5,515,340)) then Mouse(x,y,5,5,true);
FTWait(6);
end;



Reply With Quote







