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.

Fruity

Scripter II
  • Joined

  • Last visited

Everything posted by Fruity

  1. Which one has it lost?
  2. On a fresh acc to test it. Free script on a fresh account to test it. sounds like he used a free script - on a fresh account.
  3. Title says fresh acc? Main was banned? Whattt
  4. I never really use prayer while pking so low pray is good aha
  5. Feel like I'm missing something being banned from chat :'(. But i have to say I've actually done something in my time than be in the chat box lol
  6. xD

    Fruity replied to FrostBug's topic in Spam/Off Topic
    I want my 5 secs back.
  7. Fruity replied to Animos's topic in Runescape
    18 hours or 7qp i believe
  8. http://osbot.org/forum/forum/250-tutorials/
  9. Fruity replied to Fruity's topic in Snippets
    Thank you! and thank you for the info on the colour Ran script for 30+mins (Not very long to get a good test i know) but this is the memory usage atm:
  10. Fruity replied to Fruity's topic in Snippets
    Aha good x] I thought it was :P
  11. Fruity posted a topic in Snippets
    Inspired by this - http://whatcolourisit.com/ I decided to add a little extra to my scripts. Just something small that wont improve the performance or anything. Basically there for cosmetic reasons How to: Add yer start time: long startTime; Then in onStart add: public void onStart() throws InterruptedException { startTime = System.currentTimeMillis(); } Then make a timeToHex method: public static String timeToHex (long time) { int sec = (int) (time / 1000), h = sec / 3600, m = sec / 60 % 60, s = sec % 60; return "#" + (h < 10 ? "0" + h : h)+(m < 10 ? "0" + m : m)+ (s < 10 ? "0" + s : s); } Then in onPaint add: public void onPaint(Graphics2D g) { super.onPaint(g); long timeRan = (System.currentTimeMillis() - startTime); Color timeColor = Color.decode(timeToHex(timeRan)); g.setColor(timeColor); } Now the colour timeColor will change the more you run the script Fruity.
  12. Like an hours work D: oh the horror lol
  13. http://osbot.org/forum/topic/53003-extreme-aio-smither-flawless-logic-smithing-smelting-any-location-profiled-antiban/ http://osbot.org/forum/topic/72350-edge-smelter-aio-cballs-and-ring-of-forging/#entry799894
  14. Organic, 100% Decomposable and if it over heats you get a tasty potato!
  15. Fruity replied to Mikasa's topic in Goals
    GL! Make that bank!
  16. Most Likely never be unbanned. Fresh starts are always nice
  17. Fruity replied to RServiceGeeks's topic in Spam/Off Topic
    Oooooo Shrekt
  18. Fruity replied to Lickmykilf's topic in Introductions
    Basicly here to sell your account? please dont spam :3
  19. Fruity replied to Fruity's topic in Archive
    stats you got on urs atm? and aye think im defo going to get a cannon >.> got 20 slayer and it killing me lmao
  20. Fruity replied to Fruity's topic in Archive
    Wanted need Priest in peril :'( thanks tho :3. i was debating on the cannon :3
  21. Fruity replied to Fruity's topic in Archive
    i did not know that! thank you :3
  22. Fruity replied to Fruity's topic in Archive
    exactly why i dont want to do it legit

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.