This will open your bank, no coordinates needed, then deposit the beginning slot to end slot that was specified.
SCAR Code:procedure OpenBankDeposit(FirstSlot, EndSlot: integer);
var
x, y: integer;
begin
repeat
FindObjCustom(x, y, ['Use', 'B', 'U'], [3421240, 4937311], 4);
Mouse(x,y,1,1,false);
ChooseOption('Use-quickly');
Wait(1500+random(125));
until(BankScreen);
if BankScreen then
begin
Deposit(FirstSlot, EndSlot, 1);
end;
CloseBank;
end;
If you have any questions, or wish to tell me something:
Yahoo: camdoclark@yahoo.com
Thanks,
Cut em2 it

