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. Here's the one I have: http://www.hermanmiller.com/products/seating/performance-work-chairs/aeron-chairs.html It's kinda expensive, but I swear it's the best chair you'll ever sit in.
  2. Easier? Probably not. iOS applications are much more profitable because iOS applications have much more application downloads than Android applications (and they can't be stolen/cracked as easily).
  3. Android applications are pretty easy to make, and are made in Java. iOS applications (much, much more profitable :P) are programmed in Objective C, which is a lot like C/C++. Learning the Android/iOS API is quite a bit harder (not harder, just takes longer) to learn and remember than OSBot scripting. But all in all, if you want to get anywhere with anything programming wise, I'd definitely be very fluent in the fundamentals of programming (that language specifically will help).
  4. Can we try and stay on topic guys, this is actually somewhat important.
  5. I think this would be a good idea, but there are issues with it too. What if one OSD doesn't like that applicant? I doubt everyone will stay objective and impartial, but I do like the voting idea more than just one person.
  6. Bought 2 bonds, went very smooth! Thanks!
  7. I imagine it like when little kids get the last word, cover their ears, and start screaming
  8. My friend has a water hauling company he started last year, he only has 3 other drivers and he's making well over $80k/month.
  9. Pandemic replied to Isolate's topic in Scripting Help
    It's just telling you that script doesn't have a custom handler, so don't expect it to work very well in some areas. Nothing is wrong.
  10. Pandemic replied to Swizzbeat's topic in Snippets
    Looks good I'd get rid of a lot of unnecessary brackets, and I don't know why you are using returnValue variable, just return that (you aren't doing anything after checking anyways).
  11. Are you using the latest client version?
  12. I like that pick, but I think I'd go for the DBS or a nice old DB5 <3
  13. The things near the minimap that show health, prayer, and run energy.
  14. Oops, haha. That's what I meant :P
  15. It's the client, sorry Is your main tab selected (the infinity symbol)?
  16. Only three more days
  17. Post the broken scripts here: http://osbot.org/forum/forum/260-report-brokenmalicious-scripts/ and Alek will have them either updated or removed
  18. Hey

    Pandemic replied to CjCj's topic in Introductions
    Welcome
  19. Changed it to 3 winners, because as @Mikasa said, I don't want to overpopulate
  20. You'll have to use the interface debugger and find what interface parent and child ID it is, then use: client.getInterface(PARENT_ID).getChild(CHILD_ID).interact("Make-x");
  21. Hey guys! As you may know, I just released a new script that uses the master/slave method of crafting law runes. If you're unfamiliar with this method, check it out here. As soon as the banking situation is under control, I plan on giving away 3 free one week trials of this script, under a couple conditions: 1) Leave feedback on the thread 2) Report any and all bugs you may find To enter, simply leave a reply with your dream car, and I'll be choosing 3 random winners on the 15th of this month (if banking isn't resolved by then, I'll still choose winners, but won't start the count until it's fixed). Thanks!
  22. You can't call a static method in a non-static method, so you'll have to make a variable and interact with it that way. Example: RS2Object ditch = closestObjectForName("Wilderness Ditch"); ditch.interact("Cross"); You can enable/disable running with this: setRunning(true); //This turns it on setRunning(false); //This shuts it off
  23. Excellent artist, made me a great thread layout

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.