Гайд How to fix legendware crash after game update (for not so smart people)

Начинающий
Статус
Оффлайн
Регистрация
17 Окт 2020
Сообщения
74
Реакции[?]
10
Поинты[?]
0
go to main.cpp and find

static auto physicssimulate = (DWORD) (util :: FindSignature (("client.dll"), g_ctx.signatures.at (14) .c_str ()));
hooks :: original_physicssimulate = (DWORD) DetourFunction ((PBYTE) physicssimulate, (PBYTE) hooks :: hooked_physicssimulate);

and then delete it.

Made this because people are asking and apparently they cant use the debug feature.
 
Начинающий
Статус
Оффлайн
Регистрация
16 Ноя 2020
Сообщения
11
Реакции[?]
0
Поинты[?]
0
update the sig on main.cpp !?!?!?!?

crypt_str("56 8B F1 8B 8E ? ? ? ? 83 F9 FF 74 23"),
itz the 15th signature that you must update.

it is not need to comment the hook out! only update the signature.
 
Сверху Снизу