From f7f13a9bf40a26b7482439241df48c062a31e957 Mon Sep 17 00:00:00 2001 From: Sven Bledt Date: Mon, 5 Feb 2024 14:19:53 +0100 Subject: [PATCH] Update: Offsets 2 Updating offset tick --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 0c84b3d..a9de042 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ class config public: //offsets DWORD64 ClientBase = 0; - DWORD64 offset_Tick = 0x2AB1DC0;//APalPlayerCharacter::Tick + DWORD64 offset_Tick = 0x2AD4EC0;//APalPlayerCharacter::Tick //check bool IsESP = false; bool IsFullbright = false;