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. For all your needs - http://osbot.org/for...d-affordable-」/
  2. wowowowowo my methoddd zzzz reported post for nudity :rage:
  3. did some nice script icons for me! vouch!
  4. Chris replied to Krys's topic in Archive
    I recommend @Vilius
  5. make me a leage of legends Riven make it sexy sig plz
  6. Chris replied to Nora's topic in Scripting Help
    Create a Linklist <Position> to destroy = new LinkList <>(); Then add to the list your Position []
  7. 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.
  8. Chris replied to Okabe's topic in Gallery
    wet
  9. 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; }
  10. Chris replied to Skoomas's topic in Resolved
  11. 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
  12. Chris replied to Deceiver's topic in Gallery
    this hurt EDIT: this is prob ur alt acc
  13. 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
  14. Chris replied to Electrum's topic in Introductions
    all good! just dont spam post count! and be a good guy on the forums!
  15. Chris replied to Chris's topic in Requests
    price? Good and people like me help the Osbot community from dangers
  16. 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.
  17. Chris replied to Chris's topic in Requests
    no thanks.
  18. randoms dont do anything
  19. Chris replied to Deceiver's topic in Gallery
    ugly
  20. Chris replied to Chris's topic in Requests
    Considering but looking for more offers

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.