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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. Yes they made a mistake. I just saw the store pricing. it should be 12.99 but it is still showing monthly. I will pm maldesto and fix the issue
  2. @Chris @Chris1 @chris2 @Chris304 @Chris63 @Dard
  3. weird. I'll make edits to the code and see whats going on. I will look into stamina pot support
  4. Chris replied to Maldesto's topic in Spam/Off Topic
    omg he skam?
  5. It is now a one time purchase
  6. Chris replied to Chris's topic in Accounts
    b
  7. gj idk why u use that shit site
  8. it should loot when the stack of bolts > 3
  9. lmao ez #$
  10. Chris replied to Chris's topic in Accounts
    #1 3m 07 | #2 2m 07 | #3 5m 07 (3m bank + 2M for acc)
  11. will hit up soon. dont get in town to my apartment till the 20th
  12. dont use states
  13. Chris replied to Chris's topic in Accounts
    b
  14. ufc sucks asss fuck u losers haha anime is life watch anime boxing cunts
  15. import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; @ScriptManifest(author = "Kingbutton", info = "Fire Cooking", logo = "", name = "LumbCook", version = 0) public class Main extends Script { @Override public int onLoop() throws InterruptedException { if (fireCheck()) { log("hello bitch"); } else { makeFire(); } return 50; } public boolean fireCheck() { RS2Object fire = objects.closest("Fire"); return fire != null; } public void makeFire() { if (!myPlayer().isAnimating() && !myPlayer().isMoving()) { GroundItem log = getGroundItems().closest("Logs"); if (log != null && log.interact("Light")) { new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } } } }
  16. o null check b4 interacting if its a ground item use the GroundItem api
  17. Taken from Token quester page Not sure if this is still an issue but you will see it fail to select certain actions when selecting through dialogue. Since I use the dialogue API to handle the looting bag(to select the options), there is not much I can do in terms of coding to fix this problem I don't think. We will have to expect an update to mirror mode to fix the current issues. You will have to use stealth injection for now. Sorry.
  18. I started the 5 hour trial when I replied to your comment that day. gave you another.
  19. might be glitched.
  20. are you using injection or mirror mode?
  21. Needs to be capital first letter http://excellentscripts.x10.bz/users/Skillcube10.png

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.