Create Falling Matrix Code Effect using Notepad
In this post i'm 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 let's 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.
Subscribe to:
Post Comments
(
Atom
)
hi
ReplyDeletesorry the shortcut for full screen does not work Alt+Enter
Make sure that the window of matrix (cmd) is active!
Delete