next i will be posting one of the most famous tricks there is:
the matrix effect:
same thing as last time,
open notepad,
type one of these versions into it :
version 1:
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
retrieved from:http://www.tweakandtrick.com/2011/02/notepad-tricks-windows-7-xp-vista.html
version 2:
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
retrieved from:
http://tnvrajasekhar.blogspot.com/2012/04/make-matrix-with-notepad.html
version 3:
@echo off
color 2
cls
:A
echo 3 2 3 4 6 8 4 2 3 9 7 3 4 9 7 5 3 1 7 9 1 0 9 2 4 6 2 1 3 4 5 3 5 2 1 0 3 6
echo 2 5 5 6 4 7 1 8 6 8 6 0 8 6 4 1 5 6 4 6 8 8 0 3 1 4 6 8 4 7 8 6 2 1 5 7
:B
echo 5 8 9 2 3 6 8 7 1 2 5 3 6 5 4 2 0 8 9 4 0 3 7 4 2 2 8 9 2 0 1 5 6 5 8
:C
echo 5 9 6 8 4 6 8 4 6 8 4 2 6 4 6 8 1 6 6 8 1 0 6 8 1 6 8 1 6 1 6 5 4 5 6 9 8 7
echo 6 5 1 6 6 0 6 4 6 1 6 5 1 7 5 3 8 5 1 6 5 1 6 0 1 6 0 4 3 4 1 2 4 0 4 3 2
goto A
goto B
goto C
retrieved from:
http://www.techbyte4u.com/2010/08/give-matrix-digital-effect-in-command.html
then save it to anything.bat
and like last time under all files and under any location of your preferance
No comments:
Post a Comment