Jump to content

Juggles

$100.00 Donor
  • Posts

    9600
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

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