Add files via upload
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user