Saturday, December 30, 2017
Create Falling Matrix Code Effect using Notepad
Create Falling Matrix Code Effect using Notepad

In this post im gonna teach you how to create falling Matrix code effect using notepad. I think that all of you know and seen a falling green text or numbers. And as you know hackers use that, green font color in black background terminals. OK lets do that.
Open notepad and type in text given below.
@echo off
color a
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
And now from File menu choose Save as, and set file name to matrix.bat ( .bat is important ) and save it. Now open it and see the result. Now you can make it fullscreen by pressing Alt+Enter keyboard combination.