If you want to prank someone on the computer, you can try this instruction how to create a fake virus file. After that, just upload the file to your colleague’s of friends computer and run it. When he comes to the computer and sees a virus warning on the monitor, he will be very surprised.
How to create a fake virus file to prank your friends:
- Create a new text file.
- Open it and paste there a code (code is at the end of this tutorial).
- Go to File > Save as.
- In the field Save as type: select All files. Name the file as virus.bat and Save.
- That’s all. Just upload the file to your colleague’s of friends computer and run it :).
Code to be inserted into the text file:
@echo off
title FATAL ERROR
echo WARNING! A VIRUS HAS BEEN DETECTED!!!
pause
echo WINDOWS PROTECTION ERROR!!! PRESS ANY KEY TO RUN ANTIVIRUS SCAN!!!
pause
echo DETECTED CORRUPTED FILES!!! ANTIVIRUS SCAN….
echo Atempt 1 Failed
echo Atempt 2 Failed
echo Atempt 3 Failed
echo Atempt 4 Failed
echo Atempt 5 Failed
echo Atempt 6 Failed
echo Atempt 7 Failed
echo Atempt 8 Failed
pause
echo PROTECTION FAILED!!!
echo PROTECTION FAILED!!!
echo PROTECTION FAILED!!!
echo ALL FILES IN THIS COMPUTER WILL BE DELETED!!!
echo ALL FILES IN THIS COMPUTER WILL BE DELETED!!!
echo ALL FILES IN THIS COMPUTER WILL BE DELETED!!!
pause
:1
color 01
dir c:\windows\system32/s
color 02
dir c:\windows\system32/s
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo JUST KIDDING 🙂
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo .
echo .
pause

