client: revvy boi 202
This commit is contained in:
@@ -1,93 +1,104 @@
|
||||
import java.io.IOException;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("hv")
|
||||
@ObfuscatedName("hl")
|
||||
@Implements("GameObject")
|
||||
public final class GameObject {
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("fk")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 704202637
|
||||
intValue = -1234198713
|
||||
)
|
||||
@Export("worldPort")
|
||||
static int worldPort;
|
||||
@ObfuscatedName("ma")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1786079239
|
||||
)
|
||||
@Export("menuWidth")
|
||||
static int menuWidth;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1089622701
|
||||
)
|
||||
@Export("plane")
|
||||
int plane;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -494879285
|
||||
intValue = -465774691
|
||||
)
|
||||
@Export("height")
|
||||
int height;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 211210251
|
||||
intValue = 1923590497
|
||||
)
|
||||
@Export("centerX")
|
||||
int centerX;
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1046564479
|
||||
)
|
||||
@Export("centerY")
|
||||
int centerY;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lhj;"
|
||||
)
|
||||
@Export("renderable")
|
||||
public Renderable renderable;
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1520193173
|
||||
intValue = 1996180969
|
||||
)
|
||||
@Export("orientation")
|
||||
int orientation;
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -478459065
|
||||
intValue = 1051509529
|
||||
)
|
||||
@Export("centerY")
|
||||
int centerY;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lgt;"
|
||||
)
|
||||
@Export("renderable")
|
||||
public Renderable renderable;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1723330507
|
||||
)
|
||||
@Export("startX")
|
||||
int startX;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -849496909
|
||||
intValue = -621074209
|
||||
)
|
||||
@Export("endX")
|
||||
int endX;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 427250493
|
||||
intValue = -178409117
|
||||
)
|
||||
@Export("startY")
|
||||
int startY;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("r")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1968764473
|
||||
intValue = 144998379
|
||||
)
|
||||
@Export("endY")
|
||||
int endY;
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1764486953
|
||||
intValue = 1469340071
|
||||
)
|
||||
int field2641;
|
||||
@ObfuscatedName("y")
|
||||
int field2548;
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1523827707
|
||||
intValue = 800381971
|
||||
)
|
||||
@Export("lastDrawn")
|
||||
int lastDrawn;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedGetter(
|
||||
longValue = -6523351122347780293L
|
||||
longValue = -3336818157473405963L
|
||||
)
|
||||
@Export("tag")
|
||||
public long tag;
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -269494523
|
||||
intValue = -1622989155
|
||||
)
|
||||
@Export("flags")
|
||||
int flags;
|
||||
@@ -97,102 +108,38 @@ public final class GameObject {
|
||||
this.flags = 0; // L: 17
|
||||
} // L: 19
|
||||
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("aa")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lmp;ZB)V",
|
||||
garbageValue = "38"
|
||||
descriptor = "(ILbn;ZI)I",
|
||||
garbageValue = "210014678"
|
||||
)
|
||||
public static void method4647(AbstractSocket var0, boolean var1) {
|
||||
if (NetCache.NetCache_socket != null) { // L: 42
|
||||
try {
|
||||
NetCache.NetCache_socket.close(); // L: 44
|
||||
} catch (Exception var8) { // L: 46
|
||||
}
|
||||
|
||||
NetCache.NetCache_socket = null; // L: 47
|
||||
}
|
||||
|
||||
NetCache.NetCache_socket = var0; // L: 49
|
||||
Buffer var2;
|
||||
if (NetCache.NetCache_socket != null) { // L: 51
|
||||
try {
|
||||
var2 = new Buffer(4); // L: 53
|
||||
var2.writeByte(var1 ? 2 : 3); // L: 54
|
||||
var2.writeMedium(0); // L: 55
|
||||
NetCache.NetCache_socket.write(var2.array, 0, 4); // L: 56
|
||||
} catch (IOException var7) {
|
||||
try {
|
||||
NetCache.NetCache_socket.close(); // L: 60
|
||||
} catch (Exception var6) { // L: 62
|
||||
}
|
||||
|
||||
++NetCache.NetCache_ioExceptions; // L: 63
|
||||
NetCache.NetCache_socket = null; // L: 64
|
||||
}
|
||||
}
|
||||
|
||||
NetCache.NetCache_responseHeaderBuffer.offset = 0; // L: 67
|
||||
class131.NetCache_currentResponse = null; // L: 68
|
||||
class138.NetCache_responseArchiveBuffer = null; // L: 69
|
||||
NetCache.field3707 = 0; // L: 70
|
||||
|
||||
while (true) {
|
||||
NetFileRequest var9 = (NetFileRequest)NetCache.NetCache_pendingPriorityResponses.first(); // L: 72
|
||||
if (var9 == null) { // L: 73
|
||||
while (true) {
|
||||
var9 = (NetFileRequest)NetCache.NetCache_pendingResponses.first(); // L: 79
|
||||
if (var9 == null) { // L: 80
|
||||
if (NetCache.field3719 != 0) { // L: 86
|
||||
try {
|
||||
var2 = new Buffer(4); // L: 88
|
||||
var2.writeByte(4); // L: 89
|
||||
var2.writeByte(NetCache.field3719); // L: 90
|
||||
var2.writeShort(0); // L: 91
|
||||
NetCache.NetCache_socket.write(var2.array, 0, 4); // L: 92
|
||||
} catch (IOException var5) {
|
||||
try {
|
||||
NetCache.NetCache_socket.close(); // L: 96
|
||||
} catch (Exception var4) { // L: 98
|
||||
}
|
||||
|
||||
++NetCache.NetCache_ioExceptions; // L: 99
|
||||
NetCache.NetCache_socket = null; // L: 100
|
||||
}
|
||||
}
|
||||
|
||||
NetCache.NetCache_loadTime = 0; // L: 103
|
||||
class423.field4436 = class111.method2516(); // L: 104
|
||||
return; // L: 105
|
||||
static int method4341(int var0, Script var1, boolean var2) {
|
||||
if (var0 != 6700 && var0 != 6702 && var0 != 6704 && var0 != 6706 && var0 != 6708) { // L: 4274
|
||||
if (var0 != 6701 && var0 != 6703 && var0 != 6705 && var0 != 6707 && var0 != 6709) { // L: 4279
|
||||
if (var0 == 6750) { // L: 4283
|
||||
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = ""; // L: 4284
|
||||
return 1; // L: 4285
|
||||
} else if (var0 != 6751 && var0 != 6752 && var0 != 6753) { // L: 4287
|
||||
if (var0 == 6754) { // L: 4291
|
||||
int var3 = Interpreter.Interpreter_intStack[--IsaacCipher.Interpreter_intStackSize]; // L: 4292
|
||||
NPCComposition var4 = WorldMapLabelSize.getNpcDefinition(var3); // L: 4293
|
||||
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var4 != null ? var4.name : ""; // L: 4294
|
||||
return 1; // L: 4295
|
||||
} else {
|
||||
return 2; // L: 4297
|
||||
}
|
||||
|
||||
NetCache.NetCache_pendingWritesQueue.addLast(var9); // L: 81
|
||||
NetCache.NetCache_pendingWrites.put(var9, var9.key); // L: 82
|
||||
++NetCache.NetCache_pendingWritesCount; // L: 83
|
||||
--NetCache.NetCache_pendingResponsesCount; // L: 84
|
||||
} else {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = -1; // L: 4288
|
||||
return 1; // L: 4289
|
||||
}
|
||||
} else {
|
||||
--IsaacCipher.Interpreter_intStackSize; // L: 4280
|
||||
return 1; // L: 4281
|
||||
}
|
||||
|
||||
NetCache.NetCache_pendingPriorityWrites.put(var9, var9.key); // L: 74
|
||||
++NetCache.NetCache_pendingPriorityWritesCount; // L: 75
|
||||
--NetCache.NetCache_pendingPriorityResponsesCount; // L: 76
|
||||
} else {
|
||||
IsaacCipher.Interpreter_intStackSize -= 2; // L: 4275
|
||||
--class13.Interpreter_stringStackSize; // L: 4276
|
||||
return 1; // L: 4277
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("ku")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Ljf;IIIB)V",
|
||||
garbageValue = "-109"
|
||||
)
|
||||
@Export("drawCompass")
|
||||
static final void drawCompass(Widget var0, int var1, int var2, int var3) {
|
||||
SpriteMask var4 = var0.getSpriteMask(false); // L: 11713
|
||||
if (var4 != null) { // L: 11714
|
||||
if (Client.minimapState < 3) { // L: 11715
|
||||
class114.compass.drawRotatedMaskedCenteredAround(var1, var2, var4.width, var4.height, 25, 25, Client.camAngleY, 256, var4.xStarts, var4.xWidths);
|
||||
} else {
|
||||
Rasterizer2D.Rasterizer2D_fillMaskedRectangle(var1, var2, 0, var4.xStarts, var4.xWidths); // L: 11716
|
||||
}
|
||||
|
||||
}
|
||||
} // L: 11717
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user