Signup Now
Results 1 to 2 of 2

Thread: Bank bug

  1. #1
    Free User
    Join Date
    May 2017
    Posts
    1
    Reputation
    10
    Rep Power
    0

    Bank bug

    Hello, i have the problem with all free scripts i can find here. When it comes to go to the bank, after depositing all and checking balance my char is withdrawing some ammount of cash all the time, I don't know the libraries but the line its stuck on seems like:
    wait(1000,2500)
    if islocation()
    then
    depositerbank('sup')
    wait(1000,2500)
    end
    Might be closed, I was able to fix it myself
    Last edited by jaman; 05-11-2017 at 10:44 AM.

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by jaman View Post
    Hello, i have the problem with all free scripts i can find here. When it comes to go to the bank, after depositing all and checking balance my char is withdrawing some ammount of cash all the time, I don't know the libraries but the line its stuck on seems like:


    Might be closed, I was able to fix it myself
    Lib Lucas

    depositerbank(supplycategory, extragold, logoutifnocash)


    wait(1000,2500)
    if islocation() then
    depositerbank(false, 0, false)
    wait(1000,2500)
    end

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •