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