mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
oops
This commit is contained in:
@@ -64,7 +64,7 @@ static UObject* GetPlaylistToUse()
|
|||||||
|
|
||||||
// SET OVERRIDE PLAYLIST DOWN HERE
|
// SET OVERRIDE PLAYLIST DOWN HERE
|
||||||
|
|
||||||
Playlist = FindObject("/Game/Athena/Playlists/Playlist_DefaultDuo.Playlist_DefaultDuo");
|
// Playlist = FindObject("/Game/Athena/Playlists/Playlist_DefaultDuo.Playlist_DefaultDuo");
|
||||||
|
|
||||||
// Playlist = FindObject("/Game/Athena/Playlists/Playground/Playlist_Playground.Playlist_Playground");
|
// Playlist = FindObject("/Game/Athena/Playlists/Playground/Playlist_Playground.Playlist_Playground");
|
||||||
|
|
||||||
@@ -557,7 +557,7 @@ bool AFortGameModeAthena::Athena_ReadyToStartMatchHook(AFortGameModeAthena* Game
|
|||||||
// SetupNavConfig();
|
// SetupNavConfig();
|
||||||
|
|
||||||
static auto bAlwaysDBNOOffset = GameMode->GetOffset("bAlwaysDBNO");
|
static auto bAlwaysDBNOOffset = GameMode->GetOffset("bAlwaysDBNO");
|
||||||
GameMode->Get<bool>(bAlwaysDBNOOffset) = true;
|
// GameMode->Get<bool>(bAlwaysDBNOOffset) = true;
|
||||||
|
|
||||||
LOG_INFO(LogDev, "Initialized!");
|
LOG_INFO(LogDev, "Initialized!");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ DWORD WINAPI Main(LPVOID)
|
|||||||
auto ServerCheatAllIndex = GetFunctionIdxOrPtr(FindObject<UFunction>("/Script/FortniteGame.FortPlayerController.ServerCheatAll"));
|
auto ServerCheatAllIndex = GetFunctionIdxOrPtr(FindObject<UFunction>("/Script/FortniteGame.FortPlayerController.ServerCheatAll"));
|
||||||
|
|
||||||
if (ServerCheatAllIndex)
|
if (ServerCheatAllIndex)
|
||||||
AddressesToNull.push_back(FortPlayerControllerAthenaDefault->VFTable[ServerCheatAllIndex / 8]);
|
AddressesToNull.push_back(__int64(FortPlayerControllerAthenaDefault->VFTable[ServerCheatAllIndex / 8]));
|
||||||
|
|
||||||
for (auto func : AddressesToNull)
|
for (auto func : AddressesToNull)
|
||||||
{
|
{
|
||||||
@@ -345,9 +345,6 @@ DWORD WINAPI Main(LPVOID)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
auto off = (void*)(&((struct FFrame*)NULL)->MostRecentPropertyAddress);
|
|
||||||
LOG_INFO(LogDev, "{}", off);
|
|
||||||
|
|
||||||
LOG_INFO(LogDev, "OnPlayImpactFX: 0x{:x}", OnPlayImpactFXAddr - __int64(GetModuleHandleW(0)));
|
LOG_INFO(LogDev, "OnPlayImpactFX: 0x{:x}", OnPlayImpactFXAddr - __int64(GetModuleHandleW(0)));
|
||||||
Hooking::MinHook::Hook((PVOID)OnPlayImpactFXAddr, AFortWeapon::OnPlayImpactFXHook, (PVOID*)&AFortWeapon::OnPlayImpactFXOriginal);
|
Hooking::MinHook::Hook((PVOID)OnPlayImpactFXAddr, AFortWeapon::OnPlayImpactFXHook, (PVOID*)&AFortWeapon::OnPlayImpactFXOriginal);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user