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.

Gunman

Super Moderator
  • Joined

  • Last visited

Everything posted by Gunman

  1. @Jueix Okay I see why it's going to stage 3. It's because the break; is inside the else if and the code isn't reaching that, so it continues to the next case. Now idk if anything else is broken in case 2 but that's why it's moving to case 3 regardless if it should or not.
  2. @Jueix You had it right using the press and release getKeyboard().pressKey(32); getKeyboard().releaseKey(32); I personally use the number^ But it said there was an NPE at line 128. What's line 128?
  3. @Jueix If you're doing what I think you're doing the dialogue api won't work on a widget. Example the widget that pops up when making unfinished potions. So the if dialogue is pending is returning false. EDIT: Reading the new post you made.
  4. @Nouk111 Mod Ashe says hours
  5. Not that hard. Lurk in the discord people ask about scripts being made every other day.
  6. You can sell private scripts without s1 just can't make a script shop. And even if you do get s1 Token needs to approve you for it. And in my case my application apparently got put onto the other page already so he missed it, and probably forgot about it again 🤷‍♀️ If he get's around to it he get's around to it other wise I am not putting another in and just gonna continue working on my personal projects. EDIT: Oh and yes people have been accepted since then.
  7. Mhmm Idk I've been waiting almost 6 months now for a response. Fingers crossed now 🤞
  8. @Botthestrange Honestly quite a lot of people here love drama. Most the people in the discord love juicy disputes and shit like that. So go for it because a lot of people would probably appreciate a wide honest review on multiple products comparing to other products.
  9. Nice update and all but.... when is the Ligma getting fixed?
  10. Gunman replied to Eagle Scripts's topic in Minigames
    I did run an account for 2-3 hours a day for a few months. Only did MTA and it got to 95 Mage, almost 96. All stats were 1 except hp 25, str and att 30 to wield staffs. Made quite a few 10's of mills from this. Was very good to me.
  11. Gunman replied to Nouk111's topic in General Help
    Cry Close it via task manager. Were you running any scripts or was this a freshly open?
  12. Gunman replied to hexx's topic in Scripting Help
    @hexx Assuming you're the same person in the discord who asked the same thing. https://osbot.org/api/org/osbot/rs07/api/Inventory.html In the inventory API ^ there's 2 methods getInventory().isItemSelected(); getInventory().getSelectedItemName(); And the person in the discord needed to make pies and pizzas. You just make a conditions checking an the item is selected, and the name equals the said ingredient, for the other said ingredient you want to combine. Doing more than 2 item combinations can get confusing. Widget may pop up for this I don't remember. https://osbot.org/api/org/osbot/rs07/api/Widgets.html Interacting with the Range should bring up some widgets what you wanna cook and etc. Then you interact with that widget whether you press space or clicking. Then for sleeping you could use an animation timer, or wait till you're out of the ingredients || a level up.
  13. @CharlesWoodchuckIs that Mirror Mode? If so, sometimes the tool bugs out, and doesn't work correctly in Mirror Mode. That is in fact an object. I interacted with it using this code getObjects().closest("House Advertisement").interact("View")
  14. What are you talking about? I just logged into an account and I am hovering it with the debug tool and it says object... EDIT: I even interacted with it just fine.
  15. It might be an npc. Try getNpcs()
  16. Those look all like java 8. But the first one is the recent one you installed.
  17. @Micah2kool4u You have 2 versions of Java on your system. 12 is being set as default. You can either uninstall java 12 or google how to set java 8 as default.
  18. Gunman replied to Gunman's topic in Price Check
    Rude. Also I am not even the oo
  19. Gunman posted a topic in Price Check
    99 att, str, def, hp and 1 drag defender lol ^How much is that worth.
  20. Gunman replied to Token's topic in Minigames
    I did it. Couple days under 6 weeks but I did it!
  21. Don't use tabs. 1 client per bot.
  22. Gunman replied to TiasJanos's topic in Others
    @TiasJanos Because all the code is inside the first if. Btw this is posted in the wrong section. Should be in scripting help of the support section. Also null doesn't mean you can't see it, it means it doesn't exist anywhere around you in that loaded area.
  23. It won't. Because it's part of the random solver.
  24. private RandomSolver solver = new RandomSolver(RandomEvent.BREAK_MANAGER) { @Override public boolean shouldActivate() { return false; } @Override public int onLoop() throws InterruptedException { return 0; } }; Put this in onStart bot.getRandomExecutor().overrideOSBotRandom(solver);

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.