https://github.com/byeoon/modulebase
ModuleBase is an open source and free to use repository of code snippets used to make developing cheats for Minecraft easier.
https://github.com/byeoon/modulebase
Last synced: about 1 year ago
JSON representation
ModuleBase is an open source and free to use repository of code snippets used to make developing cheats for Minecraft easier.
- Host: GitHub
- URL: https://github.com/byeoon/modulebase
- Owner: byeoon
- Created: 2024-03-06T15:55:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T16:34:15.000Z (over 2 years ago)
- Last Synced: 2025-06-11T10:06:13.036Z (about 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModuleBase
**ModuleBase** is an open source and free to use repository of code snippets used to make developing cheats for **Minecraft 1.8** easier. You can do whatever you want with this code; completely skid it (I don't condone that), build up from it, or use it as inspiration. This was made to give beginners a better understanding on how developing clients work. Implementing these into your client depends on how you set your base up and you may need to change certain things depending on the way your client works. Lines of code will be commented along the way to better explain what certain thngs do.
> Some of the code here is **NOT** supposed to be taken for genuine client development, and is meant to showcase stupid stuff from fucking around and finding out, like the [1BPS Verus Fly](https://github.com/byeoon/ModuleBase/modules/Flight/1BPSVerusFly.java).