Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The Undefeated

Members
  • Joined

  • Last visited

Everything posted by The Undefeated

  1. Isn't there an option when ConditionalSleep reaches timeout it will repeat method x and checks again if the condition is true in a loop?
  2. If there's a reason why it would run in an infinite loop it would be quite useful, if the script continues while not being able to open the bank it could lead to more bigger problems.
  3. This is my open bank method. public void openBank() throws InterruptedException { NPC banker = getNpcs().closest("Banker"); if(!bank.isOpen()) { if (banker != null && banker.isVisible()) { banker.interact("Bank"); } else { getBank().open(); } Timing.waitCondition(() -> bank.isOpen(),6000); sleep(random(300,600)); } } It has a conditional sleep and it still happens sometimes. The same for opening Grand Exchange, it opens it and closes it 2/3 times. It even accidently pressed on the banker NPC opening a dialoge and not opening the bank. There is also a bug in the buyItem method for the GE. Not always 3, sometimes even 4. I'll try to record it. I don't really want to add a conditional sleep to every method which requires to open a interface if there's another option. The weird part is that it also closes the interface, why should it? When calling the openBank() method, does it automatically close and reopen it?
  4. When using Low CPU mode, the bot actually skips methods or gets stuck. For example: When trying to open the bank, it will open it, right after close it and does this 3 times. Any way to fix this? Or is the best way to just not use low CPU mode.
  5. ^ I wouldn't recommend using mirror. It's not supported by the most scripts.
  6. It's 2 pounds a month, just buy it lol. If something like that was free, every item on it would be already flipped.
  7. Would love to see an option to add parameters per account instead of per script.
  8. https://www.ge-tracker.com/
  9. This doesn't work. You need this: Position[] path = { new Position(0,0,0), new Position(1,1,1) }; getWalking().walkPath(Arrays.asList(path));
  10. As soon as you share your good money making method, it isn't good anymore.
  11. It were real questions, please answer all of them. Otherwise it's hard to determine if your bans could be expected.
  12. Doing all this on the same IP? Botting tut island with a public script? Using public scripts to bot your accounts?
  13. Depends on how big your goldfarm is, if it was much bigger and all using the same POH it would be pretty suspicious when JMods take a look.
  14. Already thought you were doing that but isn't it kinda risky considering that all the bots are in 1 POH? Your whole farm could be wiped at once.
  15. RIP

    The Undefeated replied to Mio's topic in Spam/Off Topic
  16. If asauced2 and asauceda2 stops complaining about other people and starts learningvto script on his own. It ain't hard.
  17. It's just coincidence.
  18. What if the username has more than 1 space?
  19. How do I trade people with a space in their username? name.replaceAll(" ", "\\u00a0") This code doesn't work.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.