Пользователь
- Статус
- Оффлайн
- Регистрация
- 15 Янв 2022
- Сообщения
- 223
- Реакции
- 76
Hello guys, i would like to ask anyone if they got these 2 offsets for Present and Reset hook.
I have tried to find these but i couldnt, so instead of using these offsets, i used signatures that i got from airflow like this:
but its still crashing, anyone got new offset or signatures for these 2?
Thank you for your answer,
<3
Код:
constexpr uint64_t hook_present = 0x32811d6fe369fdcd; //t.me/anonteam1337
constexpr uint64_t hook_reset = 0x870f7d4cd2ff4781; //t.me/anonteam1337
I have tried to find these but i couldnt, so instead of using these offsets, i used signatures that i got from airflow like this:
Код:
make_hook_direct( present, sig( "gameoverlayrenderer.dll", "FF 15 ? ? ? ? 8B F0 85 FF" ) + 0x2 );
make_hook_direct(reset, sig("gameoverlayrenderer.dll", "C7 45 ? ? ? ? ? FF 15 ? ? 8B D8") + 0x9);
but its still crashing, anyone got new offset or signatures for these 2?
Thank you for your answer,
<3