How to Create Funny Viruses.......... It is also famous for its tricks and hacks.................


uttarakhandsamrat.blogspot.in
Today I just want to show you some tricks to create funny viruses. I hope you will really enjoy and fun with these pranks. Notepad, the schoolbook editor that comes bundled in Windows is an superior puppet for matter writing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.
REQUIRMENT:
Don’t worry , You need only NOTEPAD

1.Matrix Falling Code Effect

Step 1- Just copy given blue color text and paste it into NOTEPAD

Step 2- Save the file as matrix.bat
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
So, Now run the matrix.bat and you will see amazing Matrix Falling Code Effect.

2.Cater Your friends a msg that he is a buffoon and shutdown his/her computer

Step 1- Just copy given blue color text and paste it into NOTEPAD.
Step 2- Save the file as fool.bat
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s
Hey! Just double click on fool.bat and have fun.

2. Pretty cool technique to show virus on your command window

Step 1- Just copy given blue color text and paste it into NOTEPAD.
Step 2- Save the file as name.bat .

@echo off
title Fatal Error
color 06
echo Warning! Virus Detected.
pause
echo Windows Protection Error
pause
echo Major File Corrupt
pause
echo Atempting System Restore.
echo Atempet 1 Failed
echo Atempet 2 Failed
echo Atempet 3 Failed
pause
echo Overide Failed!
echo Overide Failed!
echo Overide Failed!
echo Overide Failed!
echo Overide Failed!
pause
:1
color 01
dir c:\windows\system32/s
color 02
dir c:\windows\system32/s
color 03
dir c:\windows\system32/s
color 04
dir c:\windows\system32/s
color 05
dir c:\windows\system32/s
goto 1

Now, run the name.vbs file and enjoy……………

3. Continuously Open Notepad.

Step 1- Just copy given blue color text and paste it into NOTEPAD.
Step 2- Save the file as name.bat .
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Note:  your system may be hang after running it, but don’t worry, after restarting it will be ok.

4. Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

Step 1- Just copy given blue color text and paste it into NOTEPAD.
Step 2- Save the file as eject.vbs .
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Finally, run eject.vbs file and fun with this trick.

So My Friends, I hope you will like these all pranks, I will publish some other pranks Tricks on another article.