Skip to main content

How to make a Matrix Effect Using Notepad!!

Hey There!!

Today Iam going to present this amazing notepad trick which will display matrix effect like you might have seen in movies, that numbers flashes in green colour. Basically we will be creating a batch file in notepad.



Just Simply follow these steps accurately and you will be able to create your Matrix Batch File!

Step 1: Go to Start < All Programs < Accessories < Notepad
Step 2: Copy and Paste The following Code in your Notepad:

@echo off
color 0A
:A
echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2
ping -w .9 >nul
echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e
ping -w .9 >nul
echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a
ping -w .9 >nul
echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t
ping -w .9 >nul
echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d
ping -w .9 >nul
echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y
ping -w .9 >nul
echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d
ping -w .9 >nul
goto A



Step 3: Save the file as matrix.bat (Name can be anything but .bat is a MUST))
Step 4: Now launch your file and you are Done!!

If you like this post Comment and Share so your friends can know!



Comments

Popular posts from this blog

How to Create Your Very Own Flappy Bird!

Wasted Time playing Flappy Bird?? Got Bored from playing it? Huh?? Then I guess it's time to create a brand new one by using some simple blocks!!! What I am going to present now is an easy 6 Steps Tutorial on how to create a new Flappy Bird Game from scratch without needing any experience on coding or designing! It's more than simple guys!! Just follow the tutorial on code.org/flappy ! Then after you finish creating your game, you can now share it with your friends!! If you do not believe me! You can try the one I made!! http://learn.code.org/sh/14784927 Good Luck... If you liked this post Comment and Share so your friends can know!

How To Create Your Own Graffiti

Hey All! Today I'am going to teach you how to create your own Graffiti words for free, with colorful, funky fonts!

How to Create a Barcode

Barcodes are geometric patterns, usually vertically lines, which are used to scan and track property or goods. Although they were first used to track railroad cars, they became even more popular when they were adopted by commodity products for supermarket use. 2 common kinds of barcodes are the Universal Product Code (UPC) and International Standard Book Number (ISBN), which must be applied for through official agencies to validate a product before it can be sold. Barcodes can be used to keep track of retail inventory, or they can be used privately to code and track collections or goods. Read more to find out how to create a barcode.