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

    Members
    • Posts

      65
    • Joined

    • Last visited

    • Days Won

      3

    Presumptuous last won the day on August 22 2023

    Presumptuous had the most liked content!

    5 Followers

    Recent Profile Visitors

    2328 profile views

    Presumptuous's Achievements

    1. Malicious code will not be uploaded to the SDN, pretty sure the developers would not allow that as they themselves review the uploads. Please do not come with accusations like this.
    2. What trouble exactly to narrow down the issue?
    3. I don't bot tutorial island, I don't do quests right away, I don't use breaks and I don't train the same thing each day or a mix of things in a day. My account hasn't gotten banned yet and this is F2P on an IP/Host Machine that has received many bans prior on other accounts. Even created the account on the same IP and machine.
    4. Start at any point after tutorial island.
    5. Ive been trying to replicate the issue with the mill but no luck. As for the basement error, I didn't add a null check for a condition but it shouldn't prevent it from exiting.
    6. You could simply use: Walking.walk(tile); Sleep.sleepUntil(()-> Players.getLocal.isMoving(), 2000); Then add an additional sleep to prevent the bot from clicking a new tile after moving. You could add another conditional sleep for if the player isn't moving or if you want it more efficient, add a conditional sleep that calculates distance to the destination so it doesn't have to wait until it stops moving to click again. For instance, I use: Sleep.sleepUntil(()-> Walking.getDestinationDistance() <= 1, 5000); This allows the bot to walk smoothly without stopping or clicking more than it should.
    7. I use imgur, here is how I load my image into the gui: JLabel logo = null; try { logo = new JLabel(new ImageIcon(ImageIO.read(new URL("https://i.imgur.com/onCw3U4.png")))); } catch (Exception e) { e.printStackTrace(); }
    8. Ill have to go back through this script and clean it up. Glad to hear it mostly works for you. Ive run this right out of tutorial island. I stay away from Romeo and Juliet usually to avoid bans early on and complete it once some stats are raised.
    9. But then Id have to code like 5 more minutes, what logs specifically are you looking for?
    ×
    ×
    • 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.