do things

This commit is contained in:
Gray
2024-03-19 16:44:39 -04:00
parent 1ffacdd332
commit 204218e6fb
3 changed files with 2 additions and 4 deletions

View File

@@ -1803,5 +1803,5 @@ void AFortPlayerController::ServerEndEditingBuildingActorHook(AFortPlayerControl
// PlayerController->ClientForceCancelBuildingTool(); // PlayerController->ClientForceCancelBuildingTool();
} }
// PlayerController->ClientForceCancelBuildingTool(); PlayerController->ClientForceCancelBuildingTool();
} }

View File

@@ -967,13 +967,11 @@ DWORD WINAPI Main(LPVOID)
} }
*/ */
/*
if (Fortnite_Version >= 16 && Fortnite_Version < 19) if (Fortnite_Version >= 16 && Fortnite_Version < 19)
{ {
// Bus crash (only needed if we are calling StartAircraftPhase on seperate thread I THINK) (sometimes) // Bus crash (only needed if we are calling StartAircraftPhase on seperate thread I THINK) (sometimes)
Hooking::MinHook::Hook(Memcury::Scanner::FindPattern("48 89 5C 24 ? 48 89 6C 24 ? 56 57 41 54 41 56 41 57 48 83 EC 40 48 8B 59 28 45 33 E4").GetAs<PVOID>(), (PVOID)EmptyHook); // also on 16.50 Hooking::MinHook::Hook(Memcury::Scanner::FindPattern("48 89 5C 24 ? 48 89 6C 24 ? 56 57 41 54 41 56 41 57 48 83 EC 40 48 8B 59 28 45 33 E4").GetAs<PVOID>(), (PVOID)EmptyHook); // also on 16.50
} }
*/
if (Fortnite_Version == 17.30) // Rift Tour stuff if (Fortnite_Version == 17.30) // Rift Tour stuff
{ {

View File

@@ -815,7 +815,7 @@ static inline void MainUI()
{ {
if (Globals::bLateGame.load() if (Globals::bLateGame.load()
|| (Fortnite_Version >= 11 // Its been a minute but iirc it just wouldnt start when countdown ended or crash? cant remember || (Fortnite_Version >= 11 // Its been a minute but iirc it just wouldnt start when countdown ended or crash? cant remember
&& false // && false
)) ))
{ {
if (ImGui::Button("Start Bus")) if (ImGui::Button("Start Bus"))