-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.js
16 lines (14 loc) · 1.18 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const KRUZYAISGAY = [0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2];
const KRUZYANOTGAY = [0, 1, 2];
const KRUZYAISUNKNOW = [0, 1, 2, 3];
const KRUZYA = {
/*
Note: IDK but if you remove one (ANY)... any one of lines below this, object what you get DIDN"T obfuscate.
You can try remove any of lines and test manualy.
*/
KRUZYAISGAY: KRUZYAISGAY.length, // Line for remove (you can remove all exclude one (latest))
KRUZYANOTGAY: KRUZYANOTGAY.length, // Line for remove (you can remove all exclude one (latest))
KRUZYAISUNKNOW: KRUZYAISUNKNOW.length, // Line for remove (you can remove all exclude one (latest))
KRUZYAISGAYNOTGAYUNKNOWN: KRUZYAISGAY.length - (KRUZYANOTGAY.length + KRUZYAISUNKNOW.length) // Line for remove (you can remove all exclude one (latest))
}
console.log("KRUZYA", KRUZYA, KRUZYA.KRUZYAISGAYNOTGAYUNKNOWN);