Port Injector to main layout
Adds deobfuscator Adds injected-client Adds injector-plugin Adds runescape-client Replaces RL's apis Small bug with sprites atm, will be resolved soon. tired af. Builds, probably
This commit is contained in:
37
runescape-client/src/main/java/class328.java
Normal file
37
runescape-client/src/main/java/class328.java
Normal file
@@ -0,0 +1,37 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("lr")
|
||||
public class class328 {
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1119867679
|
||||
)
|
||||
@Export("indexedSpriteCount")
|
||||
static int indexedSpriteCount;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 161627197
|
||||
)
|
||||
@Export("indexedSpriteWidth")
|
||||
static int indexedSpriteWidth;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -76329055
|
||||
)
|
||||
@Export("indexedSpriteHeight")
|
||||
static int indexedSpriteHeight;
|
||||
@ObfuscatedName("w")
|
||||
@Export("indexedSpriteOffsetXs")
|
||||
static int[] indexedSpriteOffsetXs;
|
||||
@ObfuscatedName("o")
|
||||
@Export("indexedSpriteOffsetYs")
|
||||
static int[] indexedSpriteOffsetYs;
|
||||
@ObfuscatedName("l")
|
||||
@Export("indexedSpritePalette")
|
||||
static int[] indexedSpritePalette;
|
||||
@ObfuscatedName("e")
|
||||
@Export("Sprite")
|
||||
static byte[][] Sprite;
|
||||
}
|
||||
Reference in New Issue
Block a user