From 30bd372d45c170bcd2b7a2fbec2ec904d50b49bb Mon Sep 17 00:00:00 2001 From: pk5ls20 Date: Thu, 21 Nov 2024 18:10:01 +0800 Subject: [PATCH] feat: version 29927 --- src/core/external/appid.json | 10 +++++++++- src/core/external/offset.json | 18 +++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/core/external/appid.json b/src/core/external/appid.json index 05d12528..c1284c54 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -90,5 +90,13 @@ "9.9.16-29927": { "appid": 537255812, "qua": "V1_WIN_NQ_9.9.16_29927_GW_B" + }, + "3.2.13-29927": { + "appid": 537255847, + "qua": "V1_LNX_NQ_3.2.13_29927_GW_B" + }, + "6.9.61-29927": { + "appid": 537255836, + "qua": "V1_MAC_NQ_6.9.61_29927_GW_B" } -} \ No newline at end of file +} diff --git a/src/core/external/offset.json b/src/core/external/offset.json index fe3822cb..f6dabbb7 100644 --- a/src/core/external/offset.json +++ b/src/core/external/offset.json @@ -86,5 +86,21 @@ "9.9.16-29927-x64": { "send": "3869C50", "recv": "386E084" + }, + "3.2.13-29927-x64": { + "send": "A1913A0", + "recv": "A194CA0" + }, + "3.2.13-29927-arm64": { + "send": "6F1C7E0", + "recv": "6F20018" + }, + "6.9.61-29927-x64": { + "send": "44FCC60", + "recv": "44FF4CC" + }, + "6.9.61-29927-arm64": { + "send": "4038740", + "recv": "403AF58" } -} \ No newline at end of file +}