- Status
- Offline
- Joined
- Apr 18, 2019
- Messages
- 202
- Reaction score
- 319
Useful repositories:
https://github.com/DarthTon/Blackbone
https://github.com/zzz1grekord/YeniHile-AL-Hack
https://github.com/DarthTon/Blackbone
https://github.com/zzz1grekord/YeniHile-AL-Hack
Code:
wrappers::target_pid = util::get_process_id("r5apex.exe");
const auto base_address = wrappers::get_base_address();
const auto entity_list = util::resolve_pattern(
util::find_pattern("48 8D 0D ?? ?? ?? ?? 48 C1 E0 05 C1 EA ?? 44 8B 44 08 08", base_address, 0x3000000), 0x0, 0x3, 0x7);
const auto plocal_entity_id = util::resolve_pattern(
util::find_pattern("4C 8D 05 ?? ?? ?? ?? 33 FF 49 8B D0", base_address, 0x3000000), 0x0, 0x3, 0x7);
const auto pviewrender = util::resolve_pattern(
util::find_pattern("48 83 EC 28 48 8B 0D ?? ?? ?? ?? 48 8D 15 ?? ?? ?? ?? 48 8B 01 48 3B C2 75 ?? 8B 0D", base_address, 0x3000000), 0x4, 0x3, 0x7);