Вопрос How to fix KeyValue crash on lw

Забаненный
Статус
Оффлайн
Регистрация
10 Мар 2022
Сообщения
11
Реакции[?]
0
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
dme hook
fix

auto keyValues = new KeyValues(matname.c_str());
static auto key_values_address = util::FindSignature(crypt_str("client.dll"), crypt_str("55 8B EC 56 8B F1 33 C0 8B 4D 0C 81 26 ? ? ? ? 89 46 10 8A 45 10 C6 46 03 00 89 4E 14 88 46 18 C7 46 ? ? ? ? ? C7 46"));

using KeyValuesFn = void(__thiscall*)(void*, const char*, void*, void*);
reinterpret_cast <KeyValuesFn> (key_values_address)(keyValues, type.c_str(), 0, 0);
 
Начинающий
Статус
Оффлайн
Регистрация
2 Сен 2021
Сообщения
9
Реакции[?]
0
Поинты[?]
0
dme hook
fix

auto keyValues = new KeyValues(matname.c_str());
static auto key_values_address = util::FindSignature(crypt_str("client.dll"), crypt_str("55 8B EC 56 8B F1 33 C0 8B 4D 0C 81 26 ? ? ? ? 89 46 10 8A 45 10 C6 46 03 00 89 4E 14 88 46 18 C7 46 ? ? ? ? ? C7 46"));

using KeyValuesFn = void(__thiscall*)(void*, const char*, void*, void*);
reinterpret_cast <KeyValuesFn> (key_values_address)(keyValues, type.c_str(), 0, 0);
Its still crashing you know why?
 
Сверху Снизу