Wurst Client 
About
Wurst is a so-called "hacked client" for Minecraft - basically a mod that allows you to cheat. You can fly on servers, see ores through walls and much more.
Installation
For Users
If you just want to use Wurst, download it from the official website and install it on your computer.
For Developers (Windows only)
If you want to edit Wurst and submit Pull Requests, follow these steps:
-
Fork and clone this repository.
-
Import it to Eclipse (Import... > Existing Projects into Workspace).
-
Decompile Minecraft using the MCP, create a folder named
mcnext tosrcand put the source code in there. -
Go to the
patchfolder and runinitialize.bat(requires git to be installed and added to the path so that the script can use it). -
Create a
libfolder next tosrc, then add Minecraft's libraries to it.
All errors should have disappeared by now and you should be able to launch Wurst from the Eclipse project. If not, something is wrong.
Contributing
Pull Requests are welcome! Just make sure that you submit a separate one for each new feature or bugfix that you make. You know, things get a bit messy otherwise...
License
The Wurst Client is licensed under the Mozilla Public License 2.0.