File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ skip_player:
57
57
58
58
visibility_original:
59
59
mov eax , dword [ esi + 0x1518 ]
60
- ; mov eax, 0x1
61
- ; nop
62
60
63
61
noise_original:
64
62
cmp edi , eax
@@ -128,8 +126,8 @@ ghost_mode_enabled:
128
126
call edi ; 10001fcc: ff d7
129
127
sub esp , 0x10 ; 10001fce: 83 ec 10
130
128
mov edx , dword [ esp + 0x1c ] ; 10001fd1: 8b 54 24 1c
131
- mov dword [ esi ], 0x90909090 ; 10001fd5: c7 06 90 90 90 90
132
- mov dword [ esi + 0x4 ], 0x5d99090 ; 10001fdb: c7 46 04 90 90 d9 05
129
+ mov dword [ esi ], 0x000001B8 ; 10001fd5: c7 06 b8 01 00 00
130
+ mov dword [ esi + 0x4 ], 0x5d99000 ; 10001fdb: c7 46 04 00 90 d9 05
133
131
mov dword [ esp + 0xc ], ebp ; 10001fe2: 89 6c 24 0c
134
132
mov dword [ esp + 0x8 ], edx ; 10001fe6: 89 54 24 08
135
133
mov dword [ esp ], esi ; 10001fea: 89 34 24
You can’t perform that action at this time.
0 commit comments