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.

Swizzbeat

Members
  • Joined

  • Last visited

Everything posted by Swizzbeat

  1. What? No, you don't know a thing about scripting/programming if you think this is true. Yes, SSF seems like an excellent tool and @Dashboard did a fantastic job on it, but all this does is put limitations on you based on what SSF is capable of (which isn't much if you're going for complex features).
  2. Order your contacts from Canada: http://www.contactsexpress.ca/index.html No need to spend ~$100 every 6 months on an eye appointment to allow you to buy them (since contacts require a prescription). Even with the slightly higher shipping fee it's actually a cheaper overall purchase than buying from a USA based company.
  3. One time.
  4. @FearMe had all his scripts removed and lost scripter rank
  5. I love these.
  6. Did you really put the code language as JavaScript.
  7. Swizzbeat posted a topic in Spam/Off Topic
    Since I think you're trying to get images to work as usernames I think I should point out you did this: You're your own staff category
  8. Swizzbeat replied to Swizzbeat's topic in Snippets
    I prefer brackets because in my opinion it looks neater as compared to just having an indented block to show scope, and I'm using a variable to hold the return value because apparently it's the conventionally correct thing to do with in the business world. Mine as well start now :p Yeah I've had bad assumptions due to learning Java on my own. cleared it up for me
  9. Swizzbeat replied to Swizzbeat's topic in Snippets
    Whoops thanks
  10. Swizzbeat replied to Swizzbeat's topic in Snippets
    But it's final?
  11. Swizzbeat posted a topic in Snippets
    Implementation for people to use in their scripts to support quick prayer. Probably a more viable option just to have users select using quick prayers instead of manually selecting/having the bot turn on the prayers they need. import org.osbot.script.Script; import org.osbot.script.rs2.ui.RS2Interface; import org.osbot.script.rs2.ui.RS2InterfaceChild; import org.osbot.script.rs2.ui.Tab; /** * Created with IntelliJ IDEA * User: Anthony * Date: 5/18/2014 */ public class QuickPrayerController { private final Script sI; public QuickPrayerController(final Script sI) { this.sI = sI; } /** * Checks if orbs are currently enabled for the player * * @return whether orbs are enabled or not */ public boolean areOrbsEnabled() { return sI.client.getConfig(1055) == 16; } /** * Toggles data orbs on or off * * @param off whether to toggle off * @return successful or unable to complete operation * @throws InterruptedException */ public boolean toggleOrbs(boolean off) throws InterruptedException { boolean returnValue = false; if (!areOrbsEnabled() == off) { returnValue = false; } else { if (!sI.currentTab().equals(Tab.SETTINGS)) { sI.openTab(Tab.SETTINGS); } if (sI.currentTab().equals(Tab.SETTINGS)) { final RS2Interface parent = sI.client.getInterface(261); if (parent != null) { final RS2InterfaceChild child = parent.getChild(9); if (child != null && child.isVisible()) { returnValue = child.interact(); } } } } return returnValue; } /** * Checks if quick prayer is turned on * * @return whether quick prayer is activated or not */ public boolean isQuickPrayerOn() { return sI.client.getConfig(83) > 0; } /** * Toggles quick prayer on or off * * @param off whether to toggle off * @return successful or unable to complete operation * @throws InterruptedException */ public boolean toggleQuickPrayer(boolean off) throws InterruptedException { boolean returnValue = false; if (!areOrbsEnabled() || !isQuickPrayerOn() == off) { returnValue = false; } else { final RS2Interface parent = sI.client.getInterface(548); if (parent != null) { final RS2InterfaceChild child = parent.getChild(85); if (child != null && child.isVisible()) { returnValue = child.interact(); } } } return returnValue; } }
  12. coming from male with picture of shirtless male in siggy
  13. http://www.runelocus.com/tools/rs-item-id-list/
  14. Swizzbeat replied to Th3's topic in Archive
    Can't this whole thing just be one or two methods? I'm not sure how you would create an API out of this.
  15. Awesome, can't wait to see how SSF does
  16. He seems extremely inactive in general.
  17. Goodluck, don't kill yourself trying to play this game legit
  18. Swizzbeat replied to Raflesia's topic in Farewells
    Bye pussy
  19. Swizzbeat replied to CjCj's topic in Spam/Off Topic
    http://www.microsoft.com/en-us/download/details.aspx?id=10732
  20. Well, considering she has a vagina, yes I would pound.
  21. This doesn't even apply to OSBot considering I'm pretty sure it's becoming evident that the current client is detectable.
  22. Post that video of you with the finger lights!!!

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.