Posted: Tue Jul 02, 2013 11:48 pm Post subject: HP for all enemies on level
Hello everyone,
I am trying to alter all enemies' health points in a level and in the process learn cheat engine.
I have narrowed down my search and have found the address for a single enemy on the level. I am able to alter the value and set it to whatever I want, freeze it, etc. Of course, this is not a static value and I have not found the pointers for it.
I am wondering if it is possible to somehow find the address for all enemies on current map/level and set it to whatever I wish? I have tried 'find out what accesses this address' in cheat engine for the single mob but I have no idea what I am looking at here.
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
Posted: Wed Jul 03, 2013 3:29 am Post subject:
Look at the first 4 bytes of the structure of an enemy (offset 0)
With luck it is a pointer to a static address (vtable of the class)
Doing a 4 byte scan for that value will let you find all the objects of that class _________________
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
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