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. gratz man. there are ways to bot f2p and not get banned
  2. pretty sure that method has been nerfed
  3. Just found this Gonna have to try this out tomorrow
  4. Juggles replied to Annointed's topic in Scripting Help
    GE API is pretty simple. buyItem (itemId, "ItemName", Amount, price) There isnt a selling method at the moment, but you could do something like this //widget to check if you can collect if (e.getWidgets().isVisible(465, 6, 1)) { e.grandExchange.collect(); } //widget that is only seen when you're on the selling screen if (!e.getWidgets().isVisible(465,27,0)) { e.inventory.interact("Offer", "Bow string"); new ConditionalSleep(5000, 5500) { @[member=Override] public boolean condition() throws InterruptedException { return e.getWidgets().isVisible(465, 27, 0); } }.sleep(); } else { //manipulate prices and amount via widgets here } That's just something I wrote up pretty quickly. Its a basic way to buy/sell and should work.
  5. It should already support it
  6. Good update, thanks
  7. Thanks
  8. Juggles replied to Juggles's topic in Archive
    10/24 Spent the whole day writing the p2p bot for it. Script now gets the requirements for the gold farm method, buys supplies, does the gold farm method, and then trades mule when it reaches a certain amount of items. Currently running 7 accounts on it. Might try to run many more accounts next weekend.
  9. No bans on my f2p bots been running nearly 60 hours straight
  10. Looks like a map pack to BO3. I'll wait for the CoD4 remake and play that
  11. Juggles replied to Juggles's topic in Archive
    10/22 Bot now completes, tutorial island, does 3 quests to get 7 quest points. Then goes and bots f2p. Running 5 accounts on it successfully for about 40 hours straight so far.
  12. @Adapt since he is already TWC. jkjk
  13. I've had the same issue occur but with worlds.hopToF2PWorld(); It seems to always get stuck on world 384 and just hover there
  14. Guess you won't be starting
  15. 72 hour trial granted
  16. Have clean code and stick to the Java code Conventions.
  17. Nice release
  18. He is the number one gold farmer on OSRS. We are all Kala
  19. Juggles replied to Juggles's topic in Archive
    10/20 Wrote a simple F2p bot that will run right off tut island and trade the mule the items. Just doing this as a test to make sure the muling and everything will work correctly. Have 5 accounts running straight off tut island right now. Edit: I may post a video of it sometime soon.
  20. Hi do you know if anything appeared in the logger? That should explain why it happened and I can look into it
  21. Juggles replied to Juggles's topic in Archive
    10/19 Finished tutorial island. Created 12 accounts with it today. Just need to add some conditional sleeps to prevent mass clicking a few little bugs.
  22. Juggles replied to Juggles's topic in Archive
    All of Tut Island coded now. 3 accounts ran good through it. Will be testing it more later.

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.