Skip to content

Commit

Permalink
Update to 2020.12.5s
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Dec 5, 2020
1 parent 5c9f8d3 commit 52412d4
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AUMInjector/AUMInjector.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,11
PRODUCTVERSION 1,0,0,11
FILEVERSION 1,0,0,12
PRODUCTVERSION 1,0,0,12
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "chrz.de"
VALUE "FileDescription", "Among Us to Mumble VoIP adapter"
VALUE "FileVersion", "1.0.0.11"
VALUE "FileVersion", "1.0.0.12"
VALUE "InternalName", "winhttp.dll"
VALUE "LegalCopyright", "Copyright (C) chrz.de 2020"
VALUE "OriginalFilename", "winhttp.dll"
VALUE "ProductName", "AmongUs-Mumble"
VALUE "ProductVersion", "1.0.0.11"
VALUE "ProductVersion", "1.0.0.12"
END
END
BLOCK "VarFileInfo"
Expand Down
1 change: 1 addition & 0 deletions AUMInjector/AUMInjector.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<ClInclude Include="deobfuscate\2020_11_17s.h" />
<ClInclude Include="deobfuscate\2020_11_17s_1.h" />
<ClInclude Include="deobfuscate\2020_12_3s.h" />
<ClInclude Include="deobfuscate\2020_12_5s.h" />
<ClInclude Include="deobfuscate\2020_9_22s.h" />
<ClInclude Include="deobfuscate\deobfuscate.h" />
<ClInclude Include="deobfuscate\version.h" />
Expand Down
3 changes: 3 additions & 0 deletions AUMInjector/AUMInjector.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@
<ClInclude Include="deobfuscate\2020_12_3s.h">
<Filter>Deobfuscate</Filter>
</ClInclude>
<ClInclude Include="deobfuscate\2020_12_5s.h">
<Filter>Deobfuscate</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="AUMInjector.rc">
Expand Down
28 changes: 28 additions & 0 deletions AUMInjector/deobfuscate/2020_12_5s.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
using Player_Die_Reason__Enum = NGMJAFCBKGP__Enum;
using PlayerControl = BHHCHKFKPOE;
using InnerNetClient = KIFAJMBCIGE;
using InnerNetClient_GameState__Enum = KIFAJMBCIGE_HBGBMLJMJJN__Enum;
using InnerNet_DisconnectReasons__Enum = IKBPJNLHAMP__Enum;
using MeetingHud = CHDFKFMCJFM;
using HqHudOverrideTask = PODCFBLFNLO;
using HudOverrideTask = OOCOMHBLGPD;
using ChatController = BNGAGGNFPLK;
using AmongUsClient = OIMFAEOPLBD;
InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Joined = KIFAJMBCIGE_HBGBMLJMJJN__Enum_Joined;
InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Started = KIFAJMBCIGE_HBGBMLJMJJN__Enum_Started;
InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Ended = KIFAJMBCIGE_HBGBMLJMJJN__Enum_Ended;
#define PlayerControl_GetTruePosition_Trampoline BHHCHKFKPOE_GetTruePosition
#define PlayerControl_Die_Trampoline BHHCHKFKPOE_Die
#define PlayerControl_FixedUpdate_Trampoline BHHCHKFKPOE_FixedUpdate
#define InnerNetClient_FixedUpdate_Trampoline KIFAJMBCIGE_FixedUpdate
#define InnerNetClient_Disconnect_Trampoline KIFAJMBCIGE_FJANKNOCFEE
#define InnerNetClient_StartRpc_Trampoline KIFAJMBCIGE_StartRpc
#define MeetingHud_Close_Trampoline CHDFKFMCJFM_Close
#define MeetingHud_Start_Trampoline CHDFKFMCJFM_Start
#define HqHudOverrideTask_Initialize_Trampoline PODCFBLFNLO_Initialize
#define HqHudOverrideTask_Complete_Trampoline PODCFBLFNLO_Complete
#define HudOverrideTask_Initialize_Trampoline OOCOMHBLGPD_Initialize
#define HudOverrideTask_Complete_Trampoline OOCOMHBLGPD_Complete
#define AmongUsClient_OnPlayerJoined_Trampoline OIMFAEOPLBD_KKBDFAFCJIF
#define MessageWriter_Write_Byte_Trampoline MessageWriter_Write_1
#define InnerNetClient_HandleGameDataInner_Trampoline KIFAJMBCIGE_KGBAIJNMIKO
2 changes: 2 additions & 0 deletions AUMInjector/deobfuscate/deobfuscate.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ using namespace app;
#include "2020_11_17s_1.h"
#elif GAME_VERSION == GAME_VERSION_2020_12_3s
#include "2020_12_3s.h"
#elif GAME_VERSION == GAME_VERSION_2020_12_5s
#include "2020_12_5s.h"
#else
#error Unknown game version!
#endif
5 changes: 4 additions & 1 deletion AUMInjector/deobfuscate/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#define GAME_VERSION_2020_11_17s 202011170
#define GAME_VERSION_2020_11_17s_1 202011171
#define GAME_VERSION_2020_12_3s 202012030
#define GAME_VERSION_2020_12_5s 202012050
#ifndef GAME_VERSION
#define GAME_VERSION GAME_VERSION_2020_12_3s
#define GAME_VERSION GAME_VERSION_2020_12_5s
#endif

#if GAME_VERSION == GAME_VERSION_2020_9_22s
Expand All @@ -20,6 +21,8 @@
#define version_text "2020.11.17s Patch 1"
#elif GAME_VERSION == GAME_VERSION_2020_12_3s
#define version_text "2020.12.3s"
#elif GAME_VERSION == GAME_VERSION_2020_12_5s
#define version_text "2020.12.5s"
#else
#error Unknown game version!
#endif
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Patch versions refer to unmarked Steam updates where the game version did not ch

| Game version | Game channel | Status | DLL version | GAME_VERSION |
| -------------------- | ------------ | ----------------------------- | ------------------------------------------------------------------------------- | ------------ |
| 2020.12.3s | Release | :heavy_check_mark: Maintained | [1.0.0.11](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.11) | `202012031` |
| 2020.12.5s | Release | :heavy_check_mark: Maintained | [1.0.0.12](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.12) | `202012050` |
| 2020.12.3s | Release | :warning: Outdated | [1.0.0.11](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.11) | `202012030` |
| 2020.11.17s Patch 1 | Release | :warning: Outdated | [1.0.0.10](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.10) | `202011171` |
| 2020.11.17s | Release | :warning: Outdated | [1.0.0.8](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.8) | `202011170` |
| 2020.11.4s | Beta | :warning: Outdated | [1.0.1.7](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.1.7) | `202011040` |
Expand Down

0 comments on commit 52412d4

Please sign in to comment.