Hey guys, I noticed some of the people are saying that the tutorials are a bit out-dated, so I here's a new one (1.4.7)
1. Install MCP, any recent version of Java Development Kit, and Eclipse. I assume since you're reading this that you've seen videos on how to do this or have done this already.
2. After MCP is set up and the source has been decompiled, run Eclipse.exe. A box will come up asking for a workspace. Nextto that, there is the browse button. Click that and browse to the folder "Eclipse" that is in your folder with all of MCP's contents and select it.
3. Eclipse will then open with the workspace you selected. It will be black and you will have a few tools on your screen.
4. Now once you open GuiIngame, you need to add a few things before we add any real hacks.
5. Now that we can check keys, we can actually start.
We're going to want a title for our client. (I'll name mine "Derp")
6.Now that we have a pretty title, we're going to add a basic menu.
7. The menu and title are done! Now for the basic hacks.
8. That's pretty much it. This is how basic clients are made. Follow a similiar setup as this and you can do quite a lot in a client.
Nice job!![]()
Member Level 1 since 4/20/11 - 8/4/14Member Level 2 since 8/4/14 - present
My tutorial would have bee this.
"So you want to make a basic hacked client?Here The Java™ Tutorials Get reading."
godshawk (03-26-2013)
LordPankake (02-13-2013)
LordPankake (02-13-2013)
Either way, this thread was helpful.![]()
Member Level 1 since 4/20/11 - 8/4/14Member Level 2 since 8/4/14 - present
LordPankake (02-13-2013)
This is true. My point was kinda silly as you pointed out, but still. Assuming a person is reading a thread about modding a java game, they probably know something about it, more or less. Also it starts to become like a secondary language like spanish or french after awhile(in terms of how much you understand it given time spent looking over it and seeeing how it works)
This is also a basic tutorial. There are much more effecient ways to do a gui, but usually those ways are not really "basic" and "simple".
Really good tutorial thanks man and hope i can create a hack client :P
errmm Great tutorial but i m having some troubles.
Last edited by TheR4pt0r; 02-16-2013 at 04:30 AM.
So what seems to be the problem? What kind of error does eclipse/java throw you?
Also, you could put the area that's affected in [.CODE] [./CODE] tags
Edit: From what you sent me, you're missing a ';' after your "public static boolean menu". If it's something else, do elaborate.
Last edited by LordPankake; 02-16-2013 at 04:22 PM.
package net.minecraft.src;
public class var
{
public static booolean menu
}
This is my problem..i get 3 errors.. is syntax wrong? it said var should be defined as own file so i did "var" and it was correct...should i keep it this way?
---------- Post added at 05:44 PM ---------- Previous post was at 05:43 PM ----------
Asking is the best way learning.
Last edited by TheR4pt0r; 02-16-2013 at 06:08 PM.