PHP Code:
#ifndef __ENGINE_H#define __ENGINE_H
#include <Windows.h>
namespace Engine
{
struct Packet
{
unsigned short Size;
unsigned char Type;
char Data[8000];
};
namespace CEditor
{
static int (__cdecl *AddPKPWD)() = (int (__cdecl*)())0x007DC2B0; static int (__cdecl *PWDPK)(int a1, signed int a2, signed int a3, signed int a4, const char *a5) = (int (__cdecl*)(int, signed int, signed int, signed int,const char*))0x007AF2F0;
static void (__thiscall *Clear)(void* _this) = (void (__thiscall*)(void*))0x00715050; static void (__thiscall *Load)(void* _this, const char* Text) = (void (__thiscall*)(void*, const char*))0x00716140;
}