Results 1 to 2 of 2

Thread: DepositAll for Deposit box's

  1. #1
    Join Date
    Mar 2011
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default DepositAll for Deposit box's

    Can someone please help me make the script im using "Deposit carried items" into the deposit box, as it stand right now it opens the box and doesn't do anything but loop back to where it should go after it banks. I don't know if the method got broken after SRL5 but this is the code that doesn't do what it should:

    Simba Code:
    if FindBox(False) then
      begin
        FindBox(True);
        ChooseOption('posit');

        while ((not DepositScreen) and (j < 20)) do
        begin
          wait(random(500));
          j := j + 1;
        end;
        if (DepositScreen) then
        begin
          if (PICKAXE_EQUIPPED) then
          begin
            DepositAll;

  2. #2
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    You can make a dtm from the deposit all button and click it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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