Coding Wiki

Posts 16 of 6 · Page 1 of 1
Coding Wiki
Since most of you here do not know how to code I will give you some pointers.

Don't Code minecraft right away
Most of you try to code minecraft right away with no experience in java thinking you are going to make a client then you become clueless and stop.So learn java before you even touch minecraft so you actually know what you are doing.

Use the language the way it is supposed to be used
Java in an oop language which means it is object oriented.Use the language the way it is supposed to be used.It's much easier then not knowing how to use the language to it's potential.

Actually try to code yourself
Don't go on youtube or forums looking for code actually try it yourself before you go asking.Asking should be a last resort.Study the given code already ex fly.
For flying to be enabled you look at their existing fly code and see that the player has flying capabilities set to true.So you know your fly hack must do the same.


What you learned from this
You can't go and make a hacked client without knowing the language.Always try to make your own code before going and looking at other code and asking should always be a last resort.



-Happy mods?I contributed to the community.
I agree with the object oriented part. Its surprising how many people don't know how to apply good data abstraction and encapsulation. They end up making tons of booleans and hard-coded GUI elements that it just becomes insane. Seriously, create a hack object that handles it's own key binds and properties. To create a new hack, just instantiate it into a list of hacks and have the GUI automatically go through it and display the GUI. Makes adding new hacks literally just 1 line of code.
Yeah this makes me happy.
Even better if you could provide a code string for fly as an example.
Quote Originally Posted by crex View Post
Yeah this makes me happy.
Even better if you could provide a code string for fly as an example.
I don't have a decompiled minecraft jar on me right now so tomorrow.
Quote Originally Posted by C++Coding View Post
I don't have a decompiled minecraft jar on me right now so tomorrow.
Alright that sounds good.
I am actually surprised by you! Good job! Very helpful!
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?