From 8096370656f54757d62c217d9adeb9c4a7f5a2e4 Mon Sep 17 00:00:00 2001 From: Narsty <132179825+narstybits@users.noreply.github.com> Date: Sun, 7 May 2023 21:40:28 -0500 Subject: [PATCH] Add files via upload --- Executions/Bluetooth On.txt | 24 ++++++++++++++++++++++++ Executions/Eject DiskUtility .txt | 24 ++++++++++++++++++++++++ Executions/MacOs Website redirect .txt | 19 +++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 Executions/Bluetooth On.txt create mode 100644 Executions/Eject DiskUtility .txt create mode 100644 Executions/MacOs Website redirect .txt diff --git a/Executions/Bluetooth On.txt b/Executions/Bluetooth On.txt new file mode 100644 index 0000000..d82fe1a --- /dev/null +++ b/Executions/Bluetooth On.txt @@ -0,0 +1,24 @@ +REM Title: BLUETOOTH ON +REM Author: NARSTY +REM Description: Opens spotlight, searches for bluetooth file exchange +REM and turns bluetooth on +REM using the Macs built in bluetooth File Exchange +REM Target: MacOS +REM Version: 1.0 +REM Category: Execution + +DELAY 1000 +GUI SPACE +DELAY 1000 +STRING bluetooth File Exchange +DELAY 1000 +ENTER +DELAY 1000 +ENTER +DELAY 2000 +TAB +DELAY 2000 +SPACE +DELAY 1000 +GUI W + diff --git a/Executions/Eject DiskUtility .txt b/Executions/Eject DiskUtility .txt new file mode 100644 index 0000000..8d834f3 --- /dev/null +++ b/Executions/Eject DiskUtility .txt @@ -0,0 +1,24 @@ +REM Title: Ejcect Disk Utility +REM Author: NARSTY +REM Description: Opens Disk Utility and Ejects The Second Order Disk. +REM Will NOT work if programs are open during execution, please use responsibly +REM Target: MacOS +REM Version: 1.0 +REM Category: Execution + +ID 05ac:021e Apple:Keyboard +DELAY 1000 +GUI SPACE +DELAY 200 +STRING Disk Utility +DELAY 1000 +ENTER +DELAY 1000 +GUI DOWNARROW +DELAY 500 +ENTER +DELAY 500 +GUI E +DELAY 500 +ENTER +GUI q \ No newline at end of file diff --git a/Executions/MacOs Website redirect .txt b/Executions/MacOs Website redirect .txt new file mode 100644 index 0000000..034e729 --- /dev/null +++ b/Executions/MacOs Website redirect .txt @@ -0,0 +1,19 @@ +REM Title: Website Redirect +REM Author: NARSTY +REM Description: Opens Terminal and redirects to URL of choice +REM You must enter the desired website in the Url String DO NOT remove single Quotes! +REM Target: MacOS +REM Version: 1.0 +REM Category: Execution + +ID 05ac:021e Apple:Keyboard +DELAY 1000 +GUI SPACE +DELAY 200 +STRING terminal +DELAY 1000 +ENTER +DELAY 1000 +STRING open -a Safari 'Enter URL/Website here' +DELAY 1000 +ENTER