Breaking

Tuesday, May 17, 2016

How To Make Matrix Effect

Now we’ll discuss a Notepad trick that can turn our command prompt into something that looks like it just came out of the matrix movie, or maybe something that looks like something straight out of a hacker’s system. For doing this, all you need to do is paste the following code in notepad
type the following codes
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


now you’ll need to save this file with an extension .bat , and upon clicking on the .bat file that you have created, you’ll see something like this.
5. Matrix effect result
A small tweak to customize this cool effect is that you can change the value in front of color, i.e. 02 in color 02 to any other value like 03 for instance; this will change the color of the text that appears in the command prompt.
5. Matrix effect result blue
Assign different values to the color, and have fun.

No comments:

Post a Comment