HOME
> System software
> Creating A Fake Virus - How To Have Fun
Creating a fake virus - how to have fun
A fake virus is something harmless compared to really malicious software. This virus is just a small program that randomly changes settings on the computer and opens various windows. Thus, you do not harm any computer, but can be quite a pain in the owner's neck.
Create fake virus: What you need to do it
To create a program, you don't need much. You can use Windows' editor to write down simple program code.- Open the editor on your computer or download a program that makes it easier for you to type code. We recommend Notepad++ for this.
- Now type [@echo off] on the first line and move down one line.
- There type [echo [message]]. Replace the highlighted area with a message of your choice, which the victim will read later.
- Now, on the last line, type [shutdown -s -f -t 60 -c "Another message"].
- Now, at the top of the menu bar, click "File" and continue to select "Save As".
- Give the file any name you want and add the extension [.bat] hinzu.
- Nun muss das Programm nur noch auf einem anderen Computer platziert werden.
- Am einfachsten ist es, das Programm per E-Mail zu schicken und darauf hinzuweisen, dass es ausgeführt werden muss.
- Der Computer des Opfers fährt sich in 60 Sekunden herunter.