Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit e849bd0

Browse files
committed
Update to 2021.5.25s
1 parent 4972cf8 commit e849bd0

8 files changed

Lines changed: 15 additions & 10 deletions

File tree

AUMInjector/AUMInjector.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 1,0,0,19
55-
PRODUCTVERSION 1,0,0,19
54+
FILEVERSION 1,0,0,20
55+
PRODUCTVERSION 1,0,0,20
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "Team ESDG"
7171
VALUE "FileDescription", "Among Us to Mumble VoIP adapter"
72-
VALUE "FileVersion", "1.0.0.19"
72+
VALUE "FileVersion", "1.0.0.20"
7373
VALUE "InternalName", "winhttp.dll"
7474
VALUE "LegalCopyright", "Copyright (C) Team ESDG 2021"
7575
VALUE "OriginalFilename", "winhttp.dll"
7676
VALUE "ProductName", "AmongUs-Mumble"
77-
VALUE "ProductVersion", "1.0.0.19"
77+
VALUE "ProductVersion", "1.0.0.20"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

AUMInjector/AUMInjector.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<ClInclude Include="deobfuscate\2021_3_5s.h" />
7979
<ClInclude Include="deobfuscate\2021_4_12s.h" />
8080
<ClInclude Include="deobfuscate\2021_4_14s.h" />
81-
<ClInclude Include="deobfuscate\2021_5_10s.h" />
8281
<ClInclude Include="deobfuscate\deobfuscate.h" />
82+
<ClInclude Include="deobfuscate\unobfuscated.h" />
8383
<ClInclude Include="deobfuscate\version.h" />
8484
<ClInclude Include="framework\helpers.h" />
8585
<ClInclude Include="framework\il2cpp-appdata.h" />

AUMInjector/AUMInjector.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<ClInclude Include="deobfuscate\2021_4_14s.h">
276276
<Filter>Deobfuscate</Filter>
277277
</ClInclude>
278-
<ClInclude Include="deobfuscate\2021_5_10s.h">
278+
<ClInclude Include="deobfuscate\unobfuscated.h">
279279
<Filter>Deobfuscate</Filter>
280280
</ClInclude>
281281
</ItemGroup>

AUMInjector/deobfuscate/deobfuscate.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ using namespace app;
3131
#elif GAME_VERSION == GAME_VERSION_2021_4_14s
3232
#include "2021_4_14s.h"
3333
#elif GAME_VERSION == GAME_VERSION_2021_5_10s
34-
#include "2021_5_10s.h"
34+
#include "unobfuscated.h"
35+
#elif GAME_VERSION == GAME_VERSION_2021_5_25s
36+
#include "unobfuscated.h"
3537
#else
3638
#error Unknown game version!
3739
#endif

AUMInjector/deobfuscate/version.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
#define GAME_VERSION_2021_4_12s 202104120
1212
#define GAME_VERSION_2021_4_14s 202104140
1313
#define GAME_VERSION_2021_5_10s 202105100
14+
#define GAME_VERSION_2021_5_25s 202105250
1415
#ifndef GAME_VERSION
15-
#define GAME_VERSION GAME_VERSION_2021_5_10s
16+
#define GAME_VERSION GAME_VERSION_2021_5_25s
1617
#endif
1718

1819
#if GAME_VERSION == GAME_VERSION_2020_9_22s
@@ -41,6 +42,8 @@
4142
#define version_text "2021.4.14s"
4243
#elif GAME_VERSION == GAME_VERSION_2021_5_10s
4344
#define version_text "2021.5.10s"
45+
#elif GAME_VERSION == GAME_VERSION_2021_5_25s
46+
#define version_text "2021.5.25s"
4447
#else
4548
#error Unknown game version!
4649
#endif

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Patch versions refer to unmarked Steam updates where the game version did not ch
2020

2121
**Use the installer:** Download: [Latest release](https://github.com/StarGate01/AmongUs-Mumble/releases/download/v1.0.0.14/AmongUs-Mumble-Installer.exe)
2222

23-
**Latest mod version:** Release 2021.5.10s, Mod manual download: [1.0.0.19](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.19)
23+
**Latest mod version:** Release 2021.5.25s, Mod manual download: [1.0.0.20](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.20)
2424

2525
**Older versions:** [Versions table](https://github.com/StarGate01/AmongUs-Mumble/wiki/Versions)
2626

setup.bat.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REM set the path to your game folder
44
SET "AMONGUS=C:\Steam\steamapps\common\Among Us"
55

66
REM set the version of the generated deobfuscations
7-
SET "AMONGUS_VERSION=2021_5_10s"
7+
SET "AMONGUS_VERSION=2021_5_25s"
88

99
REM set the path of tools
1010
SET "IL2CPPINSPECTOR=C:\Users\Christoph\Documents\GitHub\Il2CppInspector\Il2CppInspector.CLI\bin\Release\netcoreapp3.1\win-x64\publish\Il2CppInspector.exe"

0 commit comments

Comments
 (0)