Jump to content

Gunman

Super Moderator
  • Posts

    3483
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Try jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  2. Should rearrange it like below so you only sleep if the interact method returns true, if it failed then you will be sleeping for nothing. if (ashes.interact("Take")) { new ConditionalSleep(3000) { @Override public boolean condition() { return (!ashes.exists()); } }.sleep(); }
  3. Short term it has no impact no, long term it might. And scripters can configure the mouse settings with the new mouse option, users don't have access to modify the mouse.
  4. No, to trigger instant bans you would need to do some code related stuff. And normally from what I've seen they roll bans out during certain time frames of the day whether they're automated or manual. TL;DR - No it was from previous botting.
  5. Check if it's http or socks5
  6. Depends on the update normally you just check to see if anything is broken so it doesn't run for a long time broken. Currently the Inventory system is most likely broken since they did redo it in both Java and C++ clients.
  7. Takes more than a hand full of accounts
  8. Ask Maldesto. And that's just Advertiser being a cunt ripping ranks away willy nilly, did it to my mod rank when I bought it.
  9. Look at the method getEmptyPosition near the bottom, you could just take it and change it around a bit to check a full area https://github.com/Explv/Tutorial-Island/blob/master/src/sections/SurvivalSection.java
  10. If they made ips that fragile then no one would be able to use a VPN because they all would get banned constantly
  11. Try Jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  12. Using VM's is really the only option
  13. Less detection as mirror runs in it's own environment. Another suggestion is using hardware mouse, but be careful as there's a slight over sight where it can click the ads on the client lol
  14. 1. Jagex made it an NPC in the game code, ask them why. 2. Mixture of the one that's easiest to see with the eyes at a glance, and the one closest to the mouse. 3. Either have it spam the issue in the logger, or stop the script and give the reason the script stopped. Most normal users won't know what exceptions are, and not really a reason for it here. 4. Probably mean this I guess
  15. Feed back removed as it doesn't fit the feedback system scheme. Positive: Positive feedback is meant for trades that have been completed without a problem. Also you are completely satisfied with what you have received and how the deal took place (The seller/buyer's behavior in the situation etc). Neutral: Neutral feedback is meant for trades that were successful but you are left unsatisfied with how the trade was completed. For example, if you were treated harshly during the trade or the item was not as described, feel free to warn other members of the seller/buyer's attitude or service by leaving neutral feedback. Negative: Negative feedback is meant for trades to where you have not received the item you have paid for or someone has taken away money given to you for a service. This can also be left if the buyer and/or seller is extremely rude or demanding, these will be handled in a case by case scenario by the Staff Team.
  16. He's been elevated to DNT.
×
×
  • Create New...