
Originally Posted by
n3ss3s
Yup, Edge Quiet & Fast = fail.
Laggs terribly + doesn't find it
Colors > Bitmaps.
Yea always hovers on the poles. Thts why i always make my own procedure aka.. :
SCAR Code:
Procedure NOpenBank;
Begin;
If FindObj(x,y,'Bank',7042941,5) or
FindObj(x,y,'booth',2900815,5) or
FindObj(x,y,'ank boo',7767438,5) then
Begin
Mmouse(x,y,0,0)
If IsUpText('Use') then
Begin
Mouse(x,y,0+Random(3),3-Random(2),false)
ChooseOption('uickly')
wait(1000+Random(3450))
end;
Writeln('Bank Found')
end;
end;
;D