Created
January 1, 2024 10:54
-
-
Save crabshank/7cfae417788b2e332eefbba26fc2e2cf to your computer and use it in GitHub Desktop.
Conditional breakpoint condition to break on string match in Cheat Engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local s='common\\etc\\pesdb\\CompetitionKind.bin' -- The string we're looking for at address RDX (below) | |
| local s1=readString(RDX,s:len()) | |
| return(s==s1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment