Command prompt: Matrix hacking prank
Hi everyone.
You all may have watched the matrix move and see how they used to hack and you would want to do the same as well. So, today in this post you are going to learn how to create the same matrix effect using command prompt.
Things you would need:
1. Command prompt
2. Notepad
First of all, open your Notepad:

After that, input the following code below:

Make sure to follow our blog for latest awesome articles.
Thanks,
Dev.
Hi everyone.
You all may have watched the matrix move and see how they used to hack and you would want to do the same as well. So, today in this post you are going to learn how to create the same matrix effect using command prompt.
Things you would need:
1. Command prompt
2. Notepad
First of all, open your Notepad:

After that, input the following code below:
@echo offAfter that click on file -> save as and then save the file as matrix.bat. When saved, start your batch file and see how matrix you feel again!
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top

Make sure to follow our blog for latest awesome articles.
Thanks,
Dev.

