Note: The "installer" isn't working at all because I still trying to figure out what it does!
yes i know there are the "open source" phobos code, but I decompiled and extracted from the first .jar leak
- Download as .zip
- Extract
cd
in the extracted foldergradlew build
orchmod +x ./gradlew build
The jar will be on build/libs
Downloaded a random .jar that I've found on github, supposedly the first leak of the jar, then I extracted the classes one per one using JByteCustom then I did gradle init
to initialize the gradle project, then I opened on Intellij IDEA and fixed file per file. Then I simply fixed the build.gradle
stuff and done.
Pre-Built Jar here
I did this for testing purposes, and for learning Java and Gradle too!