Saturday, April 9, 2011

Matrix Effect

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:


Open Notepad.
Copy the below mentioned text in your notepad file:
@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start


Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!

Math trick 4 = 5

Let
A=4,
B=5,
C=1

C=(B-A)
C(B-A)=(B-A)^2
CB-CA=B^2-2AB+A^2
CB-CA-A^2=B^2-2AB
AB+CB-CA-A^2=B^2-AB
AB-CA-A^2=B^2-CB-AB
A(B-C-A)=B(B-C-A)
A=B
4=5

Make frnds scare for VIRUS

Open notepad and type this:


lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")

Then save it as Virus.VBS

and go to the folder that contains it and open it if a window pops out saying a virus has been detected it's working. Press yes or no to close the window and put it in the startup folder of the victim's account.
On startup the window should appear.
Note: This does not harm your computer as it does not contain virus.