Hey guys and girls, i'm working on my first script and i've completed it. I'm in the proofreading/error fixing stage and i've encountered a problem that my eyes cant seem to fix.
My appologies if this is a rookie error!
Only part i've been struggling with is banking. :PPHP Code:procedure BankPotato;
begin
if not LoggedIn() then
exit;
if not R_BlindWalk(point(3092, 3245)) then
begin
TerminateScript;
end;
if FindObjCustom(x, y, ['ooth'], [4541265, 4742251, 1391697, 206648] , 5) then
begin
MMouse(x, y, 5, 5);
if (IsUpTextMultiCustom(['ooth'])) then
ClickMouse2(mouse_left);
wait(randomrange(750, 2000));
DepositAll;
until(InvCount=0);
end;
end;
Thanks for your time!!![]()


Reply With Quote











