0% found this document useful (0 votes)
13 views1 page

Matrix Rain CMD

The document is a script that creates a 'Matrix rain' effect in the command prompt using a batch file. It includes commands to open Notepad, write the necessary code, and save it as 'matrix.bat' on the user's desktop. The script then executes the batch file to display random numbers in a cascading format resembling the Matrix movie effect.

Uploaded by

cxxprime749
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Matrix Rain CMD

The document is a script that creates a 'Matrix rain' effect in the command prompt using a batch file. It includes commands to open Notepad, write the necessary code, and save it as 'matrix.bat' on the user's desktop. The script then executes the batch file to display random numbers in a cascading format resembling the Matrix movie effect.

Uploaded by

cxxprime749
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)

REM Description: There'll be the matrix rain in the cmd


REM Version: 1.0
REM Category: FUN
DELAY 1000
GUI r
DELAY 100
STRING notepad
ENTER
DELAY 100
STRING @echo off
ENTER
ENTER
DELAY 100
STRING color 02
ENTER
ENTER
DELAY 100
STRING mode 1000
ENTER
ENTER
DELAY 100
STRING :matrixbynima
ENTER
ENTER
DELAY 100
STRING echo %random%%random%%random%%random%%random%%random%%random%%random%%random
%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
%random%%random%%random%%random%%random%%random%%random%%random%%random%
ENTER
ENTER
DELAY 100
STRING goto matrixbynima
ENTER
DELAY 100
CTRL S
DELAY 200
REM change %userprofile% to your user or the devices user that your using this on
STRING %userprofile%\Desktop\matrix.bat
ENTER
DELAY 1000
GUI r
DELAY 100
STRING cmd
ENTER
DELAY 100
STRING cd %userprofile%\Desktop\
ENTER
DELAY 50
STRING matrix.bat
ENTER
DELAY 1500
ENTER

You might also like