龙盒完成初版

This commit is contained in:
2022-03-15 09:21:02 +08:00
parent ce6413df51
commit 2e11642e49
6 changed files with 212 additions and 43 deletions

View File

@@ -27,6 +27,9 @@ static SendPacksWORD _SendPacksWord = (SendPacksWORD)0x1128580;
typedef int(__fastcall* SendPacksDWORD)(DWORD thisc, int Seat, int Parm);
static SendPacksDWORD _SendPacksDWord = (SendPacksDWORD)0x11285B0;
//发包参数 char
typedef int(__fastcall* SendPacksChar)(DWORD thisc, int Seat, char* Parm,int Size);
static SendPacksChar _SendPacksChar = (SendPacksChar)0x11285E0;
//公告Class this地址
typedef DWORD NoticeClass;