Add Rainbow Matrix.txt and ASCII Aquarium.txt in Pranks folder

This commit is contained in:
narstybits
2023-05-26 10:45:54 -05:00
2 changed files with 56 additions and 1 deletions
+55
View File
@@ -0,0 +1,55 @@
REM Run a Colorful Matrix Animation with different color sequences
REM Required Apps: Terminal, cmatrix (installed via Homebrew)
REM Title: Rainbow Matrix
REM Author: Narsty
REM Target: MacOS
REM Version: 1.0
REM Category: Prank
ID 05ac:021e Apple:Keyboard
GUI SPACE
DELAY 500
STRING terminal.app
DELAY 500
ENTER
DELAY 1000
CTRL c
DELAY 5000
STRING cd ~
DELAY 500
ENTER
DELAY 500
GUI-CTRL f
DELAY 7000
STRING brew install cmatrix
DELAY 500
ENTER
DELAY 2000
STRING cmatrix -C red
DELAY 500
ENTER
DELAY 6000
STRING cmatrix -C green
DELAY 500
ENTER
DELAY 2000
STRING cmatrix -C blue
DELAY 500
ENTER
DELAY 2000
STRING cmatrix -C yellow
DELAY 500
ENTER
DELAY 3000
STRING cmatrix -C cyan
DELAY 500
ENTER
DELAY 7000
STRING cmatrix -C magenta
DELAY 200
ENTER
+1 -1
View File
@@ -1,5 +1,5 @@
REM Run Terminal Train Animation REM Run Terminal Train Animation
REM Required Apps: Terminal.app, sl (installed via Homebrew) REM Required Apps: Terminal, sl (installed via Homebrew)
REM Run Terminal Train Animation REM Run Terminal Train Animation