An open API service indexing awesome lists of open source software.

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.

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).