I don't know TOO much about scripting but im attempting to learn.
i've found the script i need to bank @ living rock caverns.. except i don't know how to use Color, Tolerance, and ColorToleranceSpeed and what not.. :\ lol.
Much help would be appreciated. <3Code:function OpenDepositBox : Boolean; var X, Y, T:integer; begin result := false; If(not(LoggedIn)) then exit; begin if FindObjTPA(x, y, 739167, 10, -1, 30, 30, 200, ['deposit']) then begin GetMousePos(X, Y); Mouse(x, y, 0, 0, mouse_left); Result := True; T :=0; repeat Inc(T); Wait(500+random(500)); until (DepositScreen) or (T>=30); end else Writeln('Could not find the deposit box'); end; end;


Reply With Quote


