Matrix Fall

Ever wondered to create matrix fall like effect, well you can do that simply with few lines of code in notepad!! AMAZED?...

Now open Notepad and joy down the following code there-
@echo off
title MATRIX FALL
color 02
echo This Matrix Affect was created by Arisch
echo The Matrix Effect begins in
ping -n 2 127.0.0.1>nul
echo 5
ping -n 2 127.0.0.1>nul
echo 4
ping -n 2 127.0.0.1>nul
echo 3
ping -n 2 127.0.0.1>nul
echo 2
ping -n 2 127.0.0.1>nul
echo 1

:arisch
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto arisch


After this, Save the file with .bat extension.
Once done, click on that file and you can see the matrix fall.
If you want to enlarge it, right click on that file and edit its dimensions.

Now what else....Well just ENJOY;)

Comments