forked from javascript-obfuscator/javascript-obfuscator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSFuck.ts
More file actions
58 lines (56 loc) · 1.63 KB
/
Copy pathJSFuck.ts
File metadata and controls
58 lines (56 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
export enum JSFuck {
False = '![]',
True = '!![]',
a = '(false+"")[1]',
b = '([]["entries"]()+"")[2]',
c = '([]["fill"]+"")[3]',
d = '(undefined+"")[2]',
e = '(true+"")[3]',
f = '(false+"")[0]',
g = '(false+[0]+String)[20]',
h = '(+(101))["toString"](21)[1]',
i = '([false]+undefined)[10]',
j = '([]["entries"]()+"")[3]',
k = '(+(20))["toString"](21)',
l = '(false+"")[2]',
m = '(Number+"")[11]',
n = '(undefined+"")[1]',
o = '(true+[]["fill"])[10]',
p = '(+(211))["toString"](31)[1]',
q = '(+(212))["toString"](31)[1]',
r = '(true+"")[1]',
s = '(false+"")[3]',
t = '(true+"")[0]',
u = '(undefined+"")[0]',
v = '(+(31))["toString"](32)',
w = '(+(32))["toString"](33)',
x = '(+(101))["toString"](34)[1]',
y = '(NaN+[Infinity])[10]',
z = '(+(35))["toString"](36)',
A = '(+[]+Array)[10]',
B = '(+[]+Boolean)[10]',
C = 'Function("return escape")()(("")["italics"]())[2]',
D = 'Function("return escape")()([]["fill"])["slice"]("-1")',
E = '(RegExp+"")[12]',
F = '(+[]+Function)[10]',
G = '(false+Function("return Date")()())[30]',
H = '\'H\'',
I = '(Infinity+"")[0]',
J = '\'J\'',
K = '\'K\'',
L = '\'L\'',
M = '(true+Function("return Date")()())[30]',
N = '(NaN+"")[0]',
O = '(NaN+Function("return{}")())[11]',
P = '\'P\'',
Q = '\'Q\'',
R = '(+[]+RegExp)[10]',
S = '(+[]+String)[10]',
T = '(NaN+Function("return Date")()())[30]',
U = '(NaN+Function("return{}")()["toString"]["call"]())[11]',
V = '\'V\'',
W = '\'W\'',
X = '\'X\'',
Y = '\'Y\'',
Z = '\'Z\'',
}