心态爆炸
This commit is contained in:
12
test/pch.h
12
test/pch.h
@@ -263,7 +263,17 @@ static SendPacksWORD _SendPacksWord = (SendPacksWORD)0x1128580;
|
||||
typedef int(__fastcall* SendPacksDWORD)(DWORD thisc, int Seat, int Parm);
|
||||
static SendPacksDWORD _SendPacksDWord = (SendPacksDWORD)0x11285B0;
|
||||
|
||||
|
||||
//公告Class this地址
|
||||
typedef DWORD NoticeClass;
|
||||
static NoticeClass* _NoticeClass = (NoticeClass*)0x1A5FB20;
|
||||
//公告CALL
|
||||
typedef void( *NoticeCall)(int a1, int a2, int a3, int a4, int a5, int a6, int a7);
|
||||
typedef void(__fastcall* NoticeCall)(DWORD thisc, int Seat , char* a1, DWORD a2, DWORD a3, DWORD a4, DWORD a5, DWORD a6, DWORD a7);
|
||||
static NoticeCall _Noticecall = (NoticeCall)0x9536C0;
|
||||
|
||||
//公告CALL
|
||||
typedef void(__fastcall* NoticeTCall)(DWORD thisc, DWORD Seat, DWORD a1, char* a2, DWORD a3);
|
||||
static NoticeTCall _NoticeTcall = (NoticeTCall)0xE6E070;
|
||||
|
||||
|
||||
#endif //PCH_H
|
||||
|
||||
Reference in New Issue
Block a user