Decompiling the 508 HD Client
This can be done with basically ALL Class files you want tbh..
Im just going to show (For an example) How to decompile a HD client.
This will be useful for people that need to edit stuff in certain classes...
BUT the only thing you need to do is find a decent Compiler to recompile the CLASS file.
The normal Compiler WONT be good enough (The one that is in the Clients Folder)
Step 1.
Download JAD by going here:
Step 2.
Once downloaded JAD you must place it into the HD Clients folder where all the Classes are...
Step 3.
Ok now that is done, open up a DOS window. If you dont know how just go Start > Run > In Run type CMD
Step 4.
Once DOS is opened type the following without the ".. Example "jad -p Client.class > Client.java"
That will simply decompile Client.class into Client.java and will be editable..
Step 5.
Ok if you want to decompile ALL the CLASS files in the folder then simply do.
"jad -o -dtest sjava *.class"
Yep its as easy as anything..
REMEMBER this is'nt just for the HD client... Its for all sorts of CLASS files..
(If you get stuck or anything, please say below!)
Credits:
Joe9099
This can be done with basically ALL Class files you want tbh..
Im just going to show (For an example) How to decompile a HD client.
This will be useful for people that need to edit stuff in certain classes...
BUT the only thing you need to do is find a decent Compiler to recompile the CLASS file.
The normal Compiler WONT be good enough (The one that is in the Clients Folder)
Step 1.
Download JAD by going here:
To view the content, you need to sign in or register
Step 2.
Once downloaded JAD you must place it into the HD Clients folder where all the Classes are...
Step 3.
Ok now that is done, open up a DOS window. If you dont know how just go Start > Run > In Run type CMD
Step 4.
Once DOS is opened type the following without the ".. Example "jad -p Client.class > Client.java"
That will simply decompile Client.class into Client.java and will be editable..
Step 5.
Ok if you want to decompile ALL the CLASS files in the folder then simply do.
"jad -o -dtest sjava *.class"
Yep its as easy as anything..
REMEMBER this is'nt just for the HD client... Its for all sorts of CLASS files..
(If you get stuck or anything, please say below!)
Credits:
Joe9099