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
  • sloppybot

    Members
    • Posts

      88
    • Joined

    • Last visited

    • Days Won

      2

    sloppybot last won the day on October 20 2023

    sloppybot had the most liked content!

    3 Followers

    Contact Methods

    • Website URL
      https://sloppybot.tech

    Recent Profile Visitors

    1046 profile views

    sloppybot's Achievements

    1. This is the launcher directory. If you've loaded the client once it should have created a directory inside %userprofile% called Dreambot or %userprofile%\Dreambot\Botdata If you are running it as admin and have a separate admin profile you could check inside there. If it still doesn't appear try re-download the launcher and run again
    2. YOUR_USER is your username. If you don't know it, locate C:\USERS\ then check what folder is inside there and replace the YOUR_USER part with that folder name.
    3. There's an issue where the script continues to run in the background if it's in a loop or recursive function call. If it's your script you can make a check for the loop or method condition to stop if the script has been stopped by user. public static boolean isScriptRunning() { return ScriptManager.getScriptManager().getState() == ScriptManager.State.RUNNING; } // Sleeps until script isn't running or your condition is true. Sleep.sleepUntil(() -> !isScriptRunning() || --Other condition you are running --, () -> --condittion that causes infinite loop on script stop--, 1000, 100); while (isScriptRunning() && -- Other Condition --) { // True as long as your condition is true and script is running. } public void recursiveMethod() { if (!isScriptRunning()) return; // Ends the recursive calls. recursiveMethod(); } https://dreambot.org/javadocs/index.html?org/dreambot/api/data/GameState.html
    4. If you have multiple accounts make sure the correct one is selected before starting the script. It still works for me on my Jagex accounts.
    5. If you are using a Jagex account you may also need to add a username and password to the account manager(You can enter any value).
    6. Hey! Upper level costs 100 gold nuggets. You should be able to achieve it in 24 hours. It's definitely worth it as you'll be able to mine more Ore per click. It's not even close to 10M in osrs gp.
    7. It's not intended as a gold farm script more as a passive income/mining training script. At the end of every 10-11 hour session I have cashed in 2.4 M for 20 days and am now at 97 mining. 5 x 250 = 1 250 000 guaranteed. For money making I'd look into the Medium Clue scroll script by Pyfa or Dreamy on the SDN. It's $15 and you can expect about 2 M an hour.
    8. I don't know I started out at 85 mining, around 230 - 250K hour with rune pickaxe. Bottom floor is way slower than upper floor.
    9. My Motherlode Mine script is free to use and requires P2P and level 30 mining. Profit per hour increases the higher level you are and with your gear. I haven't heard anyone that has been banned from it yet, and I run it about 10 hours a day on a throw away account. As soon as the admins have reviewed my Scripter+ application I will release another two free scripts that focus on earning money while skilling: Profitable bow stringer and profitable high alcher.
    10. Did it work previous to upgrading? have you restarted your PC?
    11. https://dreambot.org/javadocs
    12. You could buy it from a scripter on this website. Users with scripter+ are verified to have completed a basic competency test by site admins. Reach out to a scripter or wait for them to contact you after seeing this post.
    ×
    ×
    • 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.