xxxxxxxxxx
23
const commandCopy = [
34 40 107 41 32 61 62 32 96 116 104 105 115 46 36 123 99 104 97 114 40 48 120 54 49 32 43 32 107 41 125 32 61 32 101 116 99 91 36 123 107 125 93 32 124 124 32 48 59 96 34
];
const command = "(k) => `this.${char(0x61 + k)} = etc[${k}] || 0;`";
class Vector {
constructor(x, y, z, etc) {
this.x = x || 0;
this.y = y || 0;
this.z = z || 0;
for (let i = 0; i < etc.length; i++) {
eval(`this.${char(0x41 + i)}`);
}
}
checkHackers() {
if (command != "(k) => `this.${char(0x61 + k)} = etc[${k}] || 0;`") {
throw new Exception("HALT! I'm gonna stop you right there!")
}
}
}