mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-09 10:49:28 +08:00
feat(Pointers): Fixed increment stat event signature
This commit is contained in:
parent
a5b45c6a5c
commit
29b8429c16
@ -123,7 +123,7 @@ namespace big
|
|||||||
m_gta_thread_kill = ptr.as<decltype(m_gta_thread_kill)>();
|
m_gta_thread_kill = ptr.as<decltype(m_gta_thread_kill)>();
|
||||||
});
|
});
|
||||||
|
|
||||||
main_batch.add("Increment Stat Event", "", [this](memory::handle ptr)
|
main_batch.add("Increment Stat Event", "48 89 5C 24 ? 48 89 74 24 ? 55 57 41 55 41 56 41 57 48 8B EC 48 83 EC 60 8B 79 30", [this](memory::handle ptr)
|
||||||
{
|
{
|
||||||
m_increment_stat_event = ptr.as<decltype(m_increment_stat_event)>();
|
m_increment_stat_event = ptr.as<decltype(m_increment_stat_event)>();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user