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.

Alek

Ex-Staff
  • Joined

  • Last visited

Everything posted by Alek

  1. Alek replied to empathy's topic in Archive
    Someone tried releasing a premium dancing for money bot once, it was pretty inclusive.
  2. 30%-35% is pretty darn solid, I'm standing behind it
  3. Sponsor Originally: $55.99 Now: $39.95 Lifetime Sponsor Originally: $124.99 Now: $84.95 VIP Originally: $9.99 Now: $6.95 These prices will only last a short while, about 24 hours. Hopefully you guys enjoy the deals! THE DEALS ARE NOW OVER -Alek
  4. Alek replied to Zikama's topic in Archive
    We're having a sale, it's confirmed. I'm sure everyone here will be pretty pleased with it. We won't be having another sale like this for a while (no other holiday sales), so if you're thinking about it then definitely check back tomorrow.
  5. Alek replied to Zikama's topic in Archive
    Yo, ill make a post in admin section, read it.
  6. Alek replied to Zikama's topic in Archive
    If Maldesto doesn't message me, I'll try making something happen (not sure if I have ACP access where I'm at though).
  7. 166MB of RAM? Are you kidding me? After seeing this I'm going to force people to allocate a minimum of 512MB.
  8. Everyone? I keep hearing about OSBot dying yet we still have the most (or second most) active users on each day out of the 7 or 8 other clients.
  9. When you mean overshoots, do you mean that it tries clicking outside the bounds of the actual interface?
  10. "extremely detectable script error"? "Extreme Tab maker forum."? Please post the error log.
  11. Sorry for the lack of updates recently, I've had a lot going on leaving me very little room to squeeze in some OSBot time. This update is pretty small, but I figured I would go ahead and release it as I'll be out all of next week. My schedule should stabilize mid-December, so expect some more exciting stuff around that time frame! Changelog: -LoaderGUI is removed on successful bot start --Thanks to @rsdude282 for suggesting this in his thread located here: http://osbot.org/forum/topic/62640-cpu-missusage-paint-method-100-cpu-look/ (VisualVM has been giving me some problems recently and JProfiler expired). Also please congratulate @Apaec on the release of his script APA Auto Alcher. Scripts have been updated before I go on leave, please don't burn the place down while I'm gone. Sincerely, -The OSBot Staff
  12. Alek replied to Cyberus's topic in Archive
    The world hopping speed is slow because all random events are slow. I slowed them down because OSBot was checking for random events too frequently, eating up cpu. I'll try looking into cycling through random events a bit more frequently, but this is definitely not world hopper related.
  13. Best of luck with everything man; you're a talented person with a ton of potential.
  14. For a little while I used to make websites and a majority of my business was cleaning up the work finished by Indians. It was a little disheartening because I always assumed that they were one of the technology leaders.
  15. Alek replied to Cyberus's topic in Snippets
    Good commenting, it also looks pretty clean.
  16. You can even start Minesweeper with 2mb of memory.
  17. I don't have an iPhone but I always love to see polished/completed work besides RS. Cool stuff!
  18. AP Computer Science and they haven't taught you about exceptions? What the hell are they teaching you? You need to learn about exceptions pretty early on for scanners and parsing strings into integers (NumberFormatExceptions, etc.). String number = "2"; int realNumber = 10; try{ realNumber = Integer.parseInt(number); } catch (NumberFormatException e){ System.out.println("The number you entered is invalid, using the default value of zero!"); realNumber = 0; }
  19. Have you botted before? If not I suggest learning about both OSBot vip features and scripts that implement antiban. You may also want to learn about bans in general..
  20. Alek replied to Qubit's topic in Scripting Help
    You know you can get a random position in an area using the current API?
  21. Alek replied to Qubit's topic in Scripting Help
    In a typical world, only the getter would be public (getInventory()). No idea why it was designed like this, I'd have to look and speculate why.
  22. Fixed the partial download problem!
  23. This week I decided to go through the API and ensure that we're running the most up-to-date methods. A large part of these patches is due to the recent release of Bounty Hunter. Alas everything appears to be in working order and I even decided to make a few improvements. Changelog: -Updated deprecated Spell class to reflect Spells.NormalSpells -Added Bank method withdraw(HashMap<String, Integer>) -Updated Ancient and Lunar magic Spellbooks (huge thanks to ) -Added Skills value SKILLS_GUIDE_INTERFACE -Added Skills method isGuideOpen() -Added Skills method closeGuide() -Updated Interface method getOpenInterface() to include Skill Guides -Updated Interface method closeOpenInterface() to include Skill Guides -Improved interface closing speed in InteractionEvent execute() -Patched two possible null pointers in InteractionEvent -Added Combat value WILDERNESS_INTERFACE -Added Combat value WILDERNESS_LEVEL_INTERFACE_CHILD -Patched Combat method isWilderness() -Patched Combat method getWildernessLevel() -Patched Combat method isMultiway() -Added Combat method hasBountyTarget() How to use bank.withdraw(HashMap<String, Integer>): HashMap<String, Integer> items = new HashMap<>(); items.put("Tin ore", 12); items.put("Willow logs", 9); bank.withdraw(items); Thanks for your support! -The OSBot Staff

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.