Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Mar 10, 2021
1 parent 5e0cd32 commit 556cec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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,14
PRODUCTVERSION 1,0,0,14
FILEVERSION 1,0,0,15
PRODUCTVERSION 1,0,0,15
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Team ESDG"
VALUE "FileDescription", "Among Us to Mumble VoIP adapter"
VALUE "FileVersion", "1.0.0.14"
VALUE "FileVersion", "1.0.0.15"
VALUE "InternalName", "winhttp.dll"
VALUE "LegalCopyright", "Copyright (C) Team ESDG 2021"
VALUE "OriginalFilename", "winhttp.dll"
VALUE "ProductName", "AmongUs-Mumble"
VALUE "ProductVersion", "1.0.0.14"
VALUE "ProductVersion", "1.0.0.15"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion AUMInjector/deobfuscate/2021_3_5s.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ using PlayerInfo = GameData_GOOIGLGKMCE;
__declspec(selectany) InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Joined = InnerNetClient_CGJDIIGHLGC__Enum_Joined;
__declspec(selectany) InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Started = InnerNetClient_CGJDIIGHLGC__Enum_Started;
__declspec(selectany) InnerNetClient_GameState__Enum InnerNetClient_GameState__Enum_Ended = InnerNetClient_CGJDIIGHLGC__Enum_Ended;
__declspec(selectany) bool GameData_GOOIGLGKMCE__Fields::* IsImposter = &GameData_GOOIGLGKMCE__Fields::HKELEMPLDPK;
__declspec(selectany) bool GameData_GOOIGLGKMCE__Fields::* IsImposter = &GameData_GOOIGLGKMCE__Fields::LGEGJEHCFOG;
__declspec(selectany) uint8_t GameData_GOOIGLGKMCE__Fields::* ColorId = &GameData_GOOIGLGKMCE__Fields::ACBLKMFEPKC;
__declspec(selectany) Color32__Array* KOBANOHPIIA__StaticFields::* PlayerColors = &KOBANOHPIIA__StaticFields::KLOCHKGCNGP;

Expand Down

0 comments on commit 556cec3

Please sign in to comment.