mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 11:09:17 +01:00
reboot living up to its name
This commit is contained in:
@@ -579,6 +579,7 @@ std::vector<uint64> Addresses::GetFunctionsToNull()
|
||||
if (std::floor(Fortnite_Version) == 17)
|
||||
{
|
||||
toNull.push_back(Memcury::Scanner::FindPattern("48 8B C4 48 89 70 08 48 89 78 10 55 41 54 41 55 41 56 41 57 48 8D 68 A1 48 81 EC ? ? ? ? 45 33 ED").Get()); // collectgarbage
|
||||
toNull.push_back(Memcury::Scanner::FindPattern("48 8B C4 48 89 58 08 48 89 70 10 48 89 78 18 4C 89 60 20 55 41 56 41 57 48 8B EC 48 83 EC 60 4D 8B F9 41 8A F0 4C 8B F2 48 8B F9 45 32 E4").Get()); // No Reserve
|
||||
}
|
||||
|
||||
if (Engine_Version == 500)
|
||||
|
||||
Reference in New Issue
Block a user