Notepad Tricks: Matrix Effect Trick
Notepad Tricks: Matrix Effect Trick
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.
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.
Have you watched the movie, Matrix? You might have seen string of green characters
appearing at the screen randomly. We are going to do something similar with the help of
Notepad. To use this Notepad trick, follow these steps:
1. Open Notepad.
2. Type this command:
@echo of
color 02
:start
echo %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random%
goto start
3. Save the file as Matrix.bat
4. Click on Matrix.bat and the show begins.
1000110010001101010001111
1afh0001011001110010100110
19921110010111011010001011
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
12110910577878132121232134
11100111412112010122101101
Open notepad
Type .LOG
Write anything in it and it will be saved with the time when you edit it.
Open Notepad.
Open Notepad.
Next
For i = 0 to colCDROMs.Count 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as Anything.VBS.
Open Notepad.
@ECHO of
:Begin
msg * Hey
msg * Want to have Fun?
msg * You do?
msg * We will both have fun, alright?
msg * More fun?
GOTO BEGIN
Save the file with any file name but with .bat as extension and
close it. For eg. cool.bat
Open Notepad.
@echo of
Open Notepad.
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject (WScript.Shell)
WshShell.Run notepad
WScript.Sleep 100
WshShell.AppActivate Notepad
WScript.Sleep 500
WshShell.SendKeys Hel
WScript.Sleep 500
WshShell.SendKeys lo
WScript.Sleep 500
WshShell.SendKeys , ho
WScript.Sleep 500
WshShell.SendKeys w a
WScript.Sleep 500
WshShell.SendKeys re
WScript.Sleep 500
WshShell.SendKeys you
WScript.Sleep 500
WshShell.SendKeys ?
WScript.Sleep 500
WshShell.SendKeys I a
WScript.Sleep 500
WshShell.SendKeys m g
WScript.Sleep 500
WshShell.SendKeys ood
WScript.Sleep 500
WshShell.SendKeys th
WScript.Sleep 500
WshShell.SendKeys ank
WScript.Sleep 500
WshShell.SendKeys s!
Save the file with any name and with .vbs extension and close it.
Now open the file and see how freakishly slow the messages appear!
NOTE: In order to stop it. Follow the Note given in 10th Trick.
Open Notepad.
@ECHO of
:top
START %SystemRoot% system32notepad.exe
GOTO top
Save the file with any name nut with .bat extension and close it.
Open notepad.
Close it
-----------------------------------------------------------------------------------------------------------------------------------------
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!
$H+H*
This trick will let you force shutdown your Windows in a single-click. So, if you dont want
to waste three clicks (Start >> Turn Off Computer >> Turn Off), this trick will help you in
that. To do this:
1. Open Notepad
2.
3.
4.
5.
6.
You can imagine the disaster that may happen if youll put this file at Windows
Startup
----------------------------------------------------------------------------------------------------------------------------------------
This Notepad trick will make computer to speak whatever you type in the provided
text-box. To use this trick, follow these steps:
1. Open Notepad
2. Copy & paste this command:
Dim message, sapi
message=InputBox(What do you want me to say?,Speak to Me)
Set sapi=CreateObject(sapi.spvoice)
sapi.Speak message
3. Save the file as speak.vbs.
4. Double-click the file and it will open a prompt. Enter the sentence you
want your computer to speak
5. Click OK and Notepad will speak the sentence for you.
Note - In case, if you encounter error, re-type all the quotes and this notepad trick will
work fine.
---------------------------------------------------------------------------------------------------------------------------------------