Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Cheat Engine Forum Index
PostGo back to topic
ParkourPenguin
I post too much
Reputation: 143
Joined: 06 Jul 2014
Posts: 4382

PostPosted: Fri Mar 22, 2024 10:43 am    Post subject:

You're popping esi / edi without having pushed them if any of those first 3 `jcc` branches are taken.
Code:
...
cmp [enableGodMode],1
jne codeSET1  // say this branch is taken

codeSET1:
pop edi  // bad: these were never pushed
pop esi  // ^
...


It doesn't look like you fixed the "enableGodMode" label either.
_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Post reviews:   Approve 1
Author Review
buyx86
Review: Approve
Post reference:
ReviewPosted: Sat Mar 23, 2024 4:26 am

Thanks to all the help. Finally fixed my problems.
Back to top
View user's profile Send private message Yahoo Messenger
Display:  
Cheat Engine Forum Index


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites