Good to know,
I might post a small tut on how to disable most security if not all.
as i'm to lazy to keep cracking as i keep losing the **** tools i use haha.
Edit:
Decompile tool: jd-gui
[compile bat file]
Code:
set PATH=C:\Program Files (x86)\Java\jdk1.7.0_05\bin
javac s\mP.java
javac s\mJ.java
javac -classpath ..\libs\*; s\mI.java
javac -classpath ..\libs\*; s\mH.java
pause
[repack bat file]
Code:
set PATH=C:\Program Files (x86)\Java\jdk1.7.0_05\bin
jar uf OGameAutomizer.jar s/mP.class
jar uf OGameAutomizer.jar s/mJ.class
jar uf OGameAutomizer.jar s/mI.class
jar uf OGameAutomizer.jar s/mH.class
pause
From this you should be able to locate what file need to be edited.
If you know java this should be more then enough to crack future versions.
Simple check the offical file's using jd-gui and find the files in the new version they will have a different name though.
And alter it to what i made of it you can check it again using jd-gui.