Welcome dear reader in this post i will be telling you all to create a matrix effect as we have seen in Matrix Movie .Is it really cool thing...... to create a matrix effect . When something like that flash our screen while we are working on computer and our friends sees that and tell us that really you are doing some tough stuffs on computer and you raises you collar and shay some Hacking is going on .
But you only knows the truth that this was only play of few line code . Lets get Started ,This matrix effect is not very tough task any one can do it with ease .
Now you have to follow this below step to have a Matrix effect .
Step 1 : Open your Note pad to do so open" Run " and in text box Type "Notepad" and hit enter .
Step 4 : Now Double click on your saved file to Open it .You will see the effect .
You are all done . Enjoy !
But you only knows the truth that this was only play of few line code . Lets get Started ,This matrix effect is not very tough task any one can do it with ease .
Now you have to follow this below step to have a Matrix effect .
Step 1 : Open your Note pad to do so open" Run " and in text box Type "Notepad" and hit enter .
Step 2: Now Copy and paste the following code on the NotePad .
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Step 3 : Now Save the above file into "yourName.bat" and select "All Files " from bellow box .
Step 4 : Now Double click on your saved file to Open it .You will see the effect .
You are all done . Enjoy !
Comments
Post a Comment