Saturday 18 January 2014

How To Create A Matrix Effect In Your Computer Using Notepad




In most of the movies, you might have seen lots of numbers moving up-down on the screens of the computers of the hackers. This effect is called matrix. I am going to tell you a simple way to create matrix for you just by using notepad.

Follow the instructions:
1. Open notepad and copy and paste the following code:

@echo off
title matrix
color 0a
:top
echo %random% %random% %random% %random%

No comments:

Post a Comment