- Статус
- Онлайн
- Регистрация
- 25 Мар 2021
- Сообщения
- 227
- Реакции
- 85
C++:
/* IDA SIG -> "48 8B C4 48 81 EC ? ? ? ? 48 89 58 ? 48 8B D9 48 8B 0D ? ? ? ? 4C 89 70" -> client.dll */
void* __fastcall hkMolotovThink(__int64 a1) {
static auto original = hooks::c_inferno_think.get_original<void(__fastcall*)(__int64)>();
if (config.disable_molotov_rendering)
return nullptr;
original(a1);
}
idk why peoples can't make this simple shit, so i decided to release it