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.

Token

Script Officer
  • Joined

  • Last visited

Everything posted by Token

  1. Token replied to Token's topic in Construction
    Authed
  2. Token replied to Token's topic in Construction
    Authed
  3. Token replied to Token's topic in Construction
    Authed
  4. Token replied to Token's topic in Construction
    Authed
  5. Token replied to Token's topic in Construction
    I'm afraid the only exception to the 1 auth per person rule is when OSBot goes down, it wouldn't be fair towards others
  6. Token replied to Token's topic in Construction
    Didn't you have one on 6th of august?
  7. Token replied to Token's topic in Construction
    Authed Post in the refunds section
  8. Token replied to Token's topic in Construction
    Didn't you have one on 29th august?
  9. Token replied to Token's topic in Construction
    Authed
  10. Token replied to Token's topic in Construction
    Authed
  11. Token replied to Token's topic in Construction
    Authed
  12. Token replied to Token's topic in Construction
    Authed
  13. Token replied to Token's topic in Construction
    Authed Authed
  14. Token replied to Token's topic in Construction
    Authed Authed
  15. Create a jar artifact that exports the script jar into the scripts directory
  16. Token replied to Token's topic in Construction
    Authed
  17. Token replied to Token's topic in Construction
    Not atm but I can add it if you think that's useful
  18. I don't see why dialogues would ever be null, that's an instance of an OSBot API class. Try to reformat your code so you have a more clear picture of what's going on in there. CTRL + SHIFT + L in Intellij or CTRL + F in eclipse.
  19. @Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough")) log("We do not have enough."); stop(); } Most likely this one. It may be easier to understand if I reformat the code properly to this @Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough")) log("We do not have enough."); stop(); } If you don't add braces then only 1 instruction is considered to be the if block, therefore this code should stop on any message including when someone types something in public chat if your chat is not filtered. Leveling up sends 1 message in the chat behind the dialogue.
  20. Token replied to Token's topic in Construction
    Authed Authed
  21. Token replied to Token's topic in Construction
    Authed Authed
  22. Token replied to Token's topic in Construction
    Yes but it's very unlikely you got exactly what it expects, just let it buy whatever it needs Authed
  23. Token replied to Token's topic in Construction
    Authed
  24. Token replied to Token's topic in Construction
    Authed
  25. Token replied to Token's topic in Construction
    Authed

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.