commit
17d8b01145
|
@ -0,0 +1,26 @@
|
|||
REM Title: macOS rickroll with terminal payload
|
||||
REM Author: Nils Streedain
|
||||
REM Description:Opens a rickroll in YouTube in full screen at maximum volume
|
||||
REM as a distraction while another command is run in terminal.
|
||||
REM (Replace terminalCommand with your own command)
|
||||
REM Target: macOS 11.0+
|
||||
REM Version: 1.0
|
||||
REM Category: Execution
|
||||
REM Source: https://github.com/nilsstreedain/Ducky-Scripts/
|
||||
|
||||
DELAY 100
|
||||
COMMAND SPACE
|
||||
DELAY 10
|
||||
STRING terminal
|
||||
DELAY 100
|
||||
ENTER
|
||||
DELAY 100
|
||||
STRING open 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
|
||||
ENTER
|
||||
DELAY 1000
|
||||
COMMAND TAB
|
||||
DELAY 10
|
||||
STRING osascript -e 'set volume 7' && terminalCommand && killall Terminal
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING f
|
Loading…
Reference in New Issue