Jump to content

Gunman

Super Moderator
  • Posts

    3553
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. @Wishy Thank you for the report. The evidence provided is sufficient enough to confirm the offense. The user has been punished. Dispute closed.
  2. Make sure you have Java 8 installed and are opening it with Java 8
  3. Depends on what works for you, some people run 1:1 some people run 1:2, 1:3, 1:4, etc up to even 1:60 or 1:100. But most people do 1:1 to 1:5 I believe.
  4. $1-$15 a month depending on type and provider
  5. Uninstall Java 17 and install Java 8
  6. Not true. It's a temporary IP block. Switch IPs or wait a couple hours.
  7. The details are stored locally and encrypted. Only way to retrieve them is by spam clicking the email field when the login handler goes to login.
  8. @Teamwork OSBot doesn't hook var bits. So you can't access var bits with OSBot API. There was talk about adding them a while back, but they decided not to for some reason
  9. You're using Java 11, Mirror only supports Java 8.
  10. @sanyo1989 First photo says it's a jre but in the bat file you have jdk. Basically the path is wrong, change bat file jdk to jre. And the file path should still be in quotes as mentioned previously
  11. Show bat file code
  12. Generally not recommended to bot on accounts you care about.
  13. Shouldn't having the friends only part of the chat selected and using the chat box api with maybe message listener work?
  14. 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
  15. Try jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  16. 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(); }
  17. 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.
  18. 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.
  19. Check if it's http or socks5
  20. Are they also socks5
  21. Imagine clicking
  22. 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.
  23. Takes a lot to do that to a "clean" IP
×
×
  • Create New...