From ba9162014370325920a6db629ff9b4712b533e5d Mon Sep 17 00:00:00 2001 From: CallowBlack Date: Sun, 29 May 2022 23:27:28 +0300 Subject: [PATCH] update unity player offsets --- cheat-library/src/appdata/il2cpp-unityplayer-functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheat-library/src/appdata/il2cpp-unityplayer-functions.h b/cheat-library/src/appdata/il2cpp-unityplayer-functions.h index 3217c0a..ae33e61 100644 --- a/cheat-library/src/appdata/il2cpp-unityplayer-functions.h +++ b/cheat-library/src/appdata/il2cpp-unityplayer-functions.h @@ -1,4 +1,4 @@ using namespace app; -DO_APP_FUNC(0x00AE5AD0, app::Byte__Array*, Unity_RecordUserData, (int32_t nType)); -DO_APP_FUNC(0x00A80580, Il2CppClass**, GetIl2Classes, ()); \ No newline at end of file +DO_APP_FUNC(0x00B64280, app::Byte__Array*, Unity_RecordUserData, (int32_t nType)); +DO_APP_FUNC(0x00AFCB60, Il2CppClass**, GetIl2Classes, ()); \ No newline at end of file