View previous topic :: View next topic |
Author |
Message |
n1vX Advanced Cheater
Reputation: 0
Joined: 27 May 2007 Posts: 61
|
Posted: Sat Feb 12, 2022 9:35 am Post subject: Check existed symbol |
|
|
How to check if any symbol exist in userdefined symbol list ?
I still confuse about it.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Feb 12, 2022 9:58 am Post subject: |
|
|
You can view all userdefined symbols in the memory viewer, by selecting View from the drop-down menu, then Userdefined symbols.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Sat Feb 12, 2022 12:57 pm Post subject: |
|
|
if getAddressSafe("name") returns nil it's not defined
_________________
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 |
|
 |
n1vX Advanced Cheater
Reputation: 0
Joined: 27 May 2007 Posts: 61
|
Posted: Sat Feb 12, 2022 5:21 pm Post subject: |
|
|
++METHOS wrote: | You can view all userdefined symbols in the memory viewer, by selecting View from the drop-down menu, then Userdefined symbols. |
I want do it by lua, thanks anyway
Quote: |
if getAddressSafe("name") returns nil it's not defined |
Thank you, Dark Byte.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Feb 12, 2022 5:34 pm Post subject: |
|
|
n1vX wrote: | I want do it by lua, thanks anyway | -Sorry. Sometimes I do not realize where I am posting.
|
|
Back to top |
|
 |
|