Using 8BitMMO with Tor - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: Using 8BitMMO with Tor (/showthread.php?tid=1514) |
Using 8BitMMO with Tor - zooty - 12-21-2015 1. Download and install the Tor Browser Bundle. 2. Start the Tor Browser and verify that it works. 3. Start the client like so Code: java -DsocksProxyHost=localhost -DsocksProxyPort=9150 -jar BitLauncher.jar If you are on *nix you can use torsocks which I have found gives you a lower ping for some reason. Code: torsocks java -Djava.net.preferIPv4Stack=true -jar BitLauncher.jar |