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

Commit 8fcb4b1

Browse files
committed
Merge branch 'dev'
2 parents e18c503 + a097e0e commit 8fcb4b1

4 files changed

Lines changed: 11 additions & 6 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,20
55-
PRODUCTVERSION 1,0,0,20
54+
FILEVERSION 1,0,0,21
55+
PRODUCTVERSION 1,0,0,21
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.20"
72+
VALUE "FileVersion", "1.0.0.21"
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.20"
77+
VALUE "ProductVersion", "1.0.0.21"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

AUMInjector/deobfuscate/deobfuscate.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ using namespace app;
3434
#include "unobfuscated.h"
3535
#elif GAME_VERSION == GAME_VERSION_2021_5_25s
3636
#include "unobfuscated.h"
37+
#elif GAME_VERSION == GAME_VERSION_2021_6_15s
38+
#include "unobfuscated.h"
3739
#else
3840
#error Unknown game version!
3941
#endif

AUMInjector/deobfuscate/version.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
#define GAME_VERSION_2021_4_14s 202104140
1313
#define GAME_VERSION_2021_5_10s 202105100
1414
#define GAME_VERSION_2021_5_25s 202105250
15+
#define GAME_VERSION_2021_6_15s 202106150
1516
#ifndef GAME_VERSION
16-
#define GAME_VERSION GAME_VERSION_2021_5_25s
17+
#define GAME_VERSION GAME_VERSION_2021_6_15s
1718
#endif
1819

1920
#if GAME_VERSION == GAME_VERSION_2020_9_22s
@@ -44,6 +45,8 @@
4445
#define version_text "2021.5.10s"
4546
#elif GAME_VERSION == GAME_VERSION_2021_5_25s
4647
#define version_text "2021.5.25s"
48+
#elif GAME_VERSION == GAME_VERSION_2021_6_15s
49+
#define version_text "2021.6.15s"
4750
#else
4851
#error Unknown game version!
4952
#endif

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_25s"
7+
SET "AMONGUS_VERSION=2021_6_15s"
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)