Skip to content

Commit

Permalink
Update Injects.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnTW committed Sep 24, 2024
1 parent fe3ffd5 commit 2a8714a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion M2TWEOP Code/M2TWEOP library/Injects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5072,7 +5072,8 @@ void getPossibleConstructions::SetNewCode()
a->push(ebx);
a->push(esi);
a->push(edi);
a->push(word_ptr(esp, 0x24));
a->push(dword_ptr(esp, 0x24));
a->push(dword_ptr(esp, 0x24));
a->push(dword_ptr(esp, 0x24));
a->push(dword_ptr(esp, 0x24));
a->push(dword_ptr(esp, 0x24));
Expand Down

0 comments on commit 2a8714a

Please sign in to comment.