From b441165e80d67a2c380f6c178e85b1180fbd8390 Mon Sep 17 00:00:00 2001 From: Sam van der Kris Date: Fri, 1 Sep 2017 15:47:11 +0200 Subject: [PATCH] Much more efficient way of doing pretty much the same thing --- Payload-:-Log-Off-Prank-(Windows-7).md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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