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. If you read my post above I said the whole client doesn't even start. I know what norandoms does and I have my own login handler but those make no sense if I can't even open the client. EDIT: Got it working by putting my username in quotation marks.
  2. Shows the exact same behavior as I stated in my comment above.
  3. Forgot to mention I already tested that and didn't even start, might be caused by the space in my name. Even tried it like this but won't start either. String[] command = {"java","-jar","osbot.jar","-login", "\"The", "Undefeated\":password"};
  4. Trying to get better at Zulrah.
  5. This only starts the bot and doesn't log it in. String[] command = {"java","-jar","osbot.jar","-login \"The Undefeated\":password"}; ProcessBuilder pBuilder = new ProcessBuilder(command); pBuilder.start();
  6. Can explain enough about that.
  7. But how can I add CLI parameters to it now? Can't figure that out. ProcessBuilder doesn't allow a 3rd argument.
  8. As I said in my OP, the login page was open for 20-30 seconds when it showed the error.
  9. I use this code to start the bot in a java application: String completeCLI = "java -jar \"root/Desktop/osbot.jar\""; System.out.println(completeCLI); Process proc = Runtime.getRuntime().exec(completeCLI); proc.waitFor(); This works in Windows, but not in Ubuntu. Anyone knows how I can start my client in Ubuntu?
  10. Wasn't using a proxy, but thanks for thinking with me.
  11. Had this error once, restarted with the exact same CLI and didn't happen again, how to prevent it? The client loaded until the login screen, and did nothing, 30 seconds later this error appeared.
  12. The Undefeated replied to kEzyv's topic in Spam/Off Topic
    It's 360p
  13. It's a bug: https://osbot.org/forum/topic/120735-f2p-setting-on-client-doesnt-work-on-linux/
  14. That Scroll lock is triggering me.
  15. 1k Magic pyre logs sold each day, you can't call that a money making method.
  16. Wow, didn't even notice that. I thought you wanted him to add a check himself.
  17. Could be made cleaner: private void funkyDropAll(final String itemName) throws InterruptedException { getKeyboard().pressKey(VK_SHIFT); for (int i = 0; i < 28; i++) { Item item = getInventory().getItemInSlot(i); if (item != null && item.getName().equals(itemName)) { getInventory().interact(i); MethodProvider.sleep(random(20, 25)); } } getKeyboard().releaseKey(VK_SHIFT); }
  18. You should just let it drop normally because it won't go any faster. You should use interact if you want to drop items faster but I don't recommend it.
  19. s.getInventory().getItemInSlot(0).interact("Drop"); s.getInventory().getItemInSlot(4).interact("Drop"); s.getInventory().getItemInSlot(1).interact("Drop"); s.getInventory().getItemInSlot(5).interact("Drop"); s.getInventory().getItemInSlot(6).interact("Drop"); s.getInventory().getItemInSlot(2).interact("Drop"); Go ahead and use this.
  20. Stop posting your shit.
  21. The Undefeated replied to Void's topic in Runescape
    Range Void OP.
  22. Type of trade: GP -> Account Your skype: shiner123321 Other Person's skype: live:jakebeal9 Do you agree to TOS: Yes.

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.