Okay this new game that came out called Soul Masters was just released and a lot of stuff is client side, even hp. I can't attach to the client to find the pointer so I'm left with long pointer scanning and re scanning. My question is. I have found something, I do not know its name.
1C 02 00 00 64 00 00 00 1C 02 00 00 64 00 00 00 <-- this links me directly to the hp of the knight character only. It lists like 3-6 addresses but its become easier every time I do it to pick the right one, its usually the third on in the list. I'm trying to figure out how to get the hp address every time I re-load the client, the address changes every time I go into missions maps and back to town or when I restart. I've also got a few others for monsters hp while in mission maps.
D4 01 00 00 00 00 00 00 D4 01 00 00 00 00 00 00 - Forest Bandits
44 01 00 00 00 00 00 00 44 01 00 00 00 00 00 00 - Ogre Murauders
01 00 00 00 00 00 00 74 01 00 00 00 00 00 00 - Ancient Dragon
01 00 00 00 00 00 00 00 28 02 00 00 00 00 00 00 - Elite Camo tree
when I use the hp knight one and I go into memory viewer and change the display to float, I see simple decimals. I've changed these around and figure out most of them. Like the defense, the position of the character from the ground, Attack speed etc.
Anyone have any info that could help me out and making a trainer and such for this game or what I should be doing?