client building - GregHib/void GitHub Wiki
- Checkout https://github.com/GregHib/void-client in IntelliJ
-
Project Structure | Artifacts | Add | Jar
-> From Modules with Dependencies - Set Main Class: Loader
- Change MANIFEST.MF directory to
./void-client/
(default will be./void-client/client/src
) - OK
- File | Build | Artifacts | void-client:jar | build
void-client.jar
will be located in /out/artifacts/void_client_jar/
- Update the RSA keys to match - modified-files
- Disable the lobby by setting the initial login stage to 2 - modified-files
- Fix the area sound packet from (id = 5, size = 6) to size = 8 - modified-files
- Support java 6+ by skipping
Runtime.load0
call - modified-files
Code changes can be found here however naming will likely differ in your deob client.