Update payload.txt

I believe this is the correct syntax now. COMMAND is now GUI
pull/172/head
Nikita Korneev 2022-10-30 00:05:07 +03:00 committed by GitHub
parent 0820051a99
commit 9e057eb4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ REM Category: Execution
REM Source: https://github.com/nilsstreedain/Ducky-Scripts/
DELAY 100
COMMAND SPACE
GUI SPACE
DELAY 10
STRING terminal
DELAY 100
@ -18,7 +18,7 @@ DELAY 100
STRING open 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
ENTER
DELAY 1000
COMMAND TAB
GUI TAB
DELAY 10
STRING osascript -e 'set volume 7' && terminalCommand && killall Terminal
ENTER