-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path$!LLY W4BB!T.vbs
48 lines (48 loc) · 1.65 KB
/
$!LLY W4BB!T.vbs
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
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.sleep 1000
wshshell.sendkeys " __"
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " /\ .- /"
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " / ; .' .' '"
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " : :/ .'"
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " \ ;-.' "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " .--""""--..__/ \`. "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " .' .' `o \ "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " / ` ; "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " : \ \__: "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " .-; -. `.__.-' "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " : ; \ , ; "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " '. _: ; : "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " \/ .__ ; \ `-. "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " ; '-,/_..--''-..__] "
WScript.sleep 100
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys " '""--.._:"
wshshell.sendkeys "{ENTER}"
wshshell.sendkeys "sys.output=done"