Начинающий
- Статус
- Онлайн
- Регистрация
- 28 Дек 2020
- Сообщения
- 241
- Реакции
- 20
Есть у кого актуальные сигнатуры?
C++:
Offsets::LocalPlayerPawn = GetDwordOffset(GetCallAddress(PatternScan(hClientDll, xorstr_("E8 ? ? ? ? 83 FF FF 89 5C 24 30"))) + 0x43, 0, 0x7, reinterpret_cast<std::uintptr_t>(hClientDll));
const auto pGameMatrixAddr = PatternScan(hClientDll, xorstr_("48 63 C2 48 8D 0D ? ? ? ? 48 C1 E0 06"));
Offsets::ViewMatrix = GetDwordOffset(pGameMatrixAddr, 0x3, 0xA, reinterpret_cast<std::uintptr_t>(hClientDll));
const auto pGameEntityListAddr = PatternScan(hClientDll, xorstr_("48 83 EC 28 4C 8B 01")) + 0x41;
Offsets::EntityList = GetDwordOffset(pGameEntityListAddr, 0, 0x7, reinterpret_cast<std::uintptr_t>(hClientDll));