Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Leaderboard

    Popular Content

    Showing content with the highest reputation on 02/11/24 in all areas

    1. Buy your DreamBot Credits here from a trusted staff member Over $100,000+ traded 100% Positive Feedback Score ⭐ To purchase, create a ticket on my Discord server ⭐ ⭐ Join my Discord by clicking here ⭐ I accept Crypto at $1.15 per credit I accept PayPal Venmo CashApp Zelle at $1.25 per credit I accept RS GP at $1.25 per credit* *GP price is determined by current buying price of the biggest gold sites; if you think the GP rate should be higher, then it is your own fault for overpaying for GP when you could've been buying it for less There is a $1.00 convenience fee for orders under $40. If I do not respond to your Discord request right away, I am unavailable and will respond to you as soon as I can.
      1 point
    2. fallacy87

      Break identifier

      When i tested it, it worked (forced a break from the client) but returning super.onLoop() stopped the loop. So just remember to do some logic and return an actual value on the loop to keep the loop going until you hit your desired conditions, then return super.onLoop()
      1 point
    3. fallacy87

      Break identifier

      So what you want to do is create a custom break handler and add it to the RandomManager. In the "onLoop()" method you can set a code to go to a safe spot or logout or do whatever. public class CustomBreakSolver extends BreakSolver { @Override public String getEventString() { return "MY CUSTOM BREAK HANDLER"; } @Override public int onLoop() { Tile closestBank = BankLocation.getNearest().getTile(); Walking.walk(closestBank); if(closestBank.getArea(4).contains(Players.getLocal())) return super.onLoop(); else return 100; } } @Override public void onStart() { super.onStart(); BreakSolver breakSolver = new CustomBreakSolver(); getRandomManager().registerSolver(breakSolver); log("CUSTOM BREAK SOLVER? "+getRandomManager().isUsingCustomBreakSolver()); }
      1 point
    4. One of the best and cheapest scripts I've used. Flawless.
      1 point
    5. If you are able to gather info and proof identifying their DreamBot account, we will be able to take action against their account if they don't respond to your dispute.
      1 point
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.