View previous topic :: View next topic |
Author |
Message |
kuukuuu How do I cheat?
Reputation: 0
Joined: 19 Sep 2025 Posts: 4
|
Posted: Fri Sep 19, 2025 4:00 am Post subject: Can I search text in the result of the 'Break and trace'? |
|
|
Break and trace is a very very useful feature, But what I wanted was a way to find the next instruction in a large set of instructions that contained a particular register, not just highlighting the next instruction based on the LUA condition,Or is there a way to use LUA condition to search for text in the results?
The version of Cheat Engine I used is 7.4, Does the newer version have the ability to search for text?But my operating system is win7……
All this time I have to search with my eyes for the next instruction I want. Can you give me some advice?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25783 Location: The netherlands
|
Posted: Fri Sep 19, 2025 4:16 am Post subject: |
|
|
you have access to "instruction" which you can use for the condition
e.g:
Code: |
instruction:find('rdx,')~=nil
|
will find everything that contains *"rdx, "*
_________________
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 |
|
 |
kuukuuu How do I cheat?
Reputation: 0
Joined: 19 Sep 2025 Posts: 4
|
Posted: Fri Sep 19, 2025 4:27 am Post subject: Thank you very much! |
|
|
Yes, that's what I want. Thank you very much!
I should have spent the time I spent rummaging through the records learning LUA
|
|
Back to top |
|
 |
|