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. Chris replied to Nora's topic in Scripting Help
    Create a Linklist <Position> to destroy = new LinkList <>(); Then add to the list your Position []
  2. It was better when it was a simple "SDN Scripter" and the best rank "OSD" official script dev Though it really is just basic understanding of java and the Osbot api. Scripter 3 is for demi gods that contribute with projects and their flawless sdn scripts. But to say one doesn't deserve a rank is just aweful. Why does the rank matter? The only thing that should count is how well your scripts are made and what your users feedback you in.
  3. Chris replied to Okabe's topic in Gallery
    wet
  4. public class Timer { private long period; private long start; public Timer(long period) { this.period = period; this.start = System.currentTimeMillis(); } public long getElapsed() { return System.currentTimeMillis() - this.start; } public long getRemaining() { return this.period - this.getElapsed(); } public boolean isRunning() { return this.getElapsed() <= this.period; } public void setPeriod(long period) { this.period = period; } public void reset() { this.start = System.currentTimeMillis(); } public static String format(long milliSeconds) { long secs = milliSeconds / 1000L; return String.format("%02d:%02d:%02d", secs / 3600L, secs % 3600L / 60L, secs % 60L); } } //method public boolean isSmithing() { boolean isSmith = false; Timer timer = new Timer(1800); while (timer.isRunning() && !isSmith) { isSmith = myPlayer().getAnimation() != -1 ? true : isSmith; } return isSmith; }
  5. Chris replied to Skoomas's topic in Resolved
  6. iirc virtual goods are now covered. I always pay 'goods and services' and not 'friends and family'. Make a case and supply evidence. I got an account recovered from me for 25$ USD. I made a case with evidence and won. Good luck! ~Sinatra
  7. Chris replied to Deceiver's topic in Gallery
    this hurt EDIT: this is prob ur alt acc
  8. Chris replied to Chris's topic in Requests
    I'll keep it in mind. Looking for more offers and going with the 'Best for the buck' account. cheers
  9. Chris replied to Electrum's topic in Introductions
    all good! just dont spam post count! and be a good guy on the forums!
  10. Chris replied to Chris's topic in Requests
    price? Good and people like me help the Osbot community from dangers
  11. Chris replied to Chris's topic in Requests
    This just screams recovery: information - joined 8 days ago - spammed for post count - only a few topics since you made your introduction post.
  12. Chris replied to Chris's topic in Requests
    no thanks.
  13. randoms dont do anything
  14. Chris replied to Deceiver's topic in Gallery
    ugly
  15. Chris replied to Chris's topic in Requests
    Considering but looking for more offers
  16. Chris posted a topic in Requests
    8M budget prefer trusted unregistered emails (unless you are someone with trust.) any account (prefer account with initiate or decent mage level.) if anyone plays league of legends I can offer a Season 5 gold I account to trade.
  17. Chris posted a topic in Price Check
    Note: I am not the original owner but it was purchased when there was no registered email. I have made the login email and it will be provided with the account.
  18. me plz Standard w/ my name + Frank Sinatra pic or w.e make it wonderful
  19. who is amerika

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.