xsires,
Thanks, here you are :
[Only registered and activated users can see links. Click Here To Register...]
You'll find in there:
OGameAutomizer 00init.jar - The old original version
OGameAutomizer 01CRK.jar - The old cracked version
OGameAutomizer 02 uncracked.jar - The new version
OGameAutomizer.jar - The new version tentatively cracked.
On top, the reworked classes + source.
I might just say that I've been investigating, and that there is a discrepancy between the version it has been compiled for and the one did (original classes target is J2SE 5.0, mine is J2SE 7.0)
The reason why I'm really puzzled is the following : Even if the mP class is 'dead' now, I used wireshark to analyse what was going on. I saw frames directly coming from this line of code in the mP class
str = localy.d(paramkc, "188.165.227.218", 80, "/public.php?action=expire&uni=" + paramString1 + "&login=" + URLEncoder.encode(paramString2, "UTF-8") + "&serial=" + paramString3, null);
This should not be. Is there a cache problem somewhere?