more reservation in games

This commit is contained in:
Gray
2025-07-19 13:14:29 -04:00
parent 9b3e5540ec
commit a4f87ca954

View File

@@ -328,8 +328,8 @@ static inline uint64 FindKickPlayer()
return addr;
}
if (Engine_Version >= 423 && Engine_Version <= 425)
return Memcury::Scanner::FindPattern("48 89 5C 24 08 48 89 74 24 10 57 48 83 EC ? 49 8B F0 48 8B DA 48 85 D2").Get();
if (Engine_Version >= 422 && Fortnite_Version < 16)
return Memcury::Scanner::FindPattern("48 89 5C 24 08 48 89 74 24 10 57 48 83 EC ? 49 8B F0 48 8B DA 48 85 D2").Get(); // checked 7.00, 8.00, 14.40, 15.50
uint64 Ret = 0;