Hello guys,
I'm pretty new to stuff like reading Data out of games,such as warhammer. I found out the pointer + offset for the x / y / z / heading value right now and they're correct, found the same info in a forum, but my problem is, that in cheat engine it looks like this:
X =
Array of Byte[4] = 55 6F 81 49
4bytes = 1233219413
float: 1060330.625
And I was wondering, how I can convert them in C# or in any other language, to get the correct value, which is telling me the x value.
there has to be some kind of convertation there, because someone released a program and he reads out the same data as I do, but it displays the correct x value.
Does any1 have an idea?
I'm pretty new to stuff like reading Data out of games,such as warhammer. I found out the pointer + offset for the x / y / z / heading value right now and they're correct, found the same info in a forum, but my problem is, that in cheat engine it looks like this:
X =
Array of Byte[4] = 55 6F 81 49
4bytes = 1233219413
float: 1060330.625
And I was wondering, how I can convert them in C# or in any other language, to get the correct value, which is telling me the x value.
there has to be some kind of convertation there, because someone released a program and he reads out the same data as I do, but it displays the correct x value.
Does any1 have an idea?