How to Make a Fake Virus. Easy

by danielanderson2002 in Circuits > Computers

1749 Views, 8 Favorites, 0 Comments

How to Make a Fake Virus. Easy

Capture.PNG

This batch file is pretty easy to understand and adapt if you re new to batch programming, once opened the computer will display several messages (which you can change easily) before shutting down the computer.

This will not harm your computer in anyway but before testing it make sure to save any work as you could lose it.

The Code

big dave.PNG

Copy and paste this into the notepad app, you can change the text in bold caps to whatever you want.

@echo off

Shutdown.exe /s /t 00

:a

msg * MALWARE DETECTED!

msg * ANTIVIRUS FAIL!

msg * SYSTEM BREACH, SHUTDOWN COMMENCING!

goto:a

Save the File

big dave.PNG

Save the file as a bat file, to do this put .bat after the file name which can be whatever you want.

have fun!