Skip to content

Commit

Permalink
Update to 2020.12.9s
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Dec 11, 2020
1 parent 6133403 commit a082565
Show file tree
Hide file tree
Showing 7 changed files with 45 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,12
PRODUCTVERSION 1,0,0,12
FILEVERSION 1,0,0,13
PRODUCTVERSION 1,0,0,13
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.12"
VALUE "FileVersion", "1.0.0.13"
VALUE "InternalName", "winhttp.dll"
VALUE "LegalCopyright", "Copyright (C) chrz.de 2020"
VALUE "OriginalFilename", "winhttp.dll"
VALUE "ProductName", "AmongUs-Mumble"
VALUE "ProductVersion", "1.0.0.12"
VALUE "ProductVersion", "1.0.0.13"
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 @@ -49,6 +49,7 @@
<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_12_9s.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 @@ -230,6 +230,9 @@
<ClInclude Include="deobfuscate\2020_12_5s.h">
<Filter>Deobfuscate</Filter>
</ClInclude>
<ClInclude Include="deobfuscate\2020_12_9s.h">
<Filter>Deobfuscate</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="AUMInjector.rc">
Expand Down
29 changes: 29 additions & 0 deletions AUMInjector/deobfuscate/2020_12_9s.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
using Player_Die_Reason__Enum = DBLJKMDLJIF__Enum;
using PlayerControl = FFGALNAPKCD;
using InnerNetClient = KHNHJFFECBP;
using InnerNetClient_GameState__Enum = KHNHJFFECBP_KGEKNMMAKKN__Enum;
using InnerNet_DisconnectReasons__Enum = GHMBCKNECJF__Enum;
using MeetingHud = OOCJALPKPEP;
using HqHudOverrideTask = NIAFLKKACLE;
using HudOverrideTask = LFOILEODBMA;
using ChatController = GEHKHGLKFHE;
using AmongUsClient = FMLLKEACGIO;
InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Joined = KHNHJFFECBP_KGEKNMMAKKN__Enum_Joined;
InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Started = KHNHJFFECBP_KGEKNMMAKKN__Enum_Started;
InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Ended = KHNHJFFECBP_KGEKNMMAKKN__Enum_Ended;
#define PlayerControl_GetTruePosition_Trampoline FFGALNAPKCD_GetTruePosition
#define PlayerControl_Die_Trampoline FFGALNAPKCD_Die
#define PlayerControl_FixedUpdate_Trampoline FFGALNAPKCD_FixedUpdate
#define InnerNetClient_FixedUpdate_Trampoline KHNHJFFECBP_FixedUpdate
#define InnerNetClient_Disconnect_Trampoline KHNHJFFECBP_AMKMODDAFOO
#define InnerNetClient_HandleGameDataInner_Trampoline KHNHJFFECBP_LMFMFBMONOO
#define InnerNetClient_StartRpc_Trampoline KHNHJFFECBP_StartRpc
#define MeetingHud_Close_Trampoline OOCJALPKPEP_Close
#define MeetingHud_Start_Trampoline OOCJALPKPEP_Start
#define HqHudOverrideTask_Initialize_Trampoline NIAFLKKACLE_Initialize
#define HqHudOverrideTask_Complete_Trampoline NIAFLKKACLE_Complete
#define HudOverrideTask_Initialize_Trampoline LFOILEODBMA_Initialize
#define HudOverrideTask_Complete_Trampoline LFOILEODBMA_Complete
#define ChatController_AddChat_Trampoline GEHKHGLKFHE_AddChat
#define MessageWriter_Write_Byte_Trampoline MessageWriter_Write_1
#define AmongUsClient_OnPlayerJoined_Trampoline FMLLKEACGIO_BIEPKGFMACN
2 changes: 2 additions & 0 deletions AUMInjector/deobfuscate/deobfuscate.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ using namespace app;
#include "2020_12_3s.h"
#elif GAME_VERSION == GAME_VERSION_2020_12_5s
#include "2020_12_5s.h"
#elif GAME_VERSION == GAME_VERSION_2020_12_9s
#include "2020_12_9s.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 @@ -5,8 +5,9 @@
#define GAME_VERSION_2020_11_17s_1 202011171
#define GAME_VERSION_2020_12_3s 202012030
#define GAME_VERSION_2020_12_5s 202012050
#define GAME_VERSION_2020_12_9s 202012090
#ifndef GAME_VERSION
#define GAME_VERSION GAME_VERSION_2020_12_5s
#define GAME_VERSION GAME_VERSION_2020_12_9s
#endif

#if GAME_VERSION == GAME_VERSION_2020_9_22s
Expand All @@ -23,6 +24,8 @@
#define version_text "2020.12.3s"
#elif GAME_VERSION == GAME_VERSION_2020_12_5s
#define version_text "2020.12.5s"
#elif GAME_VERSION == GAME_VERSION_2020_12_9s
#define version_text "2020.12.9s"
#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.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.9s | Release | :heavy_check_mark: Maintained | [1.0.0.13](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.13) | `202012090` |
| 2020.12.5s | Release | :warning: Outdated | [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` |
Expand Down

0 comments on commit a082565

Please sign in to comment.