project: hello again rev206

This commit is contained in:
JumpIfZero
2022-04-22 12:43:18 +03:00
parent 1cdb6e9060
commit 2dc9359cba
466 changed files with 55930 additions and 56034 deletions

View File

@@ -6,148 +6,163 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("me")
@ObfuscatedName("my")
@Implements("ByteArrayPool")
public class ByteArrayPool {
@ObfuscatedName("l")
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = -2135689981
intValue = 2043697785
)
@Export("ByteArrayPool_smallCount")
static int ByteArrayPool_smallCount;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = 742427787
intValue = 1060831441
)
@Export("ByteArrayPool_mediumCount")
static int ByteArrayPool_mediumCount;
@ObfuscatedName("d")
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = 557846703
intValue = -1175962597
)
@Export("ByteArrayPool_largeCount")
static int ByteArrayPool_largeCount;
@ObfuscatedName("f")
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 257291791
intValue = 1771611339
)
static int field4169;
@ObfuscatedName("u")
static int field4163;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = -1915977333
intValue = -321282309
)
static int field4178;
static int field4159;
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = -178630953
)
static int field4160;
@ObfuscatedName("r")
@ObfuscatedGetter(
intValue = -971009911
intValue = -308081175
)
static int field4165;
@ObfuscatedName("k")
static int field4161;
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = 507582471
intValue = 889627885
)
static int field4172;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 1120130659
)
static int field4177;
@ObfuscatedName("c")
static int field4152;
@ObfuscatedName("w")
@Export("ByteArrayPool_small")
static byte[][] ByteArrayPool_small;
@ObfuscatedName("j")
@ObfuscatedName("k")
@Export("ByteArrayPool_medium")
static byte[][] ByteArrayPool_medium;
@ObfuscatedName("p")
@ObfuscatedName("d")
@Export("ByteArrayPool_large")
static byte[][] ByteArrayPool_large;
@ObfuscatedName("s")
static byte[][] field4166;
@ObfuscatedName("b")
@Export("ByteArrayPool_alternativeSizes")
public static int[] ByteArrayPool_alternativeSizes;
@ObfuscatedName("m")
public static ArrayList field4173;
static byte[][] field4162;
@ObfuscatedName("x")
static ArrayList field4167;
@ObfuscatedName("mh")
@ObfuscatedGetter(
intValue = 1658529089
)
@Export("menuHeight")
static int menuHeight;
static {
ByteArrayPool_smallCount = 0; // L: 13
ByteArrayPool_mediumCount = 0; // L: 14
ByteArrayPool_largeCount = 0; // L: 15
field4169 = 0; // L: 16
field4178 = 1000; // L: 17
field4165 = 250; // L: 18
field4172 = 100; // L: 19
field4177 = 50; // L: 20
field4163 = 0; // L: 16
field4159 = 1000; // L: 17
field4160 = 250; // L: 18
field4161 = 100; // L: 19
field4152 = 50; // L: 20
ByteArrayPool_small = new byte[1000][]; // L: 21
ByteArrayPool_medium = new byte[250][]; // L: 22
ByteArrayPool_large = new byte[100][]; // L: 23
field4166 = new byte[50][]; // L: 24
field4173 = new ArrayList(); // L: 28
field4173.clear(); // L: 32
field4173.add(100); // L: 33
field4173.add(5000); // L: 34
field4173.add(10000); // L: 35
field4173.add(30000); // L: 36
field4162 = new byte[50][]; // L: 24
field4167 = new ArrayList(); // L: 28
Login.method1960(); // L: 31
new HashMap();
} // L: 42
} // L: 36
@ObfuscatedName("v")
@ObfuscatedName("i")
@ObfuscatedSignature(
descriptor = "(IZB)[B",
garbageValue = "68"
garbageValue = "-82"
)
@Export("ByteArrayPool_getArrayBool")
static synchronized byte[] ByteArrayPool_getArrayBool(int var0, boolean var1) {
byte[] var4;
if (var0 != 100) { // L: 50
if (var0 != 100) { // L: 70
if (var0 < 100) {
}
} else if (ByteArrayPool_smallCount > 0) {
var4 = ByteArrayPool_small[--ByteArrayPool_smallCount]; // L: 51
ByteArrayPool_small[ByteArrayPool_smallCount] = null; // L: 52
return var4; // L: 53
var4 = ByteArrayPool_small[--ByteArrayPool_smallCount]; // L: 71
ByteArrayPool_small[ByteArrayPool_smallCount] = null; // L: 72
return var4; // L: 73
}
if (var0 != 5000) { // L: 55
if (var0 != 5000) { // L: 75
if (var0 < 5000) {
}
} else if (ByteArrayPool_mediumCount > 0) {
var4 = ByteArrayPool_medium[--ByteArrayPool_mediumCount]; // L: 56
ByteArrayPool_medium[ByteArrayPool_mediumCount] = null; // L: 57
return var4; // L: 58
var4 = ByteArrayPool_medium[--ByteArrayPool_mediumCount]; // L: 76
ByteArrayPool_medium[ByteArrayPool_mediumCount] = null; // L: 77
return var4; // L: 78
}
if (var0 != 10000) { // L: 60
if (var0 != 10000) { // L: 80
if (var0 < 10000) {
}
} else if (ByteArrayPool_largeCount > 0) {
var4 = ByteArrayPool_large[--ByteArrayPool_largeCount]; // L: 61
ByteArrayPool_large[ByteArrayPool_largeCount] = null; // L: 62
return var4; // L: 63
var4 = ByteArrayPool_large[--ByteArrayPool_largeCount]; // L: 81
ByteArrayPool_large[ByteArrayPool_largeCount] = null; // L: 82
return var4; // L: 83
}
if (var0 != 30000) { // L: 65
if (var0 != 30000) { // L: 85
if (var0 < 30000) {
}
} else if (field4169 > 0) {
var4 = field4166[--field4169]; // L: 66
field4166[field4169] = null; // L: 67
return var4; // L: 68
} else if (field4163 > 0) {
var4 = field4162[--field4163]; // L: 86
field4162[field4163] = null; // L: 87
return var4; // L: 88
}
if (ScriptEvent.ByteArrayPool_arrays != null) { // L: 70
for (int var2 = 0; var2 < ByteArrayPool_alternativeSizes.length; ++var2) { // L: 71
if (ByteArrayPool_alternativeSizes[var2] != var0) { // L: 72
if (var0 < ByteArrayPool_alternativeSizes[var2]) {
if (BoundaryObject.ByteArrayPool_arrays != null) { // L: 90
for (int var2 = 0; var2 < FloorOverlayDefinition.ByteArrayPool_alternativeSizes.length; ++var2) { // L: 91
if (FloorOverlayDefinition.ByteArrayPool_alternativeSizes[var2] != var0) { // L: 92
if (var0 < FloorOverlayDefinition.ByteArrayPool_alternativeSizes[var2]) {
}
} else if (GameObject.ByteArrayPool_altSizeArrayCounts[var2] > 0) {
byte[] var3 = ScriptEvent.ByteArrayPool_arrays[var2][--GameObject.ByteArrayPool_altSizeArrayCounts[var2]]; // L: 73
ScriptEvent.ByteArrayPool_arrays[var2][GameObject.ByteArrayPool_altSizeArrayCounts[var2]] = null; // L: 74
return var3; // L: 75
} else if (class128.ByteArrayPool_altSizeArrayCounts[var2] > 0) {
byte[] var3 = BoundaryObject.ByteArrayPool_arrays[var2][--class128.ByteArrayPool_altSizeArrayCounts[var2]]; // L: 93
BoundaryObject.ByteArrayPool_arrays[var2][class128.ByteArrayPool_altSizeArrayCounts[var2]] = null; // L: 94
return var3; // L: 95
}
}
}
return new byte[var0]; // L: 88
return new byte[var0]; // L: 108
}
@ObfuscatedName("it")
@ObfuscatedSignature(
descriptor = "(I)V",
garbageValue = "-1492106780"
)
@Export("addCancelMenuEntry")
static void addCancelMenuEntry() {
Client.menuOptionsCount = 0; // L: 8607
Client.isMenuOpen = false; // L: 8608
Client.menuActions[0] = "Cancel"; // L: 8610
Client.menuTargets[0] = ""; // L: 8611
Client.menuOpcodes[0] = 1006; // L: 8612
Client.menuShiftClick[0] = false; // L: 8613
Client.menuOptionsCount = 1; // L: 8614
} // L: 8615
}