Skip to content

Commit cf686d7

Browse files
authored
Update memory addresses for Epic games (#31)
1 parent 5acbcf0 commit cf686d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Hitman 3/hitman3.asl

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// how to find the values & what they mean are in the README.md file
22
state("HITMAN3", "Epic October 2023")
33
{
4-
bool isLoading: 0x3194C6D;
5-
bool isInMainMenu: 0x3194CB4;
6-
bool hasControl: 0x30E3188;
7-
bool inCutscene: 0x31D706C;
8-
bool usingCamera: 0x30C4094;
4+
bool isLoading: 0x3194C2D;
5+
bool isInMainMenu: 0x3194C74;
6+
bool hasControl: 0x30E3148;
7+
bool inCutscene: 0x31D702C;
8+
bool usingCamera: 0x30C4054;
99
}
1010

1111
state("HITMAN3", "Steam August 2023")

0 commit comments

Comments
 (0)