You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Once your key is created, you will have to follow the instructions on the terminal/command prompt You need to copy the public keys you are given and replace them in your client <== where do i download the client i downloaded game-0.0.4.zip there no client in there
In your client, you can find the text BigInteger("10001 which will usually be the place where you need to replace both the public keys (the "10001" key is usually the same)
Once you have replaced the keys in the client, you can restart the server and launch your client"
The text was updated successfully, but these errors were encountered:
Download the new build package from here. There will be gamepack.jar (obfuscated client files) and gameback-deob.jar (deobfuscated client files). Run gamepack-deob.jar through fernflower-improved and unzip the source files from the .jar file they will be packed into. Build an IDE project with the source files and search the project (CTRL + F) for '10001'. Leave the BigInteger with the value '10001' and replace the other with the key that is printed to the console. That should fix it for you.
"Once your key is created, you will have to follow the instructions on the terminal/command prompt
You need to copy the public keys you are given and replace them in your client <== where do i download the client i downloaded game-0.0.4.zip there no client in there
In your client, you can find the text BigInteger("10001 which will usually be the place where you need to replace both the public keys (the "10001" key is usually the same)
Once you have replaced the keys in the client, you can restart the server and launch your client"
The text was updated successfully, but these errors were encountered: