mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(BytePatch): incorrect explode patch (#1245)
This commit is contained in:
parent
b20fbbb153
commit
96d3b48527
@ -23,7 +23,7 @@ namespace big
|
|||||||
|
|
||||||
//Patch blocked explosions
|
//Patch blocked explosions
|
||||||
toxic::explosion_anti_cheat_bypass::m_can_blame_others =
|
toxic::explosion_anti_cheat_bypass::m_can_blame_others =
|
||||||
memory::byte_patch::make(g_pointers->m_gta.m_explosion_patch.as<std::uint16_t*>(), 0xE990).get();
|
memory::byte_patch::make(g_pointers->m_gta.m_blame_explode.as<std::uint16_t*>(), 0xE990).get();
|
||||||
toxic::explosion_anti_cheat_bypass::m_can_use_blocked_explosions =
|
toxic::explosion_anti_cheat_bypass::m_can_use_blocked_explosions =
|
||||||
memory::byte_patch::make(g_pointers->m_gta.m_explosion_patch.sub(12).as<uint16_t*>(), 0x9090).get();
|
memory::byte_patch::make(g_pointers->m_gta.m_explosion_patch.sub(12).as<uint16_t*>(), 0x9090).get();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user