PHP Code:
class HackBase
{
public:
DWORD FindDevObjectProtoTable(VOID);
DWORD DetourCreatePre(DWORD SrcVA,DWORD DstVA,DWORD Size);
int ScVA,ScVB,ScCC,dvSa;
int Encrypt(int PlainNumber);
int Decrypt(int PlainNumer);
int GetOffValuebyAdress(int Adress);
int GetOffValuebyOffset(int Adress,int Offset);
char* Encrypt_text(const char* plaintext);
char* Decrypt_text(const char* plaintext);
void PlayerCheats(void);
void ServerCheats(void);
void WriteFloat(int Adress,float Value);
void WriteDoupleFloat(int Adress,float Value);
void WriteLong(int Adress,long Value);
void WriteInt(int Adress,int Value);
void WriteDouble(int Adress,double Value);
void WriteDWORD(int Adress,unsigned long Value);
void Install_Present(LPDIRECT3DDEVICE9 pDevice);
BOOL UnHookEntryPointbyAdress(unsigned long Adress, unsigned long AsmValue,int AddValue);
void RestoreOffValuebyAdress(int Adress);
void PatchValuebyAdress(int Adress,int OnValue);
private:
};
typedef struct DefineBase
{
struct tFolder
{
int BK_Direct;
int BK_Player;
int BK_Server;
int BK_Weapon;
int BK_Settings;
}nFolder;
struct tPlayer
{
int BK_SuperJump;
int BK_NFD;
int BK_Speed;
int BK_NoSpread;
int BK_NoRecoil;
int BK_NoFog;
int BK_Teleport;
int BK_Skywalk;
int BK_Dig;
int BK_VisualWtW;
int BK_Scope;
int BK_ImDrunk;
int BK_FastAmmo;
int BK_FastMedic;
int BK_FastFlag;
int BK_FastRepair;
}nPlayer;
struct tServer
{
int BK_QuickSpawn;
int BK_NoBounds;
int BK_Premium;
}nServer;
struct tSettings
{
int BK_ExitProcess;
}nSettings;
}tdef;
der Fehler :1>c:\users\robin\desktop\d3d9 public base v2\wengine\hackbase.h(34): error C2061: Syntaxfehler: Bezeichner 'LPDIRECT3DDEVICE9'
Geben
Hoffe kann mir jemand helfen bekomme es hier bald echt mit meinen Nerven zu tun!!
Gez Robin






