Jump to content

Juggles

$100.00 Donor
  • Posts

    9601
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

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. 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. No bans on my f2p bots been running nearly 60 hours straight
  9. Looks like a map pack to BO3. I'll wait for the CoD4 remake and play that
  10. @Adapt since he is already TWC. jkjk
  11. I've had the same issue occur but with worlds.hopToF2PWorld(); It seems to always get stuck on world 384 and just hover there
  12. Guess you won't be starting
  13. 72 hour trial granted
  14. Have clean code and stick to the Java code Conventions.
  15. Nice release
  16. He is the number one gold farmer on OSRS. We are all Kala
  17. Hi do you know if anything appeared in the logger? That should explain why it happened and I can look into it
  18. Okay
  19. YOu are VIP you already have access
  20. Why expose fellow botters
  21. Antonio is the #1 gold farmer on Osbot so he must be doing something right
  22. ALready done but thanks for the offers
×
×
  • Create New...