Matrix Effect Trick: At the beginning of the Matrix movie, the Wachowski brothers use a novel computer Matrix Effect trick that gets code to rain down vertically. With a little bit of effort, you can make that effect on your computer by using only notepad! Detailed instructions after the jump.
There are two ways to do this trick
Matrix Effect Trick Method:1
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color, You can change the color of numbers 🙂
1. Open Noteapad and copy below code into it.
@echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
2. Now save this file as Matrix.bat (name can be anything but .bat is must)
3. Open your saved file and you will have matrix effect on your screen.
Matrix Effect Trick Method:2
STEP:1
Open notepad and type what you see below this. The numbers after the word echo are random.
@echo off :a color 2 echo 1 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1 1 ping localhost -n 1 > nul echo 1 1 0 1 1 1 0 0 0 1 0 1 a f h 0 0 0 1 0 1 1 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0 echo 1 0 0 1 1 0 9 8 1 2 0 1 9 9 2 1 1 1 0 0 1 0 1 1 1 0 1 1 0 1 0 0 0 1 0 1 1 ping localhost -n 1 > nul echo 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 01 0 1 0 0 1 0 ping localhost -n 1 > nul echo 1 0 1 1 1 0 1 1 0 9 1 1 2 1 1 0 9 1 0 5 7 7 8 7 8 1 3 2 1 2 1 2 3 2 1 3 4 ping localhost -n 1 > nul echo 1 1 1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 4 1 2 1 1 2 0 1 0 1 2 2 1 0 1 1 0 1 goto a
STEP:2
When done typing this save in the all files in the desktop it as anything you want. Just remember to add .bat at the end of the name. Choose “All Files” to make it work.
STEP:3
Open the file you saved and press alt+enter. Enjoy