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.

Pandemic

Trade With Caution
  • Joined

  • Last visited

Everything posted by Pandemic

  1. Good luck, Laz ;)
  2. Pandemic replied to Zach's topic in Releases
    That's our private tracker
  3. I'll miss you so much
  4. Thanks for all the support guys, now we just have to wait for a developer
  5. Hello all OSBot users. As I'm sure you're aware, the developers (excluding Zach) have been paying OSBot almost no attention, letting their client degrade into what it is today. For all of our sakes, a large group of script developers have been collaborating about what we could do to help better OSBot, so that all of you can have a much better experience here. Anyways, after talking for a while, we came up with a brilliant idea: we'd create an official group of scripters here on OSBot to maintain the client's API (which handles basically everything you guys see, mouse and keyboard movements, banking, interaction, everything!). To ensure that none of the team would slack off, we decided that this team would be paid a small cut of profits, since we're doing the developers' job anyways. So, we presented this idea to @Laz, and he said he would talk to @Maxi about numbers and see what they could do. This was 3 days ago, we've prompted @Laz every day for a response, but we keep getting ignored. It's absolutely unacceptable how the developers are treating OSBot's most talented and dedicated scripters, let alone their own users. --- To prove our worth, many of the scripters with API access has shown how effective this team is, here's a nice list of what we've done so far (all being saved locally, until we have a proper response from @Laz): New and improved mouse ​The current mouse is often erratic (it skips instead of moves, and sometimes moves EXTREMELY fast) and inaccurate, causing more bans than I'd like to imagine This new mouse never uses the same movements, so it's virtually undetectable Here's a small GIF of the new one (we'll have a longer demonstration soon) Store API fix ​The current store API would sometimes buy items that the scripter did NOT say to buy, making some buying scripts be broken! Bank scrolling ​The bank had an issue with scrolling (it often wouldn't scroll right), and has been fixed! Maze random event ​This has been an issue for FAR too long, and it is now fully operational! Entity interactions ​This is a big one, if a script you were using has ever messed up clicking on an object or NPC, you'll be happy to know it has been fixed! isVisible() bugThis breaks many scripts, and has been an ongoing issue for quite a while. Scripts would stop, thinking an NPC or object is on the screen when it really isn't. Faster keyboard ​Our current keyboard is very slow, making it look bot-like, but we've improved it to a much more human-like speed! And many other fixes to the core API ​These fixes will help all scripters make higher quality scripts by letting them focus on their scripts and not on the faulty API --- We need all of YOUR help and support to make this team possible, so we can hopefully turn this client around before it's too late. Thank you all so much for reading our thread, I hope we have shown you what we're capable of and can't wait to keep improving. Sincerely, @Ericthecmh @Pandemic @Eliot @Dashboard @Swizzbeat @Deffiliate @Nezz @Nitrousek @NotoriousPP @Dreamliner @Khaleesi @Th3 @Alek
  6. Yeah, you should cancel it right away so you don't forget. To do that, go to your client area here: (bottom right) Click the script, and press cancel invoice That should be all you have to do.
  7. You can pay the $6.99 once for the month, stop the subscription, and use it for a month. If you ever need it again, it'd only be $4.99 for that month
  8. Hey guys, I have an extra beta code (all my friends already preordered!), so I'd like to give it away here Post something funny, and I'll randomly choose later today
  9. Any AIO fighter will work (like mine)
  10. Support. I understand that this community is made almost completely of 12-15 year old boys, but it should still be a mature atmosphere since many of us are on here to provide a service to people.
  11. I have a G2, and I love it, amazing battery life It's like 9 months old at the most :|
  12. Huge vouch for Verified, bought a bond and he was extremely professional and quick! Thanks again!!!
  13. Bought, close please
  14. Buying one bond via PayPal, post here or PM me
  15. Good job everyone involved
  16. Not entirely sure if you can view it (since you're not an SDN scripter), but here it is: Tracker
  17. Post it in the tracker.
  18. Looks like a Zelda game, not sure though
  19. Pandemic replied to Pug's topic in Scripting Help
    Why is this so commonly asked for? It's really simple: public void walkPath(Position[] path) throws InterruptedException { for (Position p : path) { if (myPosition().distance(p) > 16 || myPosition().distance(p) < 3) continue; boolean success; do { success = walkTile(p); } while (!success); } } public boolean walkTile(Position p) throws InterruptedException { if (myPosition().distance(p) > 13) { Position pos = new Position(((p.getX() + myPosition().getX()) / 2) + random(-3, 3), ((p.getY() + myPosition().getY()) / 2) + random(-3, 3), myPosition().getZ()); walkTile(pos); } mouse.click(new MiniMapTileDestination(bot, p), false); int fail = 0; while (myPosition().distance(p) > 2 && fail < 10) { sleep(500); if (!myPlayer().isMoving()) fail++; } return fail != 10; }
  20. Pandemic replied to Jack's topic in Scripting Help
    You can't use external library's because it's not in the client's class path.
  21. Pandemic replied to Kedrex's topic in Introductions
    Welcome
  22. The developers are currently working on instancing, which I think will help a TON for the customers. I understand your guys' position, script prices are quite ridiculous and with forced monthly fees there's of course people trying to take advantage of it.
  23. Incase you didn't figure it out, use: killCount = config >> 17;

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.