When banking, it takes a good 10-15 seconds to BankScreen.QuickDeposit.
Clearly something in here^.Code:Procedure Banking; Var I: Integer; Begin If Not IsLoggedIn Then Exit; If CheckStuff Then Exit; PinScreen.Enter(Players[CurrentPlayer].BankPin); If BankScreen.GetPackCount > 0 Then BankScreen.QuickDeposit(QUICK_DEPOSIT_INVENTORY); For I:=0 To 3 Do If BankScreen.Withdraw(10, WITHDRAW_AMOUNT_ALL, ['']) Then Break; Wait(Random(100)); BankScreen.Close; Wait(Random(100)); TabBackpack.MouseSlot(1,Mouse_Move); OnMe.Reset; OnMe.Start; End;
Cant seem to figure it out.
Thanks in advance!



Reply With Quote
Worked flawlessly except when the camera was all the down and in the wall, so it couldn't find the banker because the screen was all black. I can post a screenshot when it happens if needed. Thanks for the script!








.
