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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. FrostBug replied to FrostBug's topic in Others
    Thanks. Committed a fix. Should be live within 24 hours
  2. Quality post as always, thank you hoth
  3. Is it a bird? Is it a plane? No.. I'ts #IncestMan™
  4. OP probably wants something that will fly with the SDN :E.. I don't think possible jabba solution will
  5. That is not possible EDIT: Not on windows anyway, but I dont think on linux either.
  6. I think the first question is, what did you do to make it not listen to keys when unfocused. The bot runs fine minimized by default
  7. It wasn't
  8. TzTop-Kek
  9. if you're ignoring obstacles, you could just do something like this Position source = myPosition(); Position dest = new Position(x, y, z); List<Position> path = new ArrayList<>(); Position tmp = source; while (!tmp.equals(dest)) { int xOff = Integer.compare(dest.getX(), tmp.getX()); int yOff = Integer.compare(dest.getY(), tmp.getY()); tmp = tmp.translate(xOff, yOff); path.add(tmp); } Written in hand, so watch for errors. Not sure why you want to use a region in the form of a list of positions
  10. FYI, 2654 is also a melee attack animation.
  11. Says the master spammer
  12. Hmm, smells like a mirror thingymajingy. There isn't much I can do if the client misreads the inventory hopefully it was a 1-time thing
  13. URL submit = new URL("http://heinous.xyz + "/update.php?name="All" + getClient().getUsername().replace(" ", "_") + "&time=runTime" + instance.getExperienceTracker().getElapsed(Skill.WOODCUTTING) + "&exp=" + instance.getExperienceTracker().getGainedXP(Skill.ATTACK) + "&premium=" + "YES"); that shouldn't even compile try: URL submit = new URL("http://heinous.xyz/update.php?name=" + getClient().getUsername().replace(" ", "_") + "&time=" + instance.getExperienceTracker().getElapsed(Skill.WOODCUTTING) + "&exp=" + instance.getExperienceTracker().getGainedXP(Skill.ATTACK) + "&premium=YES");
  14. Can I get all 3 for $1400?
  15. It should, but its a relatively new feature. Is it not doing it properly? ___ For the record, version 1.5.5 was released 2 days ago, fixing some issues with detecting who is in the tunnel when returning after banking during the tunnel solving state
  16. You accidentally deleted a ;, (, ), { or } somewhere. Doing so will lead to parser confusion and generate many many errors. Either that or you have a broken reference to the osbot API. It's one of those, I guarantee you
  17. knowwhere
  18. The ol'e good-guy act aye? I think you're underestimating your bad reputation
  19. Sure, if the teleport started the moment before he died. That would be intended behavior, as it cannot predict if your next his is gonna finish him. Otherwise, post the teleport message, and I'll have a look at that one
  20. I tried yesterday, but I can't reproduce this at all :| Can you add me on skype and show me? It doesn't Prayer is only checked in combat when the opponent has more than 0% health, before entering combat at the chest (only if they are not already dead), and before starting a new run / entering tunnels. It should fall under one of those ^
  21. Thanks, that narrows it down a lot .. Please read the troubleshooting section. The reason is always logged when the script stops. So look at the reason and resolve it That's a recent bug if this is true (about too many/few supplies in inventory). Did you just start it at bank with too many/few doses? Will try to see if I can reproduce

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.