diff --git a/Project Reboot 3.0/BuildingActor.h b/Project Reboot 3.0/BuildingActor.h index e426d7d..4bcd6d9 100644 --- a/Project Reboot 3.0/BuildingActor.h +++ b/Project Reboot 3.0/BuildingActor.h @@ -24,7 +24,7 @@ public: void SilentDie() { - static auto SilentDieFn = FindObject("/ScriptFortniteGame.BuildingActor.SilentDie"); + static auto SilentDieFn = FindObject("/Script/FortniteGame.BuildingActor.SilentDie"); this->ProcessEvent(SilentDieFn); } diff --git a/Project Reboot 3.0/finder.h b/Project Reboot 3.0/finder.h index 11ef8f9..b56e451 100644 --- a/Project Reboot 3.0/finder.h +++ b/Project Reboot 3.0/finder.h @@ -815,12 +815,12 @@ static inline uint64 FindGIsServer() } } */ + if (Fortnite_Version == 10.40) + return __int64(GetModuleHandleW(0)) + 0x637925C; if (Fortnite_Version == 12.41) return __int64(GetModuleHandleW(0)) + 0x804B65A; - if (Fortnite_Version == 14.60) return __int64(GetModuleHandleW(0)) + 0x939930E; - if (Fortnite_Version == 17.30) return __int64(GetModuleHandleW(0)) + 0x973E499; @@ -937,6 +937,8 @@ static inline uint64 FindGIsClient() return __int64(GetModuleHandleW(0)) + 0x5BAA38F; if (Fortnite_Version == 4.1) return __int64(GetModuleHandleW(0)) + 0x4BF6F17; + if (Fortnite_Version == 10.40) + return __int64(GetModuleHandleW(0)) + 0x637925B; if (Fortnite_Version == 11.31) return __int64(GetModuleHandleW(0)) + 0x6F41270; if (Fortnite_Version == 12.41)