Mersiles the best
-
Автор темы
- #1
C++:
get_local_player_pawn = pattern::find(modules::client, xorstr_("E8 ? ? ? ? 48 85 C0 0F 84 ? ? ? ? 83 7B")).absolute(1, 5);
get_local_player_controller = pattern::find(modules::client, xorstr_("E8 ?? ?? ?? ?? 48 85 C0 74 12 8B CB")).absolute(1, 5);
get_highest_entity_index = pattern::find(modules::client, xorstr_("8B 81 10 15 00"));