diff --git a/Payload-:-Log-Off-Prank-(Windows-7).md b/Payload-:-Log-Off-Prank-(Windows-7).md index ac8c79e..45fa23b 100644 --- a/Payload-:-Log-Off-Prank-(Windows-7).md +++ b/Payload-:-Log-Off-Prank-(Windows-7).md @@ -15,3 +15,28 @@ `DELAY 150` `ENTER` + + +  + +  + +  + +...Or you could just do +``` +REM Leave a little reminder to lock your PC (just delete or comment this out if you don't want that) +GUI r +DELAY 300 +STRING notepad +DELAY 300 +ENTER +DELAY 300 +STRING You forgot to lock your PC. +DELAY 3000 + + +REM Lock the PC +GUI l +``` +I've only tested this on Windows 10, but I believe it works on Windows 7 and higher (*maybe* even Vista). \ No newline at end of file