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
  • Try asking for help in the chatbox
  • Pseudo

    Scripter
    • Posts

      501
    • Joined

    • Last visited

    • Days Won

      3

    Pseudo last won the day on January 8

    Pseudo had the most liked content!

    4 Followers

    About Pseudo

    Recent Profile Visitors

    3723 profile views

    Pseudo's Achievements

    1. The only cases I've heard of are people that alch slayer rings and Ethereum braces.
    2. Runecheap.com is a reliable vendor in my experience. (Apologies if I shouldn't be linking external sources, staff. Feel free to remove if so).
    3. Purely down to your own design choices, whatever you find easiest to manage/maintain.
    4. Pseudo

      Noob Scripter

      https://dreambot.org/forums/index.php?/forum/96-tutorials/
    5. Haven't been active recently, anyone used this lately and can confirm it's still working/have any issues to report?
    6. Yeah as I said before, can you show your declaration of 'item'?
    7. - Show us where you're assigning a value to 'item'. - Why are you iterating 28 times? - You should be sleeping (dynamically) upon interaction to avoid 'spam clicking'.
    8. You'd more than likely have to use a hiscores query.
    9. Python is well worth learning irrespective of whether your intended application is botting or otherwise.
    10. Pseudo

      Tracking a npc

      Even if the NPC isn't visible in the scene you ought to be able to determine its location if it's loaded in the region.
    11. [code] Keyboard.pressShift(); for (int i : dropOrder) {//dropOrder being an array of type int[] of the order you want to drop the items Item item = Inventory.getItemInSlot(i); if (item != null //any further criteria can be added here) { if (item.interact()) { //sleep(s)? } } Keyboard.releaseShift(); [/code]
    12. https://www.javatpoint.com/java-jspinner#:~:text=The object of JSpinner class,value from an ordered sequence.
    13. Walking.getDestination is what you need bud. Sleep until X tiles from destination tile before continuing the walking cycle.
    ×
    ×
    • 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.