SCAR Code:procedure walking;
var x,y: integer;
begin
repeat
setrun(true);
wait(30+random(60));
if findsymbol(x,y,'kebab shop') then
begin
Mouse(x,y,2,2,true);
Fflag(1);
end;
until(false);
end;
yea it wont find kebab symbol any ideas and dont post anything about failsafes because its not finished im only asking how to find that symbol it never finds it.![]()




Reply With Quote






