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

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
17 Окт 2020
Сообщения
72
Реакции
10
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.
 
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.
 
Назад
Сверху Снизу