Jump to content

The Undefeated

Scripter II
  • Posts

    1968
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by The Undefeated

  1. No? It's the best way. Just let the mule trade the other mule. Makes it hard to ban.
  2. Nice dude. I've been in his Discord last week.
  3. Use a chain of at least 4-5 accounts for your mules.
  4. Can get you 5 for 400k right now.
  5. Is there any email connected to the account?
  6. The price depends on where you sell the account. If you sell it over here you won't get more than 20m because of his feedback. If he has good feedback on Sythe or some other forum he COULD get more for it but the prices may vary per website.
  7. Thanks for clearing this up, I improved it. Only part I don't like is the sleep before collecting. If I don't add it, the last 1-2 items that were aborted won't be collected. And it also presses the same exact position on all of the boxes.
  8. Please tell me how I could improve that? Other one must be the static widget (Which is almost impossible to replace or the sleep.
  9. G.E. Box 1 has widget number 7, Box 2 has 8 etc. That's why.
  10. But as I said, the official GE API fails many times. I used it in one my scripts and it's horrible to use because of the wrong prices sometimes. That's why I think using the wiki is the way to go.
  11. Simple snippet to abort all offers if they have status x. private boolean toAbortOffers() { return !getWidgets().containingActions(465,"Abort offer").isEmpty(); } private void abortOffers() throws InterruptedException { if (toAbortOffers()) { ArrayList<RS2Widget> toAbort = (ArrayList<RS2Widget>) getWidgets().containingActions(465,"Abort offer"); for (int i = 0; i < toAbort.size(); i++) { toAbort.get(i).interact("Abort offer"); int finalI = i; new ConditionalSleep(10000) { @Override public boolean condition() { return Arrays.asList(toAbort.get(finalI).getInteractOptions()).contains("Abort offer"); } }.sleep(); } sleep(random(800,1200)); getGrandExchange().collect(); } } If you see any improvements I could make, don't hesitate to comment. https://gyazo.com/bf50191011b0d8fd69b67ae4ea55da53
  12. A random dude creating an account to pricecheck his expensive account. no feedback not worth more than 20m is exactly the right answer to that. You won't get anymore on this forum.
  13. OSBuddy price is way lower but their website is down 50% of the time. I checked this afternoon, and people in chat can confirm, the API price of bow strings were 281 each.
  14. The prices of the RS Grand Exchange API are not always right. Take for example the price of a bow string (ID:1777) so wouldn't recommend that. I'll change that anytime soon.
  15. It's a security "feature" of PayPal, it might think your account got hacked.
  16. I made a snippet which will cache all item prices and ID's out of an array in a list at the start of the script. If the price or ID isn't cached it will automatically add it. Usage:
  17. See this as an opportunity, not a failure. Get on with your life and don't regret your decisions. Good luck.
  18. Pretty sure the dude has a Dragon longsword compared to your Dragon dagger.
  19. Your theory is most likely right. Tut island botted accounts got banned within 24 hours for me.
×
×
  • Create New...