This Script Is For Your Script!
SCAR Code:
{This Script Is Very Helpfull If You Have Something That Needs To
Find The Bank Symbol & Click On It}
// All Credits Go To: Lordgreggreg
// This Script Uses SRL, If You Don't Have It Download It For The Sript To Work
// Just Copy And Paste This Script Into Yours If Needed!
PROGRAM New;
{.Include Srl/Srl.Scar}
VAR S :String; I :Integer;
BEGIN
DisguiseScar('Google');
IF FindSymbol(X,Y,'Bank') THEN
BEGIN
Writeln('Clicking On Bank Symbol');
Mouse(X,Y,5,5,True);
Writeln('Walking To Bank Symbol');
END;
END.