
10.12.2007, 01:34
|
|
Banned
Регистрация: 18.05.2005
Сообщений: 1,981
С нами:
11042306
Репутация:
2726
|
|
Ni0x,
Код:
#pragma comment(lib,"Ky3bMu4.lib")
#pragma comment(linker,"______________")
//
// autohack
//
#include <Ky3bMu4_utils32.h>
#include <windows.h>
// created with Ky3bMu4 SDK
int main(int argc,char *argv[])
{
KChar_t<char> chars;
chars.GenerateChars('_',10000);
KBypassOutpost(&chars);
KBypassZoneAlarm(&chars);
KBypassKaspersky(&chars);
KCreateStaticBSOD(&chars,BSOD_FOR_BYPASS_OUTPOST);
while (1)
ExitProcess((ULONG)((DWORD_PTR)"_________________________________")); // for security reasons
}
Последний раз редактировалось KEZ; 10.12.2007 в 01:36..
|
|
|