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 


Complex Breakpoint Condition?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Fri Dec 07, 2018 3:44 pm    Post subject: Complex Breakpoint Condition? Reply with quote

How to add a condition that does the following work:
Break when RAX >= 0x6E.

Is it possible? Thanks.



Capture.PNG
 Description:
 Filesize:  9.57 KB
 Viewed:  4011 Time(s)

Capture.PNG



_________________
**************

A simple example is better then ten links. Very Happy
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Fri Dec 07, 2018 4:40 pm    Post subject: Reply with quote

Code:

return RAX >= 0x6e


or in easy:
Code:

RAX >= 0x6e

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Fri Dec 07, 2018 6:23 pm    Post subject: Reply with quote

Dark Byte wrote:
Code:

return RAX >= 0x6e


or in easy:
Code:

RAX >= 0x6e


Thanks, DB. So I assume the following is correct if I want to check two conditions at the same time?
Code:

return RAX >= 0x6e or RBX <=0x5f

_________________
**************

A simple example is better then ten links. Very Happy
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Sat Dec 08, 2018 1:50 am    Post subject: This post has 1 review(s) Reply with quote

i would use
Code:

return (RAX >= 0x6e) or (RBX <=0x5f )

just to be sure

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Sat Dec 08, 2018 11:34 am    Post subject: Reply with quote

Dark Byte wrote:
i would use
Code:

return (RAX >= 0x6e) or (RBX <=0x5f )

just to be sure

Thank you, DB. Smile

_________________
**************

A simple example is better then ten links. Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites