From 8073d4d9cd172d2dc1499293d5e1e2419b8cde1d Mon Sep 17 00:00:00 2001 From: mavisinator30001 <129871621+mavisinator30001@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:30:59 -0700 Subject: [PATCH] Create Resolution_Prank.txt Added Resolution_Prank folder and related payload into said folder --- .../Resolution_Prank/Resolution_Prank.txt | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 payloads/library/prank/Resolution_Prank/Resolution_Prank.txt diff --git a/payloads/library/prank/Resolution_Prank/Resolution_Prank.txt b/payloads/library/prank/Resolution_Prank/Resolution_Prank.txt new file mode 100644 index 0000000..f0eeb63 --- /dev/null +++ b/payloads/library/prank/Resolution_Prank/Resolution_Prank.txt @@ -0,0 +1,59 @@ +REM TITLE Resolution Prank +REM AUTHOR Mavis Coffey +REM TARGET Any system running Windows 10/11 +REM DESCRIPTION Go into Windows settings and change the screen resolution. When finished, toggle caps to change display back +LED_G +DELAY 500 +CTRL GUI d +DELAY 500 +GUI i +DELAY 2000 +STRING display +ENTER +DELAY 2500 +TAB +ENTER +DELAY 200 +REPEAT 8 TAB +ENTER +VAR $CAPS_STATE = $_CAPSLOCK_ON +WHILE ($CAPS_STATE == $_CAPSLOCK_ON) +HOLD DOWN +DELAY 1000 + RELEASE DOWN + ENTER + DELAY 200 + LEFT + DELAY 200 + ENTER + + REM WHEN FINISHED WITH THE FIRST PART OF THE PAYLOAD DUCK WILL FLASH LED + VAR $LIGHT_UP_TIMES = 20 + WHILE ($LIGHT_UP_TIMES > 0) + LED_G + DELAY 300 + LED_OFF + DELAY 300 + LED_R + DELAY 300 + LED_OFF + DELAY 300 + $LIGHT_UP_TIMES = $LIGHT_UP_TIMES - 1 + END_WHILE + WAIT_FOR_CAPS_CHANGE +END_WHILE +DELAY 300 +REPEAT 12 TAB +ENTER +DELAY 200 +HOLD UP +DELAY 1000 +RELEASE UP +ENTER +DELAY 200 +LEFT +ENTER +DELAY 1000 +ALT F4 +DELAY 200 +CTRL GUI F4