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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. u prob have a shit mcdonalds
  2. Chris replied to JMS's topic in Spam/Off Topic
    BEFORE YOU BUY ANYTHING: make sure you plan out your build. Use: www.pcpartpicker.com any i5 will do you good. Do not get the K models if you are not overclocking. Part sellers: Amazon, Newegg, or any similar retailers available to you. look into the AMD 390's for GPU or any respectable NVidia card such as the 970 and below for your needs. If you need help building when the time comes I will be available My Skype: osbotsinatra1
  3. like ->: getEquipment().interact(EquipmentSlot.RING, "Castle Wars");
  4. ended up interacting with widgets lol. RS2Widget equipmentTab = s.widgets.get(548,47); RS2Widget teleRing = s.widgets.get(387,15); if (equipmentTab != null && equipmentTab.isVisible()){ equipmentTab.interact("Worn Equipment"); s.sleep(s.random(4000)); } if (teleRing != null && teleRing.isVisible()){ teleRing.interact("Castle Wars"); s.sleep(s.random(4000)); }
  5. s.getEquipment().equip(slot #,"Combat bracelet"); How would I interact with the bracelet (tele to monastery etc.)? EDIT: found this in api interactpublic boolean interact(int slot, java.lang.String... actions) Interacts with the slot specified. Overrides: interact in class ItemContainer Parameters: slot - The slot to interact with. actions - The action to interact with. Returns: True if the bot interacted with the specified slot successfully. how would this be used correctly? โ€‹
  6. over 9000
  7. Chris replied to LeBron's topic in Spam/Off Topic
  8. Yeah i noticed and gave up
  9. Chris replied to sohail's topic in Others
    supply the account and supplies
  10. I'll make you one for 2$
  11. go to link he provides> then copy the top share link>paste into browser>goes to download page add in some extra paint features! http://osbot.org/forum/topic/59590-the-full-paint-tutorial-all-aspects-covered-pug-tutorials/
  12. Chris replied to sohail's topic in Others
    give me an acount that can do this and i'll make one for you
  13. need price and add my skype osbotsinatra1 +10 mining + 35 smithing *
  14. u gotta slap it a lil and it will go to 500mb
  15. Chris replied to Chris's topic in Accounts
    This is being sold to Bellic for 5m tomorrow unless anyone can 1 up for a quick sale tonight. my skype is osbotsinatra1 add me to get started
  16. Chris replied to Chris's topic in Accounts
    got 5m through skype from bellic
  17. Chris replied to Framble's topic in Botting & Bans
    dat delayed ban
  18. Chris replied to K00wal's topic in Archive
    sure and ill release for free
  19. I want to to select the talisman and interact with the ruins but it only returns the option for tiaras aka "Enter" Entity ruins = s.objects.closest("Mysterious ruins"); if (ruins != null) { s.sleep(s.random(3000)+500); if (s.getInventory().contains("Air talisman")) { if (s.getInventory().getSelectedItemName().equals("Air talisman")) { ruins.interact("Use"); s.sleep(s.random(300) + 600); } else { s.inventory.getItem("Air talisman").interact("Use"); //if first statement is not true it will select it again (Hoping ) } } else { ruins.interact("Enter"); //if you are using a tiara it will just call 'enter' and go inside s.sleep(s.random(300) + 1000); } }

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.