Thread Type: Tutorial
Description: How to decompile CLASS files..
Difficulty: 2/10
Download: http://www.bysoft.se/sureshot/cavaj/
Ok lets start..
(I know i made a tutorial before, but this is a different way of doing it, and my other one was simply using Javac and not really explained much)..
Right lets say you want to edit a title on the loading screen in a HD client but you can't as it's a CLASS file and when you normally open CLASS files, they have [][][][][]133[][][] its all encrypted text, so no one can leech it and change it.
But im going to show you how to simply bypass this.
Firstly we are going to download the program called Cavaj, i have inserted a download link above.
Then open Cavaj and you will see the window as shown below:
Once opened, at the top left of it, you will see "File".
Click that, then goto "Open".
Then you will see a window like the one shown below.
Ok i opened "Applet_Sub1.class" and i am now able to see all the text decrypted in that CLASS file.
A picture is shown below...
If you want to change something, it now gets a little tiny bit more difficult.
Change what you want in that window, then copy ALL the text shown. (Just do CTRL+A)..
Once it's all selected, you must now paste it into a new Notepad file.
Save the Notepad file as Applet_Sub1.java Or whatever your using, to the DESKTOP!
(Dont overwrite the old one)
Ok now we have that done, we are going to compile it to turn it into a CLASS file.
So simply goto "C:\Program Files\Java\jdk1.6.0_11\bin" (Thats where mine is)
and in there will be a Application called JAVAC.
We are going to use this to compile, its really easy to do.
Once we are ready to compile, DRAG the Applet_Sub1.java into the directory where your JAVAC is and goto CMD. (I recommend you actually drag ALL files to your client files there, so you can compile without errors....)
Ok then goto CMD and LOCATE to the Place where javac is.. "C:\Program Files\Java\jdk1.6.0_11\bin"
If you dont know how to use CMD then Google it..
Once you have located it, do JAVAC Applet_Sub1.java or whatever yours is called, it will then start compiling and hopefully without errors....
Once compiled, you will see the file Applet_Sub1.CLASS somewhere in that directory.
Then copy and replace it with the other one in the original client files..
Hope this helps some people..
- Joe






Reply With Quote![[TuT - A] [General] How to Decompile CLASS files!](http://ragezone.com/hyper728.png)


