Introduction: Easy Matrix Effect (Batch File)

This is an extremely easy batch effect that looks a little bit like the "Matrix"!

Step 1: 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%

Step 2: Saving It

Save the file as a .bat

And in "All Types" not "Normal Text File"

You can save it anywhere!

Step 3: Open It

Now you just need to double click it!