Jump 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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. Submit a bug report with a proper description, and an example of where it doesn't work properly. (with images/code included). Might be the reason that the webwalker has been acting up, if there is an actual bug here
  2. Indeed, what are proxies? And on the same topic, what is the internet, and what even is a computer?
  3. got the thread in favorites
  4. I don't understand dutch :| pls translate
  5. Still buying burnt monkfish
  6. Banned for impersonation
  7. getName(). Note that rs names contain special space characters, which do not equal to regular spaces
  8. I can't check your auth; try seeing what it says in your Client Area Sounds strange. Add me on skype if this persists, and I'll see if I can help. Did you try restarting the client / see if it works without mirror mode?
  9. Yes, you can configure it to switch helms. I can give you a trial, yes. Post here or send me a PM when you want to start it
  10. Alrighty. Please be sure to read the OP if you run into any problems (Particularly the Troubleshooting section). Or add me on skype for direct assistance (see profile).
  11. Tomorrow is now. Can I have them?
  12. FrostBug replied to Acerd's topic in Spam/Off Topic
    #Scotty4SpamWarning
  13. Always. What price are you looking for?
  14. Cute bugs in snowy environments
  15. Check out the FAQ on the first post
  16. Buying all burnt monkfish
  17. public void condSleep(int timeout,boolean statement) { new ConditionalSleep(timeout) { @Override public boolean condition() throws InterruptedException { return statement; } }.sleep(); } condSleep(7000,ctx.getInventory().getAmount("Plank") > amountOfPlankInInventory); The method receives a boolean 'statement', which is evaluated to either true or false at the time of the method call. It's not going to magically change during the execution of the conditional sleep. So either you sleep the full time, or not at all.
  18. They are. Can I offer you one (now)?
  19. Thanks @Alek
  20. Interedasting. Read a lot about this, but haven't really ever had the need to use them. final IntConsumer PRINT_I = i -> System.out.println(i); PRINT_I.accept(3); // = 3 final LongConsumer PRINT_L = l -> System.out.println(l); PRINT_L.accept(2); // = 2 final DoubleConsumer PRINT_D = d -> System.out.println(d); PRINT_D.accept(2.5); // = 2.5 I reckon these could also be written as final IntConsumer PRINT_I = System.out::println; PRINT_I.accept(3); // = 3 final LongConsumer PRINT_L = System.out::println; PRINT_L.accept(2); // = 2 final DoubleConsumer PRINT_D = System.out::println; PRINT_D.accept(2.5); // = 2.5 For the same effect.
  21. Can confirm :E. The SDN isn't going to supply external libraries to users alongside the script
  22. FrostBug replied to FrostBug's topic in Hunter
    Starting trial. Does not do anything different at black chins (as stated in the OP)

Account

Navigation

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.