From 27cc114efbb8585ff2eca6ef148239c4b18c6970 Mon Sep 17 00:00:00 2001 From: hak5darren Date: Fri, 3 Feb 2012 18:10:32 -0800 Subject: [PATCH] Created Payload lock your computer message (rdoc) --- Payload---lock-your-computer-message.rdoc | 88 +++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 Payload---lock-your-computer-message.rdoc diff --git a/Payload---lock-your-computer-message.rdoc b/Payload---lock-your-computer-message.rdoc new file mode 100644 index 0000000..ac44025 --- /dev/null +++ b/Payload---lock-your-computer-message.rdoc @@ -0,0 +1,88 @@ +Lock Your Computer Message + +Author: SurfKahuna +Duckencoder: 1.1 +Target: Windows XP, Vista, and 7 +Description: I use this script to leave a message for my agents who do not lock their computers when they leave my class for break, lunch, etc. Opens a new Notepad doc, inserts a message concerning the need to lock the computer, and maximizes the window. I can then lock the computer or leave it unlocked for the whole class to see the agent's mistake. Not an advanced script, but fun nonetheless. + REM Lock Me 0.3 - Script opens Notepad and types a message concerning locking the computer - by SurfKahuna (RJC) + GUI r + DELAY 200 + STRING notepad.exe + ENTER + DELAY 300 + STRING , ,\ ,'\,'\ ,'\ ,\ , + ENTER + STRING , ,\/ \' `' ` ' /| + ENTER + STRING |\/ | + ENTER + STRING : | + ENTER + STRING : | + ENTER + STRING | | + ENTER + STRING | | + ENTER + STRING : -. _| + ENTER + STRING : \ `. + ENTER + STRING | ________:______\ + ENTER + STRING : ,'o / o , + ENTER + STRING : \ ,'-----./ + ENTER + STRING \_ `--.--' ) + ENTER + STRING ,` `. ,---'| + ENTER + STRING : ` | + ENTER + STRING `,-' | + ENTER + STRING / ,---. ,' + ENTER + STRING ,-' `-,------' + ENTER + STRING `. ,--' + ENTER + STRING `-.____/ + ENTER + STRING \ + ENTER + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + STRING I will learn to lock my computer. + ENTER + ENTER + STRING There, just like Bart Simpson. + ENTER + ENTER + STRING Please remember to lock your computer when you step away from your desk. + ENTER + ENTER + STRING Thank you. + ENTER + DELAY 100 + ALT SPACE + STRING x + \ No newline at end of file