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:
zeruth
2019-06-08 05:43:03 -04:00
parent eafb024f16
commit e4d6e9fe13
1111 changed files with 135441 additions and 44733 deletions

View File

@@ -0,0 +1,25 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("fi")
public class class178 {
@ObfuscatedName("q")
@Export("__fi_q")
static int[][] __fi_q;
@ObfuscatedName("w")
@Export("__fi_w")
static int[][] __fi_w;
@ObfuscatedName("l")
@Export("__fi_l")
static int[] __fi_l;
@ObfuscatedName("e")
@Export("__fi_e")
static int[] __fi_e;
static {
__fi_q = new int[128][128];
__fi_w = new int[128][128];
__fi_l = new int[4096];
__fi_e = new int[4096];
}
}