mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
chore(Pointers): Removed useless incompatible version "fix"
This commit is contained in:
parent
916dee7175
commit
cd9a63379e
@ -89,14 +89,6 @@ namespace big
|
||||
m_native_return = ptr.add(0).as<PVOID>();
|
||||
});
|
||||
|
||||
// Incompatible Version Fix
|
||||
main_batch.add("IVF", "48 89 5C 24 ? 55 56 57 41 54 41 55 41 56 41 57 48 8D AC 24 ? ? ? ? 48 81 EC ? ? ? ? 33 FF 48 8B DA", [this](memory::handle ptr)
|
||||
{
|
||||
uint8_t* incompatible_version = ptr.add(0x165CEE5 - 0x165CB80).as<uint8_t*>();
|
||||
|
||||
memset(incompatible_version, 0x90, 0x165CF03 - 0x165CEE5);
|
||||
});
|
||||
|
||||
// GTA Thread Start
|
||||
main_batch.add("GTS", "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC 20 8B FA 85 D2 75 2A 8B 15", [this](memory::handle ptr)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user