This commit is contained in:
2022-11-10 04:27:41 +08:00
parent 9a08d162ad
commit a526a65f3e
4 changed files with 10 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ void _fastcall hook::H_Register_DrawCode(DWORD thisc, int Seat, int a3, int a4,
#endif
#ifndef SELL
/*
//副屏绘制文字
if (a3 == 15 && a4 == 503)
{
@@ -124,6 +125,7 @@ void _fastcall hook::H_Register_DrawCode(DWORD thisc, int Seat, int a3, int a4,
DrawCodeT3_STL.clear();
return;
}
*/
//Ver.1180.2.1r
if (GameStr.find("Ver. 1.180.2.1r") != std::string::npos)
@@ -648,8 +650,6 @@ int _fastcall New_inventory_M_Pos(DWORD thisc, DWORD Seat)
int hook::RegisterHook()
{
MH_Initialize();
//HOOK背包鼠标位置