FunnyVirus

How To Make Fake Funny Virus

We are all aware of computer virus’s. They do much harm to our computers. There are also some fake virus that does not make any harm to our systems.

You can play prank on others using fake, funny virus. Here are some examples for creating funny virus.

1. Fake funny virus – Open window virus

  • Open a notepad and add the following lines,

START

START

START

START

START

START

START

START

START

  • save the file as funnyvirus.bat. Double click on the file to execute.

Output:

Multiple command prompt windows will open.

2. Fake funny virus – Error generation virus

  • Open a notepad and add the following lines,

do

x= msgbox("Pc System Crashed",16, "Warning")

x= msgbox("Shutting Down",16, "Warning")

x= msgbox("Virus Found",16, "Warning")

x= msgbox("Oops System Crashed",16, "Warning")

loop

  • save the file as funnyvirus.vbs. Double click on the file to execute.

Output:

Multiple error messages will pop up.

  • To stop the application use Task Manager and end the program.

3. Fake funny virus – Open window virus

  • Open a notepad and add the following lines,

@echo off

copy 100% funnyvirus.bat

start funnyvirus.bat

  • save the file as funnyvirus.bat

Output:

Apx around 218 multiple command prompt windows will open.

  • Close the group to exit.

4. Fake funny virus – Error generation virus

  • Open a notepad and add the following lines,

test1= msgbox("Please contact Administrator",16, "Warning")

test2= msgbox("Please contact Administrator",16, "Warning")

test3= msgbox("Please contact Administrator",16, "Warning")

test4= msgbox("Please contact Administrator",16, "Warning")

test5= msgbox("Please contact Administrator",16, "Warning")

test6= msgbox("Please contact Administrator",16, "Warning")

test7= msgbox("Please contact Administrator",16, "Warning")

  • save the file as funnyvirus.vbs

Output:

Multiple error messages will pop up.

5. Fake funny virus – Shutdown virus

  • Open a notepad and add the following lines,

shutdown -s -t 300 -c "Virus Infection Detected System Going to Shutdown"

  • save the file as funnyvirus.bat

Ouput:

System shutdown count down starts

  • To exit go to -> run -> type “shutdown -a” to abort the shutdown.

6. Fake funny virus – Talking virus

  • Open a notepad and add the following lines,

StrText="Caution Virus Infection Detected, System Going To Crash"

set Objvoice=CreateObject("SAPI.SpVoice")

Objvoice.Speak StrText

  • save it as funnyvirus.vbs file and execute.

Output:

We can hear the typed text message “Caution Virus Infection Detected, System Going To Crash” through speaker.

Cheers!

Melbin Mathew

www.talk2melbin.com