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. 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
  2. You'll be alright
  3. Appreciate it
  4. It's just you. Scripts work fine minimized for me. Write your own scripts if you are having problems with public ones
  5. 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.
  6. 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.
  7. The more other people get banned, the better profit for me. No point in helping others out
  8. I'll sell them 500k each
  9. I can lend you a few thousand feathers if you need some
  10. What scripts? Not all scripts can break ex) combat scripts cannot break unless the scripter specifically adds it
  11. Don't run out of feathers then
  12. Whale cum
  13. 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
  14. 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
  15. 4m paid to @Flax
  16. WINNERS PM ME TO RECEIVE YOUR PRIZE.
  17. Good to hear
  18. 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; } }
  19. Bragging is bad bc then people non stop pm you about questions.
  20. No point in roasting each other guys. Everyone do their own testing and figure out how to combat it on their own More bans = more profit for the ones who know how to bypass it. F2p is so much better to bot now with way less botters

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.