File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
// how to find the values & what they mean are in the README.md file
2
- state("HITMAN3" , "Epic August 2023" )
2
+ state("HITMAN3" , "Epic October 2023" )
3
3
{
4
- bool isLoading: 0x398A229 ;
5
- bool isInMainMenu: 0x3C61D54 ;
6
- bool hasControl: 0x30E1E48 ;
7
- bool inCutscene: 0x31D6015 ;
8
- bool usingCamera: 0x30C2FB4 ;
4
+ bool isLoading: 0x3194C6D ;
5
+ bool isInMainMenu: 0x3194CB4 ;
6
+ bool hasControl: 0x30E3188 ;
7
+ bool inCutscene: 0x31D706C ;
8
+ bool usingCamera: 0x30C4094 ;
9
9
}
10
10
11
11
state("HITMAN3" , "Steam August 2023" )
45
45
46
46
// MMS as a workaround to the Game Pass not working (#4)
47
47
switch (mms) {
48
- case "4A67000 " : version = "Epic August 2023" ; break;
48
+ case "4A68000 " : version = "Epic August 2023" ; break;
49
49
case "4A71000" : version = "Steam August 2023" ; break;
50
50
case "4ABE000" :
51
51
version = "Game Pass May 2023" ;
You can’t perform that action at this time.
0 commit comments