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. I'll buy 10M 1$/M PayPal
  2. u need 100 post count to post a topic
  3. all ur src r belong to me u r give me zip file of all ur src now or pay duh price
  4. ask juggles
  5. done.
  6. I'll be back in 8-10 hours since I have work
  7. Hello What exactly do you want me to comment? I provided email change links and password change links. you used them both After that it was YOUR responsibility, not mine.
  8. I'll have to rerun these in mirror mode when I get the chance tonight. ill be at work for 8-9hrs
  9. public class Timer { private final long start; private final long period; private long end; public Timer(long period) { this.period = period; this.start = System.currentTimeMillis(); this.end = (this.start + period); } public long getElapsed() { return System.currentTimeMillis() - this.start; } public long getRemaining() { if (isRunning()) { return this.end - System.currentTimeMillis(); } return 0L; } public boolean isRunning() { return System.currentTimeMillis() < this.end; } public void reset() { this.end = (System.currentTimeMillis() + this.period); } public long setEndIn(long ms) { this.end = (System.currentTimeMillis() + ms); return this.end; } public String toElapsedString() { return Time.format(getElapsed()); } public String toRemainingString() { return Time.format(getRemaining()); } }
  10. I'll have to take a look at this. Are you using mirror mode or injection?
  11. Asking for banrates is retarded horshshit too tho
  12. dont watch an old video use the API docs http://osbot.org/api
  13. damn jamez making a lot of money ;) he shud be able to pay me back now
  14. done
  15. xc fix ur eyes bro
  16. getSkills.getStatic to get non boosted level getskills.getDynamic to get a skill that is changing (boosted or stas r weakend etc)
  17. done
  18. Buy from vilius/lemons shop 100k ea or 90kea(in bulk 100+)
  19. ?
  20. Chris replied to Dard's topic in Runescape 2007
    u take venmo bro?
  21. Chris replied to Token's topic in Others
    I usually make my own quest lists and presets for the accs I bot on. so far out of the 6 accounts I have botted this past week. None have been banned by Tokens script.
  22. done
  23. Chris replied to Rx7xr's topic in Introductions
    pm me ur skype i want quotes
  24. my name is jafar i come from afar i got a bomb in my car allahu akbar :trihard:

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.