This commit is contained in:
Gray
2024-03-17 17:00:41 -04:00
parent e1dc0ba5d1
commit 4965141ff9
6 changed files with 18 additions and 9 deletions

View File

@@ -874,7 +874,8 @@ DWORD WINAPI Main(LPVOID)
static auto FortOctopusVehicleDefault = FindObject<AFortOctopusVehicle>(L"/Script/FortniteGame.Default__FortOctopusVehicle");
static auto FortPlayerControllerAthenaDefault = FindObject<AFortPlayerControllerAthena>(L"/Script/FortniteGame.Default__FortPlayerControllerAthena"); // FindObject<UClass>(L"/Game/Athena/Athena_PlayerController.Default__Athena_PlayerController_C");
ApplyNullAndRetTrues();
if (Fortnite_Version >= 20)
ApplyNullAndRetTrues();
// UKismetSystemLibrary::ExecuteConsoleCommand(GetWorld(), L"log LogNetPackageMap VeryVerbose", nullptr);
// UKismetSystemLibrary::ExecuteConsoleCommand(GetWorld(), L"log LogNetTraffic VeryVerbose", nullptr);
@@ -1024,6 +1025,9 @@ DWORD WINAPI Main(LPVOID)
LOG_INFO(LogDev, "Switch levels.");
if (Fortnite_Version < 20)
ApplyNullAndRetTrues();
if (Fortnite_Version != 22.4)
{
auto matchmaking = Memcury::Scanner::FindPattern("83 BD ? ? ? ? 01 7F 18 49 8D 4D D8 48 8B D6 E8 ? ? ? ? 48", false).Get();