SBoT 1.0 decompiled with CFR 0.152
Full source recovered from SBoT.jar (July 2004) plus the three bundled example scripts (BoneBury, GuildFish, GuildFisher). Class names are the original RSC-era single-letter obfuscation (a.java-z.java); mudclient.java and Script.java kept their real names since those weren't obfuscated.
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
/*
|
||||
* Decompiled with CFR 0.152.
|
||||
*/
|
||||
class e {
|
||||
final int a = 4096;
|
||||
final int b = 16;
|
||||
final int c = 258;
|
||||
final int d = 23;
|
||||
final int e = 1;
|
||||
final int f = 6;
|
||||
final int g = 50;
|
||||
final int h = 4;
|
||||
final int i = 18002;
|
||||
byte[] j;
|
||||
int k;
|
||||
int l;
|
||||
int m;
|
||||
int n;
|
||||
byte[] o;
|
||||
int p;
|
||||
int q;
|
||||
int r;
|
||||
int s;
|
||||
byte t;
|
||||
int u;
|
||||
boolean v;
|
||||
int w;
|
||||
int x;
|
||||
int y;
|
||||
int z;
|
||||
int A;
|
||||
int B;
|
||||
int C;
|
||||
int[] D;
|
||||
int E;
|
||||
int[] F;
|
||||
int[] G;
|
||||
public static int[] H;
|
||||
int I;
|
||||
boolean[] J;
|
||||
boolean[] K;
|
||||
byte[] L;
|
||||
byte[] M;
|
||||
int[] N;
|
||||
byte[] O;
|
||||
byte[] P;
|
||||
byte[][] Q;
|
||||
int[][] R;
|
||||
int[][] S;
|
||||
int[][] T;
|
||||
int[] U;
|
||||
int V;
|
||||
|
||||
e() {
|
||||
boolean bl = false;
|
||||
this.D = new int[256];
|
||||
this.F = new int[257];
|
||||
this.G = new int[257];
|
||||
this.J = new boolean[256];
|
||||
this.K = new boolean[16];
|
||||
this.L = new byte[256];
|
||||
this.M = new byte[4096];
|
||||
this.N = new int[16];
|
||||
this.O = new byte[18002];
|
||||
this.P = new byte[18002];
|
||||
this.Q = new byte[6][258];
|
||||
this.R = new int[6][258];
|
||||
this.S = new int[6][258];
|
||||
this.T = new int[6][258];
|
||||
this.U = new int[6];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user