Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/Digital_Rain/payload.txt
2968 views
1
REM Title: Digital Rain
2
REM Author: Angelina Tsuboi
3
REM Description: Opens a terminal window and produces a digital rain effect inspired by the Matrix using cmatrix
4
REM Target: macOS 11.0+ with Homebrew
5
REM Version: 1.0
6
REM Category: Prank
7
REM Source: https://github.com/angelina-tsuboi/Digital_Rain_Payload
8
9
GUI SPACE
10
DELAY 100
11
STRING terminal.app
12
DELAY 100
13
ENTER
14
DELAY 1000
15
CTRL c
16
DELAY 100
17
STRING cd ~
18
DELAY 100
19
ENTER
20
DELAY 100
21
GUI CTRL f
22
DELAY 700
23
STRING brew install automake cmatrix
24
DELAY 100
25
ENTER
26
DELAY 20000
27
STRING cmatrix
28
DELAY 100
29
ENTER
30