Matrix Effect using Notepad.
This is an amazing trick which will display matrix effect on the screen which you might have seen in movies.In matrix effect, the number flashes in green colour.Basically we are going to create a small batch file in notepad which will show us the matrix effect.
Let's Start...
1.First step would be opening a new notepad file.Copy & Paste the given code in your notepad.
@echo off
color 02
:start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
color 02
:start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
2.Save this file as matrix.bat(name can be anything like virus, hacked, etc. but the .bat is must)
3.Now OPEN the file...and you will see a matrix running..
Some Tips:-
To change the colour of the text ,replace 'color 02' with-
color 01: Dark blue
color 03:Cyan(light blue)
color 04:Red
color 05:Pink
color 06:Yellow
color 07:White
color 08:Grey
color 09:Sky blue
If you liked the post please it with your friends..
No comments:
Post a Comment