From 0008c2fb1e1d84cb7238e303919cf4a217080e9f Mon Sep 17 00:00:00 2001 From: varedz <56739551+varedz@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:55:04 -0400 Subject: [PATCH] v2021.6.30s Steam Support for v2021.6.30s --- Offsets.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/Offsets.json b/Offsets.json index a4d713c8..9095f863 100644 --- a/Offsets.json +++ b/Offsets.json @@ -1269,5 +1269,59 @@ "PetOffset": 0x28, "IsYouOffset": 0x2C } + }, + "10567748da8dcf1c07ff29c42c3710bc8203930932c0c58564d6748936340070": { + "Description": "v2021.6.30s", + "AmongUsClientOffset": 0x1BAA960, + "GameDataOffset": 0x1BC2EAC, + "MeetingHudOffset": 0x1B9F7A0, + "GameStartManagerOffset": 0x1B72C74, + "HudManagerOffset": 0x1B72D6C, + "ServerManagerOffset": 0x1B731DC, + "TempDataOffset": 0x1BBB9A4, + "GameOptionsOffset": 0x1BA9CE4, + + "MeetingHudPtr": [0x1B9F7A0, 0x5C, 0x0], + "MeetingHudCachePtrOffsets": [0x8], + "MeetingHudStateOffsets": [0x74], + "GameStateOffsets": [0x1BAA960, 0x5C, 0x0, 0x70], + "AllPlayerPtrOffsets": [0x1BC2EAC, 0x5C, 0x0, 0x24], + "AllPlayersOffsets": [0x8], + "PlayerCountOffsets": [0xC], + "ExiledPlayerIdOffsets": [0x1B9F7A0, 0x5C, 0x0, 128, 0x8], + "RawGameOverReasonOffsets": [0x1BBB9A4, 0x5C, 0x4], + "WinningPlayersPtrOffsets": [0x1BBB9A4, 0x5C, 0xC], + "WinningPlayersOffsets": [0x8], + "WinningPlayerCountOffsets": [0xC], + "GameCodeOffsets": [0x1B72C74, 0x5C, 0x0, 0x20, 0x80], + "PlayRegionOffsets": [0x1B731DC, 0x5C, 0x0, 0x10, 0x8, 0x8], + "PlayMapOffsets": [0x1BA9CE4, 0x5C, 0x4, 0x10], + "StringOffsets": [0x8, 0xC], + "isEpic": false, + "AddPlayerPtr": 0x4, + "PlayerListPtr": 0x10, + "PlayerInfoStructOffsets": { + "PlayerIDOffset": 0x8, + "PlayerNameOffset": 0xC, + "ColorIDOffset": 0x14, + "HatIDOffset": 0x18, + "PetIDOffset": 0x1C, + "SkinIDOffset": 0x20, + "DisconnectedOffset": 0x24, + "TasksOffset": 0x28, + "ImposterOffset": 0x2C, + "DeadOffset": 0x2D, + "ObjectOffset": 0x30 + }, + "WinningPlayerDataStructOffsets": { + "NameOffset": 0x8, + "DeadOffset": 0xC, + "ImposterOffset": 0xD, + "ColorOffset": 0x10, + "SkinOffset": 0x14, + "HatOffset": 0x18, + "PetOffset": 0x1C, + "IsYouOffset": 0x20 + } } }