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. can give autowin in paypal
  2. 13m 07 Is the login email random?
  3. It's sad we have to make tutorials
  4. Depends on the script really. I am botting metal drags on a 2 day banned account and I am not banned yet.
  5. im interested in acc #4 when you are given a price.
  6. how do i email them ?
  7. makes wyverns plz free friend for me free wyerns plzzz make work plz frenn fren ty ty wyverns
  8. hmm..got any snippets you can show me of what you cannot understand? you can post the code like this:
  9. Do you at least know basic Java? http://osbot.org/forum/topic/91021-basic-java-tutorial-i-found-online-for-anyone-wanting-to-learn-basics-also-contains-link-for-more-information/
  10. For all your needs - http://osbot.org/for...d-affordable-」/
  11. wowowowowo my methoddd zzzz reported post for nudity :rage:
  12. did some nice script icons for me! vouch!
  13. Chris replied to Krys's topic in Archive
    I recommend @Vilius
  14. make me a leage of legends Riven make it sexy sig plz
  15. Chris replied to Nora's topic in Scripting Help
    Create a Linklist <Position> to destroy = new LinkList <>(); Then add to the list your Position []
  16. 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.
  17. Chris replied to Okabe's topic in Gallery
    wet
  18. 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; }
  19. Chris replied to Skoomas's topic in Resolved

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.