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.

Juggles

$100.00 Donor
  • Joined

  • Last visited

Everything posted by Juggles

  1. Sponsors = more risk so more trusted. I'd never do a service with someone who has a gray name.
  2. I will be creating gold farming accounts for people. All accounts will be botted using my own private scripts to ensure the lowest ban rates possible. You will provide the account log ins so you retain full control of the accounts. I can take up to as many as 20 accounts at one time. Blast Furnace Accounts House Tabbers Fletchers Yew Cutters Shark Fishers Lost City Accounts Other Skills Available! Just request them. I can basically do any skill in RS that you want. Form: TOS: My skype: Joey-bots Vouches
  3. You'll be alright
  4. Appreciate it
  5. It's just you. Scripts work fine minimized for me. Write your own scripts if you are having problems with public ones
  6. Breaking is part of the client. Seperate from the script. Unless czar custom coded it to break in specific spots it won't know how.
  7. Well how do you expect a script to break in combat? Breaking is part of the client and doesn't know what you are doing. It can't break in combat.
  8. The more other people get banned, the better profit for me. No point in helping others out
  9. I'll sell them 500k each
  10. I can lend you a few thousand feathers if you need some
  11. What scripts? Not all scripts can break ex) combat scripts cannot break unless the scripter specifically adds it
  12. Don't run out of feathers then
  13. Whale cum
  14. Juggles replied to Sofakin's topic in Spam/Off Topic
    No point to spend a lot on a wallet as no one really sees it. Spend $30 on one and it can still be pretty nice like a polo one I'd rather have a $500 watch than a $500 wallet
  15. On topic. I've botted 50 accounts through tut island no locks or bans. Spent a few hours testing and finally figured out how to by pass it
  16. 4m paid to @Flax
  17. WINNERS PM ME TO RECEIVE YOUR PRIZE.
  18. Good to hear
  19. try this just add the fishing Area location public class Main extends Script { Area fishing_area = new Area(0, 0, 0, 0); private enum State { Fish, Bank, Wait }; private State getState() { if (!getInventory().isFull()) return State.Fish; if (getInventory().isFull()) return State.Bank; return State.Wait; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case Fish: if (!fishing_area.contains(myPlayer())) { walking.webWalk(fishing_area); }else{ if (!myPlayer().isAnimating()) { NPC fish = getNpcs().closest("Fishing spot"); if (fish !=null){ fish.interact("Lure"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } } } break; case Bank: if (!Banks.CAMELOT.contains(myPlayer())) { walking.webWalk(Banks.CAMELOT); }else{ if (!getBank().isOpen()) { getBank().open(); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getBank().isOpen(); } }.sleep(); }else{ getBank().depositAllExcept("Fly fishing rod", "Feather"); } } break; case Wait: break; } return 500; } }
  20. Bragging is bad bc then people non stop pm you about questions.

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.