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.

ThatGamerBlue

Members
  • Joined

  • Last visited

Everything posted by ThatGamerBlue

  1. why not public boolean hasArmour(){ return getInventory().contains(armorType + " platebody") && getInventory().contains(armorType + " platelegs") && getInventory().contains(armorType + " full helm"); } @TTScripts
  2. Yeah, it kept messing up on crabclaw isle but I think it wasn't a problem with the mirror mode but somebody else had lured the crabs away while resetting themselves and the bot kept running back and forth trying to reset, obviously failing because the crabs aren't there, but I switched location to a place where you don't run past resetting and it was flawless for the whole hour
  3. Small 1 hr proggy using mithril darts and 60 ranged level up
  4. "Small" suggestion: Add a notification popup for the message you get when you finished your slayer task.
  5. bug at west fally crumbling wall
  6. I love you. For PPL googling, I used the plugin.
  7. Been googling for about 4 days now, but everything I find points to Group Formatting which only formats the group name, not the user name. Screenshot of what I mean: https://i.imgur.com/xh2AQvC.png Am I just dumb or is this just impossible? Also IDK if this is the right section so if an admin/mod wants to move it to the right one pls do :p
  8. I think the recent update broke banking, for some reason it's not closing the bank
  9. You can use the bot but I'd be careful and not bot for 24 hrs after an update just to be sure
  10. bump still looking for price check
  11. cant sell yet coz of post count but just wondering what it'd be worth quests: iron gloves 1 ban on record (2 day)
  12. if u want it to be
  13. ThatGamerBlue replied to liverare's topic in Snippets
    i fucking love you
  14. @Alek any black magic trickery i can do on the command line or with a wrapper? i noticed that the trust manager is being specifically set by osbot so any wrapper i made got overwritten with your manager
  15. Does this work for socks proxies/https?
  16. The network I'm on has blocked OSBot, but I can access it using a proxy. However when I launch OSBot client I get "Server-client communication security breach 2." in java console and "Cannot connect to OSBot." on the login screen. log.txt
  17. because thats unreliable. @HunterRS you can use Explv's sleep class here: https://hastebin.com/izebukinep.java (drop it under your main class) and use Sleep.sleepUntil(() -> !myPlayer().isAnimating(), 3000); as an alternative to using ConditionalSleep, it makes the code more readable imo
  18. solved public class PaneRemover extends Thread { public void run(){ boolean pane = false; while(!pane) { try { Window[] windows = Window.getWindows(); for (Window window : windows) { if (window instanceof JDialog) { JDialog dialog = (JDialog) window; if (dialog != null && dialog.getTitle().equalsIgnoreCase("Override Warning!")) { Main.main.log("found pane"); pane = true; dialog.dispose(); } } } } catch (Exception e){ } } } } messy but it works
  19. I read it but I was thinking burying it in the CLI would stop the false reports because the only people who'd use it are people who knows what it does. edit nvm im retarded, it'd still be a nice thing tho
  20. @Alek damn, maybe you could add an override as a cli option? maybe -allow randomoverride or similar
  21. I'm implementing a custom break manager into my script, is it possible (using any way needed) to remove the JOptionPane from showing when you override it. I wouldn't mind but it's blocking until you close it which is annoying for automation purposes.

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.