Aboleth How do I cheat?
Reputation: 0
Joined: 19 Nov 2024 Posts: 1
|
Posted: Tue Nov 19, 2024 2:36 am Post subject: Finding named Data Structures |
|
|
Hello everyone,
Hello maybe even Dark Byte,
I've been trying in vain for over a week now to find an entity list to a game I've been trying to dissect.
I have full access to GitHub code, the language is C++, the class names are known to me and yet I still can't find what I'm looking for.
I've looked at this script by Dark Byte:
Topic 613639, can't post URLs
Which finds all the class instances, for example CPlayerBase, which I know the base address of already, but when I run the script it won't find any instances in memory.
Yet when I dissect the base of the address I know, CE knows that this is CPlayerBase and names it accordingly.
I'm at my wit's end. I need to find instances of CEnemyBase and CItemBase, but I just don't know how to find them. If the script would work, that'd be swell, but sadly that's not the case for me.
---
(I also tried to remove the @@ behind classnames, without any success)
Anyone got ANY idea?
Thanks
|
|