Vírus Que Faz Um Estrago
Vírus Que Faz Um Estrago
Ai galera vou liberar um baita código fonte de virus em .bat ou seja salvem o arquivo em tipo:doc.bat ta valeu ai vai o código:
código:
@echo off
cls echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍ» echo º REMOCAO DE VIRUS º echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍ͹ echo º º echo º Remocao do worm de Orkut Fotos da Festa º echo º º echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍ͹ echo º Para executar a ferramenta, pressione qualquer tecla. º echo º º echo º Para sair, feche essa janela. º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍͼ echo. pause cls
if exist fx.reg del fx.reg
pv -kf cmrss.exe pv -kf msbcs.exe pv -kf system32.exe pv -kf lsass32.exe pv -kf lsass.exe -l"%WINDIR%lsass*" pv -kf shell32dll.exe
echo REGEDIT4 >>fx.reg echo. >>fx.reg echo [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurr entVersionRun] >>fx.reg echo "cmrss"=- >>fx.reg echo "msbcs"=- >>fx.reg echo "taskmgr"=- >>fx.reg echo "system32"=- >>fx.reg echo "lsass32"=- >>fx.reg echo "Shell32"=- >>fx.reg
regedit.exe /s fx.reg
cd %WINDIR%
if exist lsass.exe attrib -s -h -r lsass.exe if exist lsass.exe del lsass.exe
ver|find "Windows 95">NUL if not errorlevel 1 goto winme ver|find "Windows 98">NUL if not errorlevel 1 goto winme ver|find "Windows ME">NUL if not errorlevel 1 goto winme
cd "%AllUsersProfile%Menu IniciarProgramasInicializar"
if exist system32.exe attrib -s -h -r system32.exe if exist system32.exe del system32.exe if exist lsass32.exe attrib -s -h -r lsass32.exe if exist lsass32.exe del lsass32.exe if exist shell32dll.exe attrib -s -h -r shell32dll.exe if exist shell32dll.exe del shell32dll.exe
cd %WINDIR%system32
goto del
:winme
cd "%WINDIR%MENU INICIARPROGRAMASINICIAR"
if exist system32.exe attrib -s -h -r system32.exe
if exist system32.exe del system32.exe if exist lsass32.exe attrib -s -h -r lsass32.exe if exist lsass32.exe del lsass32.exe if exist shell32dll.exe attrib -s -h -r shell32dll.exe if exist shell32dll.exe del shell32dll.exe
cd %WINDIR%system
:del
if exist cmrss.exe attrib -s -h -r cmrss.exe if exist cmrss.exe del cmrss.exe if exist msbcs.exe attrib -s -h -r msbcs.exe if exist msbcs.exe del msbcs.exe if exist msreg.exe attrib -s -h -r msreg.exe if exist msreg.exe del msreg.exe if exist system32.exe attrib -s -h -r system32.exe if exist system32.exe del system32.exe if exist shell32dll.exe attrib -s -h -r shell32dll.exe
if exist shell32dll.exe del shell32dll.exe if exist lsass32.exe attrib -s -h -r lsass32.exe if exist lsass32.exe del lsass32.exe if exist simdataconf.dll attrib -s -h -r simdataconf.dll if exist simdataconf.dll del simdataconf.dll if exist PerfStringV4.9.dll attrib -s -h -r PerfStringV4.9.dll
if exist PerfStringV4.9.dll del PerfStringV4.9.dll
if exist cmrss.exe goto NR if exist msbcs.exe goto NR if exist system32.exe goto NR if exist lsass32.exe goto NR if exist shell32dll.exe goto NR
cls echo Remocao concluida com exito! echo. echo. pause exit
:NR cls echo ATENCAO!!! echo. echo Ocorreu um erro ao apagar os arquivos do worm! echo Certifique-se que a ferramenta foi executada no Modo de Seguranca. echo. pause exit