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.

Jack

Members
  • Joined

  • Last visited

Everything posted by Jack

  1. I like to make gifs. @Dex won't let me put them in sotw anymore so Ill just try to make some to sell My Skype is: jackisnotpro Edit: I can also make 3d text like my avatar.
  2. Watch tutorials on basic xml and it should be easy...
  3. Jack replied to Jack's topic in Snippets
    Its completely functional code :P
  4. Jack replied to Jack's topic in Snippets
    This is a joke... "Because code optimization is for pussies..."
  5. http://megashare.info/#AllFilm,S
  6. Jack replied to Dex's topic in Archive
    Yup... Im at it again
  7. Jack posted a topic in Snippets
    import org.osbot.script.Script; import org.osbot.script.rs2.ui.Inventory; public class Snipets { Script script; public boolean drinkBestPot(String type) throws Exception{ Inventory inv = script.client.getInventory(); String potName; if(inv.contains("Extreme "+type+" (1)")) potName = "Extreme "+type+" (1)"; else if(inv.contains("Extreme "+type+" (2)")) potName = "Extreme "+type+" (2)"; else if(inv.contains("Extreme "+type+" (3)")) potName = "Extreme "+type+" (3)"; else if(inv.contains("Extreme "+type+" (4)")) potName = "Extreme "+type+" (4)"; else if(inv.contains("Super "+type+" (1)")) potName = "Super "+type+" (1)"; else if(inv.contains("Super "+type+" (2)")) potName = "Super "+type+" (2)"; else if(inv.contains("Super "+type+" (3)")) potName = "Super "+type+" (3)"; else if(inv.contains("Super "+type+" (4)")) potName = "Super "+type+" (4)"; else if(inv.contains(type+" potion (1)")) potName = type+" potion (1)"; else if(inv.contains(type+" potion (2)")) potName = type+" potion (2)"; else if(inv.contains(type+" potion (3)")) potName = type+" potion (3)"; else if(inv.contains(type+" potion (4)")) potName = type+" potion (4)"; else return false; return inv.interactWithName(potName, "Drink"); } } Because code optimization is for pussies... Wow people thought I was serious
  8. Dash basically made his own api that completes simple actions.
  9. Jack replied to Zach's topic in Releases
    kewl
  10. Jack replied to Dex's topic in Archive
    Im entering this
  11. Are you doing this and the private server thing?
  12. ...when you spam in the span section and someone calls you out on it and you're just like
  13. I bored and want to make something.
  14. It was supposed to be last November...
  15. Jack replied to Jack's topic in Archive
    You must be in middle school.
  16. Jack posted a topic in Archive
    I think I got a 5.
  17. Yeah but why else would you really want to use it? Its so old and clunky.
  18. Nope im taking stats at noon though
  19. You have to use html and javascript to make the actual webpages. PHP talks to databases and is used in unison with html and javascript.
  20. Jack replied to Eliot's topic in Resolved
  21. Jack replied to Nike's topic in Spam/Off Topic
    Tell them people are making ddos threats

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.