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

    Members
    • Posts

      7
    • Joined

    • Last visited

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    Dude32's Achievements

    1. Actually thinking about that now, that does make sense Pandemic - Thank you. It was late last night and as I said I am a noob so I was just happy to have no errors when building the project! Ill play about with the settings and keep testing to see how it goes.
    2. The author of this probably won't see this but even as a noob scripter I have managed to implement the anti-ban into my script. Thank you so much. I had to change quite a few things (Started off with about 100 errors/warnings) but most of these were simple changes to the Dreambot API since 2018 (such as getMouse() becoming static under Mouse). The main one I struggled with was: s.getRandomManager().disableSolver(RandomEvent.LOGIN); You have to create a new RandomManager using the below (Thread is Thread.currentThread(), s is a reference to this script in your variables at the top) RandomManager rm = new RandomManager(Thread.currentThread(), s); rm.disableSolver(RandomEvent.LOGIN); As I said I am a novice scripter but have managed to get this working. If anyone is trying and struggling, please DM me and I can try to help.
    3. Hey Holic! Great script, thanks for providing this for free. I have found one minor issue though, if you are safe spotting it can get stuck on the "Level up" dialogue box. I assume you do not account for this and that when you getting hit it gets rid of the dialogue automatically? I am new to scripting myself so just trying to help you create the best scripts you can. Let me know if you need any further information. Happy to help Edit: Upon further testing the issue doesn't happen very often but I did notice it happen a couple of times when it moved the mouse off the screen.
    ×
    ×
    • 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.