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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. Pretty sure deleting it wouldn't make a difference anyway, as a new one would just be made. The actual tinfoil theory was that setting it read-only made a difference.
  2. :tinfoilhat: Wasn't it proven that it wasn't related?
  3. Not possible, but why would this even be helpful in any way?
  4. You don't need range if you do it like that, no. Ahrim is much weaker to range than melee, though.
  5. Acquire a better IDE
  6. You can override shouldActivate to verify with your script whether or not now is a good time to start a break try { this.bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.BREAK_MANAGER) { @Override public boolean shouldActivate() { return super.shouldActivate() && canStartBreak(); } }); } catch (Exception ex) { //Break manager is not enabled log("Failed to modify break handler"); } It's up to you to implement the canStartBreak method
  7. All the complaints I get are posted here, more or less. So you can read thru the thread if you want
  8. FrostBug replied to FrostBug's topic in Hunter
    Give the devs some time to patch all the hooks after the update
  9. FrostBug replied to Acerd's topic in Spam/Off Topic
    64GB SSD ?
  10. Well, there aren't rly many good options left. I personally made some API around java 'Properties'
  11. That won't fly with the SDN either. Method names and class members have their identifiers changed by the obfuscator (including serialVersionUID) In other words, you wont be able to load objects serialized by an earlier osbot client version
  12. GSON probably uses reflection somewhere, even if you dont use that particular method, if the classloader sees that any of your classes use it, it will act up.
  13. It will stop trying to log back in if you as much as look at it the wrong way
  14. My guess is that you're using an external library to parse JSON? And that library probably uses reflection, which requires the -allow reflection argument when opening the client. But if this is the case, ext. libraries aren't copied to the SDN regardless
  15. FrostBug replied to Maldesto's topic in Spam/Off Topic
    #Senty4Mod
  16. They knew the Java language beforehand probably
  17. You could probably get Axife to do something like that. Keep it to inventory stuff tho, clicking stuff on screen (objects/npcs) with an autoclicker is asking for trouble
  18. String[] trees = {"Tree", "Oak tree", "Willow tree", "Maple tree", "Yew tree", "Magic tree"}; int level = getSkills().getStatic(Skills.WOODCUTTING); RS2Object tree = getObjects().closest(trees[level / 15]);
  19. Well, it very well could be mirror. It's known to cause certain issues with entity loading, tho that was mostly in the past. Is anyone else having this problem? No
  20. ^ http://osbot.org/forum/topic/73332-quick-hopper/
  21. Should be a right click option in game settings
  22. You should just go to settings ingame and reset your hotkeys to default
  23. Does this happen with injection mode as well? Or are you by any chance in resizable mode or not-default zoom? Set up your hotkeys

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.