|
This is probably a bigger project than you might feel up to. I don't know of this game presonally, but if it is a Java game, you're probably only getting access to the compiled version. Unless you want to watch registers change and sniff packets, you'll probably want to decompile it. The problem is that what you'll end up with is more or less nonsense, as all formatting, variable names, etc will be lost. You'd need to be familiar with Java to begin with to make heads or tails of it, andeven then it would be a pain.
|