Update config.h

This commit is contained in:
Mateusz 2024-01-27 15:00:02 +01:00 committed by GitHub
parent 0f5072852e
commit fa13c8a815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ class config
public:
//offsets
DWORD64 ClientBase = 0;
DWORD64 offset_Tick = 0x2A9E9D0;//APalPlayerCharacter::Tick
DWORD64 offset_Tick = 0x2AB1DC0;//APalPlayerCharacter::Tick
DWORD64 offset_AddStatus = 0x2B0E960; //UPalNetworkIndividualComponent::AddPlayerCharacterStatusPoint_ToServer
//check
bool IsESP = false;