mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
101
client/src/main/java/Static59.java
Normal file
101
client/src/main/java/Static59.java
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static59 {
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "X", descriptor = "I")
|
||||
public static int anInt1815;
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "bb", descriptor = "F")
|
||||
public static float aFloat6;
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "U", descriptor = "I")
|
||||
public static int anInt1812 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "W", descriptor = "I")
|
||||
public static int anInt1814 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "cb", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_400 = Static28.method790("clignotant2:");
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "h", descriptor = "(I)V")
|
||||
public static void method1372() {
|
||||
if (Static162.anInt3953 == 2) {
|
||||
if (Static155.anInt3751 == Static277.anInt5850 && Static60.anInt1892 == Static280.anInt5895) {
|
||||
Static162.anInt3953 = 0;
|
||||
if (Static172.aBoolean199 && Static187.aBooleanArray101[81] && Static231.anInt5204 > 2) {
|
||||
Static103.method2232(Static231.anInt5204 - 2);
|
||||
} else {
|
||||
Static103.method2232(Static231.anInt5204 - 1);
|
||||
}
|
||||
}
|
||||
} else if (Static155.anInt3751 == Static7.anInt985 && Static60.anInt1892 == Static60.anInt1893) {
|
||||
Static162.anInt3953 = 0;
|
||||
if (Static172.aBoolean199 && Static187.aBooleanArray101[81] && Static231.anInt5204 > 2) {
|
||||
Static103.method2232(Static231.anInt5204 - 2);
|
||||
} else {
|
||||
Static103.method2232(Static231.anInt5204 - 1);
|
||||
}
|
||||
} else {
|
||||
Static280.anInt5895 = Static60.anInt1893;
|
||||
Static162.anInt3953 = 2;
|
||||
Static277.anInt5850 = Static7.anInt985;
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "i", descriptor = "(I)V")
|
||||
public static void method1373() {
|
||||
Static6.aClass3_Sub15_Sub1_1.method2242(243);
|
||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static144.method2736());
|
||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static48.anInt1448);
|
||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static254.anInt5554);
|
||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static186.anInt4392);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "a", descriptor = "(Lclient!ve;ILclient!ve;Lclient!of;)V")
|
||||
public static void method1374(@OriginalArg(0) Class153 arg0, @OriginalArg(2) Class153 arg1, @OriginalArg(3) Interface3 arg2) {
|
||||
Static262.aClass153_108 = arg0;
|
||||
Static107.anInterface3_1 = arg2;
|
||||
Static238.aClass153_96 = arg1;
|
||||
if (Static238.aClass153_96 != null) {
|
||||
Static144.anInt3490 = Static238.aClass153_96.method4504(1);
|
||||
}
|
||||
if (Static262.aClass153_108 != null) {
|
||||
Static34.anInt1047 = Static262.aClass153_108.method4504(1);
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ej", name = "a", descriptor = "(IZIJ)Lclient!na;")
|
||||
public static Class100 method1376(@OriginalArg(3) long arg0) {
|
||||
@Pc(35) long local35 = arg0 / (long) 10;
|
||||
@Pc(37) int local37 = 1;
|
||||
while (local35 != 0L) {
|
||||
local37++;
|
||||
local35 /= 10;
|
||||
}
|
||||
@Pc(51) int local51 = local37;
|
||||
if (arg0 < 0L) {
|
||||
local51 = local37 + 1;
|
||||
}
|
||||
@Pc(61) byte[] local61 = new byte[local51];
|
||||
if (arg0 < 0L) {
|
||||
local61[0] = 45;
|
||||
}
|
||||
for (@Pc(79) int local79 = 0; local79 < local37; local79++) {
|
||||
@Pc(92) int local92 = (int) (arg0 % (long) 10);
|
||||
arg0 /= 10;
|
||||
if (local92 < 0) {
|
||||
local92 = -local92;
|
||||
}
|
||||
if (local92 > 9) {
|
||||
local92 += 39;
|
||||
}
|
||||
local61[local51 - local79 - 1] = (byte) (local92 + 48);
|
||||
}
|
||||
@Pc(126) Class100 local126 = new Class100();
|
||||
local126.aByteArray52 = local61;
|
||||
local126.anInt4030 = local51;
|
||||
return local126;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue