




Lets Start Your Minecraft Hack Client!
Thead Owner : Thornzzz ,
Category : Gaming,
3 Comment,
87 Read
Viewers:
1 Guest(s)
03-09-2014, 11:55 PM
What Is Minecraft?
"Minecraft is a game about breaking and placing blocks. At first, people built structures to protect against nocturnal monsters, but as the game grew players worked together to create wonderful, imaginative things.It can also be about adventuring with friends or watching the sun rise over a blocky ocean. It’s pretty. Brave players battle terrible things in The Nether, which is more scary than pretty. You can also visit a land of mushrooms if it sounds more like your cup of tea."-Minecraft.net
What You Need To Get
First, you need to get 'Eclipse' which you can find here. http://www.eclipse.org/downloads/ You're going to download the Eclipse standard 4.3.1. Next your going to need to get Java JDK (Java Dev Kit) which you can get here. http://www.oracle.com/technetwork/java/j...index.htmlLast thing you're going to need is Mcp 1.7.2 (Minecraft Coders Pack) which you can find here. http://www.mediafire.com/download/npjd33...1alpha.zip
Alright Lets Get You Started
First, you need to create a MCP folder on your desktop. You're going to need to take the Winwar file MCP you downloaded and drag everything INSIDE of it in the MCP folder. Ok, lets open the Winwar Eclipse you downloaded and open up the Eclipse folder then open up the Eclipse.exe.
Ok, here is the hard part. You're going to see a screen that looks like that
![[Image: qpvEECM.png]](http://i.imgur.com/qpvEECM.png)
Code:
var8.drawStringWithShadow("", 50, 50, 0xFFFFFFFF);
boolean move = (mc.gameSettings.keyBindForward.pressed && !mc.thePlayer
.isSneaking());
if (move) {
if (!mc.thePlayer.isInWater()
&& mc.thePlayer.getFoodStats().getFoodLevel() > 6
&& !mc.thePlayer.isCollidedHorizontally) {
mc.thePlayer.setSprinting(true);
}}
![[Image: Zry12LH.png]](http://i.imgur.com/Zry12LH.png)
Note, this DOES not work on
servers, you need to figure out how to do that yourself.
03-09-2014, 11:56 PM
This is a very nice tutorial my friend! Needs to be cleaned up a little but, but over all I know this will help others c:
03-09-2014, 11:57 PM
Nice tutorial Thornzzz, hope this well help some people.
Forum Owner
03-09-2014, 11:59 PM
Thanks for the complements guys! More coming soon I promise!