Im trying to find the classes that run the hacks for this client so i can find them and combine and edit some of them.
However no matter what i try i can find the ones i want.
[url]http://dl.dropbox.com/u/26604285/Hacks.rar[/url]
These are the 2 .jar's.
Any ideass?
You want to edit the classes?
Java classes are made up of java bytecode, compiled from .java source files. I think you're looking for those, instead of the class files.
You can use a Java decompiler to get a glimpse of the source code. However, there can be errors, and the code might be obfuscated.
Sorry, you need to Log In to post a reply to this thread.