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.

Czar

Global Moderator

Everything posted by Czar

  1. I would suggest java 8 update 291 it's the best working version for some reason
  2. Czar replied to Hrick90's topic in Scripting Help
    Yep mine is released
  3. Yea sure done enjoy
  4. Done enjoy
  5. Awesome gl my friend, lemme know if you'd like any other changes!
  6. Use this: public boolean sleeped(String text, int timeout, BooleanSupplier condition) { return new ConditionalSleep(timeout) { @Override public boolean condition() throws InterruptedException { return condition.getAsBoolean(); } }.sleep(); } and in your script: if (getBank().isOpen()) { log("Bank is currently open"); return random(800, 1400); } log("Attempting to open bank..."); if (!getBank().open()) { log("...didn't open bank, try again..."); return random(800, 1400); } boolean didSucceed = sleeped("Wait up to 10s for bank to open", 10000, () -> getBank().isOpen(); if (!didSucceed) { log("Waited the whole 10 seconds and bank didn't open..."); return 600; } log("Bank successfully opened"); return 600;
  7. Czar replied to Czar's topic in Thieving
    Sure I will add a new update for this, I remember adding a lot of settings for this maybe I could potentially remove some unnecessary options too, new version coming up ty!
  8. Czar replied to Samiofficial's topic in Minigames
    Amazing! Can't wait for release 🙏
  9. Done enjoy
  10. Done gl brotha
  11. Czar replied to Czar's topic in Hunter
    Beast mode Big shoutout to wrogue for helping me improve the antipk, I will be adding more updates asap. Awesome gl my friend enjoy! Latest update just went live for banking quicker
  12. Done enjoy
  13. I will be releasing another update I found something that needs patching!
  14. Czar replied to Czar's topic in Magic & Prayer
    Thanks!!
  15. Awesome I am thinking of replacing that option with [How many loads of pay-dirt to do] and have a slider from 1-5 or something instead of counting the ore manually
  16. Yes sure I'll update the loot table right now
  17. Czar replied to Czar's topic in Magic & Prayer
    Done added trials enjoy

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.