Created
March 28, 2026 16:55
-
-
Save charlesreid1/88d06bdb8037cb4bd701b3a5394f04e4 to your computer and use it in GitHub Desktop.
mac os x rickroll ducky script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DELAY 1000 | |
| GUI SPACE | |
| DELAY 1000 | |
| STRING terminal | |
| DELAY 1000 | |
| ENTER | |
| DELAY 1000 | |
| STRING osascript -e 'set volume 7' | |
| DELAY 1000 | |
| ENTER | |
| DELAY 1000 | |
| STRING open -a safari https://www.youtube.com/watch?v=dQw4w9WgXcQ | |
| DELAY 1000 | |
| ENTER | |
| DELAY 5000 | |
| GUI F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment