Easy Matrix Effect (Batch File)
by BatchProgrammer in Circuits > Computers
2378 Views, 27 Favorites, 0 Comments
Easy Matrix Effect (Batch File)
This is an extremely easy batch effect that looks a little bit like the "Matrix"!
The Code
First copy and paste this code below into Notepad++ (http://notepad-plus-plus.org/)
@echo off
color a
title hack02
cls
:A
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%
goto A
pause
NOTE: Put a space between echo and the first %random%
Saving It
Save the file as a .bat
And in "All Types" not "Normal Text File"
You can save it anywhere!
Open It
Now you just need to double click it!