logicallysynced Newbie cheater
Reputation: 0
Joined: 30 Mar 2016 Posts: 16
|
Posted: Wed Mar 30, 2016 9:16 pm Post subject: Finding Static Address from aobscan |
|
|
Hi all,
I am pretty new to Cheat Engine so I apologise in advance if this is an obvious question or has been answered before.
Basically I'm using C# to read values from a game (Current HP, Max HP, etc.) and I have a .CT file which finds all the pointers and values for me just fine (using an AOBScan i believe) but I'm having trouble using that information in C#
Mainly the issue is the pointers and addresses obviously change every time the game is relaunched and I'm struggling to work out a way to find the static address for the values without using the Cheat Engine program (since it needs to run in C#)
In any case I can return the values in C# in a single session of the game using the values provided by Cheat Engine through the .CT file's aobscan scripts, so I believe my code is alright.. I just need a method of finding a static address for the values that won't change if the game is relaunched.
Any help on this would be very much appreciated.
|
|