Nonsense Client is a free and open source hack client for Minecraft 1.8.8.
More information at https://bhopper.wtf/nonsense
- The launcher can be downloaded here.
- Download GraalVM JDK 23 (https://www.graalvm.org/downloads/).
- Clone this repository.
- Open the cloned repository in IntelliJ.
- Go to
File -> Project Structure -> Project
then set the SDK toGrallVM 23
and set the Language Level toJava 23
). - Make sure you have launched Minecraft 1.8.8 at least once, run the
client -> copyAssets
gradle task. - To run the client, run the
Start
run configuration.
- Specify the changes you have made in your pull request.
- Don't commit any IDE or system related files, these should be added to the
.gitignore
. - Use appropriate code formatting and naming conventions, use the Google Java Style Guide as reference.