From 5d0c0391dfbc36c83ae98f46aaf934c05be1cccf Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Fri, 12 May 2023 10:48:39 -0500 Subject: [PATCH] Add files via upload --- Goodusb/MacOS ScreenShot.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Goodusb/MacOS ScreenShot.txt diff --git a/Goodusb/MacOS ScreenShot.txt b/Goodusb/MacOS ScreenShot.txt new file mode 100644 index 0000000..7c419a5 --- /dev/null +++ b/Goodusb/MacOS ScreenShot.txt @@ -0,0 +1,33 @@ +REM Target: MacOS +REM Version: 1.0 +REM Category: Utility +REM Title: MacOS ScreenShot +REM Author: Narsty +REM Takes a picture of the Screen and saves it to the Desktop + + +DELAY 2000 +GUI SPACE +DELAY 500 +STRING terminal +ENTER +DELAY 500 +STRING echo "USB Script Utility" +ENTER +DELAY 500 +STRING echo "-------------------" +ENTER +DELAY 500 +STRING echo "Capturing Screenshot..." +ENTER +DELAY 500 +STRING screencapture -W ~/Desktop/screenshot.png +ENTER +DELAY 1000 +STRING echo "Screenshot captured and saved to Desktop!" +ENTER +DELAY 500 +STRING echo "-------------------" +ENTER +DELAY 2000 +GUI q