Skip to content

Instantly share code, notes, and snippets.

View Shadowrs's full-sized avatar

Jak Shadowrs

  • UK
View GitHub Profile
public class Def32 extends CacheNode {
int anInt2184 = 1971236605;
public int anInt2187 = 0;
public int anInt2188 = -1137279401;
public int anInt2192 = 1494000227;
public int anInt2193 = 1072750162;
int anInt2194 = -1330443429;
int anInt2195 = 363726675;
public int anInt2196 = 0;
int anInt2197 = -830054301;
public class Def15 extends CacheNode {
public boolean aBool2430 = false;
public void unpack(RSBuf var1, byte var2) {
while (true) {
int opc = var1.get();
if (opc == 0) {
return;
}
@Shadowrs
Shadowrs / 0_reuse_code.js
Created December 9, 2015 20:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console