The CheatBreakerAPINetHandler is the container for all of CheatBreaker's packet handling.
If you suspect an issue you can submit one here.
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone [email protected]:LunarBreaker/CheatBreakerAPINetHandler.git
- Navigate to the new folder
cd cheatbreakerapinethandler
- Import
pom.xml
into your IDE
- Navigate to the repository home directory
- Run
mvn clean install
- Find the compiled jar at
target/CheatBreakerAPINetHandler.jar