Jump to content

Gunman

Super Moderator
  • Posts

    3448
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Generally not recommended to bot on accounts you care about.
  2. Shouldn't having the friends only part of the chat selected and using the chat box api with maybe message listener work?
  3. Add pause to the end of the bat file on it's own line. Should stop the box from closes so we can see what it says
  4. Try jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  5. 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(); }
  6. 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.
  7. 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.
  8. Check if it's http or socks5
  9. 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.
  10. Takes more than a hand full of accounts
  11. 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.
  12. 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
  13. If they made ips that fragile then no one would be able to use a VPN because they all would get banned constantly
  14. Try Jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  15. Using VM's is really the only option
  16. 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
×
×
  • Create New...