-
Notifications
You must be signed in to change notification settings - Fork 0
/
multiple cmd.vbs
120 lines (100 loc) · 2.57 KB
/
multiple cmd.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Set auto=CreateObject("wscript.shell")
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "dir/s"
auto.sendkeys "{enter}"
wscript.sleep 1400
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "ping google.com"
auto.sendkeys "{enter}"
wscript.sleep 1000
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "help"
auto.sendkeys "{enter}"
wscript.sleep 1000
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "netsh wlan show profiles"
auto.sendkeys "{enter}"
wscript.sleep 1000
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "curl http://endless.horse/ -v -a"
auto.sendkeys "{enter}"
wscript.sleep 1000
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "{enter}"
auto.sendkeys "curl parrot.live"
auto.sendkeys "{enter}"
wscript.sleep 1400
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "ipconfig /all"
auto.sendkeys "{enter}"
wscript.sleep 1000
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "nslookup google.com"
auto.sendkeys "{enter}"
wscript.sleep 1000
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "systeminfo"
auto.sendkeys "{enter}"
wscript.sleep 1400
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "curl https://pastebin.com/raw/ype6w3pV"
auto.sendkeys "{enter}"
wscript.sleep 1400
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "title apambalik1337 was here"
auto.sendkeys "{enter}"
wscript.sleep 1000
x=msgbox("Continue? ",0+32, "INFO")
a=msgbox("do you like cmatrix?" , 4+48 , "WARNING")
if a = vbyes then
auto.run "cmd.exe"
wscript.sleep 1000
auto.sendkeys "color a"
auto.sendkeys "{enter}"
auto.sendkeys "curl https://pastebin.com/raw/DQgFbC1G -o cmatrix.bat"
auto.sendkeys "{enter}"
wscript.sleep 1500
x=msgbox("f11 TO EXIT FULL SCREEN",0+32, "INFO")
auto.sendkeys "{F11}"
auto.sendkeys "cmatrix.bat"
auto.sendkeys "{enter}"
wscript.sleep 1400
else
auto.run "cmd.exe"
wscript.sleep 1000
x=msgbox("Let's hear some music? ",0+32, "INFO")
auto.sendkeys "start https://youtu.be/6WW9odZxunk"
auto.sendkeys "{enter}"
x=msgbox("byebyee",0+32, "@apambalik1337")
end if