
Originally Posted by
clem585
Try looking for;
or
Also the 2 classes should be defined in the static block of your client in a class array (I think):
Code:
static {
...
aClass25Array8679 = new Class25[] { aClass25_8711, aClass25_8693 };
...
}
I have found "-1L" in client.java, and here is a snippet from a nested if statement that involves a comparison with -1L.
Code:
if(Class171.aGarbageCollectorMXBean2017 != null) {
long var6 = Class171.aGarbageCollectorMXBean2017.getCollectionTime();
if(-3336266375298172389L * aLong11269 != -1L) {
long var8 = var6 - -3336266375298172389L * aLong11269;
long var10 = var3 - -4162482883498417561L * aLong11289;
if(var10 != 0L) {
var5 = (int)(100L * var8 / var10);
}
}
aLong11269 = var6 * -5929936462019784685L;
aLong11289 = -1765527360838100649L * var3;
}
If you are interested in the entire if statement.