fix da crash

This commit is contained in:
Milxnor
2023-03-23 22:59:19 -04:00
parent 757f7b21d3
commit 7d21fef63a
4 changed files with 17 additions and 5 deletions

View File

@@ -718,6 +718,9 @@ static inline uint64 FindDispatchRequest()
static inline uint64 FindGIsClient()
{
if (Fortnite_Version == 4.1)
return __int64(GetModuleHandleW(0)) + 0x4BF6F17;
if (Fortnite_Version == 11.31)
return __int64(GetModuleHandleW(0)) + 0x6F41270;