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. @StoneyKinoby I know it's possible to be banned before you even log into the account a single time for macroing major on bad af ips but I am assuming this was on your home ip. Probably just bad luck? I've had 2.5-3k accounts banned on a single data center ip and never received bans like that on it.
  2. @mousbros Why not use the depsoitBox API method open to open the depositbox? Also to expand off what Agentcallooh said if (getDepositBox().isOpen()) { if (getDepositBox().depositAllExcept("Bronze pickaxe")) { //sleep } } else if (getDepositBox().open()) { //sleep till open } else { //walk to deposit box area } I would do it like this^ If the box is open it will go to the next if and only if that boolean returns true will it sleep. So it doesn't sleep for 10 seconds or whatever if the action failed. Continue to the else if statement, the API method will look and see if there is a deposit box nearby to attempt to open it. If it does it will then continue to the sleep or whatever you wanna do after. Else walk to the box.
  3. What do you mean
  4. @mousbrosNow make a check for if dialogue is pending but you can't use any of the complete dialogue API methods it will get stuck and break. Use getDialogues().selectOption() or widgets
  5. @mousbros Thought I told you a lot of the dialogue API methods are borked on tut island? You gotta make your own dialogue handler using widgets(may be possible with color detection). If those widgets != null getDialogues().clickContinue(); else do other things
  6. @Onayr Look at #15 here https://osbot.org/forum/topic/115124-explvs-scripting-101/
  7. You can create an account on bad ips and get them banned before even logging in. Do what everyone else said and appeal
  8. Just move the code to the onLoop.
  9. @CrashBandiboob That seems a little redundant. Try using a for loop to clean it up. Could also use getInventory().getSlotBoundingBox(#here); to declare which inventory slot you're dealing with
  10. @CrashBandiboob Make a custom drop method.
  11. Try the one on the SDN in the money section. It should work better.
  12. Agility just sucks ass to bot. Ban city
  13. @Token Issue: Spam rubs digsite pendant till it's gone. Then spams teleporting to fossil island. If I manually board and travel the ship it works fine from there on, until next trip with the pendant getting stuck again. Client: SI 2.5.70 Logger: https://pastebin.com/bEL2b3gD Picture of settings.
  14. The script isn't official released yet, so it won't show in your collection. Check the script list on the client; It should show there, under the name "Stealth Passive Goldfarmer"
  15. @sam kerridge Lower the ms to 50. shift+f4
  16. @botelias The average wait time is about 1.5 weeks to a month from what people said they waited.
  17. Gunman replied to Token's topic in Minigames
    One down two more to go Config used below. Put in C:\Users\User\OSBot\Data\StealthNmz yes
  18. If it's the account I think Sib is talking about then it was mostly private but did use a couple paid. I personally have used many paid scripts on injection and have just fine.
  19. Yes. Technically you can remove onStart, onPaint, and onExit for the actual bare minimum.
  20. MM -> Casual/ 1-4 accounts max. SI -> Farms I normally do fine with both.
  21. Some people say it does, but from my experience as long as you don't interact with your bots on that account you should be fine.
  22. Token Auth me. Can't believe I have to ask and didn't notice till now I didn't have this
  23. Probably just bad luck with new accounts.
  24. Don't
  25. @virtusnex I think you have the wrong import. You have this import java.util.concurrent.locks.Condition; Instead of this import org.osbot.rs07.utility.Condition;

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.