Начинающий
- Статус
- Оффлайн
- Регистрация
- 5 Май 2021
- Сообщения
- 30
- Реакции
- 2
Код:
void CSignatures::Initialize() {
Reset = *reinterpret_cast<std::uintptr_t*>(csgo->Utils.FindPatternIDA(GetModuleHandleA("gameoverlayrenderer.dll"), "C7 45 ? ? ? ? ? FF 15 ? ? ? ? 8B D8") + 9);
Present = *reinterpret_cast<std::uintptr_t*>(csgo->Utils.FindPatternIDA(GetModuleHandleA("gameoverlayrenderer.dll"), "FF 15 ? ? ? ? 8B F0 85 FF") + 2);
}
Помогите пожалуйста