Funny Computer Virus

In this article I will show you how to make Funny Computer Virus.

Have you ever wanted to trick your friends? The situation might become quite funny from a harmless funny computer virus, especially when the victim is not you. Please, have in mind that you should do this to someone that can handle the prank. Here is a guide on how to create funny computer virus.

step 1: hit the Windows Logo button and in the search box type notepad

step 2: copy the below code code and paste it in your notepad
________________________________________________
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep
echo Wscript.Sleep 5000>C:sleep5000.vbs
echo Wscript.Sleep 3000>C:sleep3000.vbs
echo Wscript.Sleep 4000>C:sleep4000.vbs
echo Wscript.Sleep 2000>C:sleep2000.vbs
cd %systemroot%System32
dir
cls
start /w wscript.exe C:sleep3000.vbs
echo Deleting Critical System Files.....
echo del *.*
start /w wscript.exe C:sleep3000.vbs
echo Deletion Successful!
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo:
echo Deleting Root Partition.....
start /w wscript.exe C:sleep2000.vbs
echo del %SYSTEMROOT%
start /w wscript.exe C:sleep4000.vbs
echo Deletion Successful!
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo:
echo Creating Directory syshook.....
cd C:Documents and SettingsAll UsersStart MenuPrograms
mkdir syshook
start /w wscript.exe C:sleep3000.vbs
echo Directory Creation Successful!
echo:
echo:
echo:
echo Execution Attempt 1.....
start /w wscript.exe C:sleep3000.vbs
echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartupsyshook
echo start syshook.exe
start /w wscript.exe C:sleep3000.vbs
echo Virus Executed!
echo:
echo:
echo:
start /w wscript.exe C:sleep2000.vbs
echo Disabling Windows Firewall.....
start /w wscript.exe C:sleep2000.vbs
echo Killing all processes.....
start /w wscript.exe C:sleep2000.vbs
echo Allowing virus to boot from startup.....
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo Virus has been executed successfully!
start /w wscript.exe C:sleep2000.vbs
echo:
echo Have fun!
start /w wscript.exe C:sleep2000.vbs
pause
shutdown -s -t 10 -c "Your computer has committed suicide. Have a nice day."

________________________________________________

It will look like the picture below. After you press any key the computer will shut down.

fake computer virus

Step 3: Save the file as txt

Step 4: rename the file extension  from .txt to something like: coolvideo.bat

Step 5: Send it to your victim.

Your victim’s computer will display the above image and when any key is pressed it will initiate a computer shutdown. It may look bad, but this virus is actually completely harmless and will just restart the computer.

Leave a Comment