Hello,
You can do it in C# but you will need to use some C or C++ porting, of the 'kernel32.dll'
I know these functions (read/write process memory) , I use them to change some values and for pointers. The thing is I dont see how they can help me in this case....
Id like to code something like:
1 Hook the instruction "MOV" in 4FCD7B.
2 Return the ECX value every time the MOV instruction is called.
If I could code such a thing, well I can do the radar afterwards.
Try changing the data type around and see if you can find it
Trust me, I really tried this before and I guarantee the ID is not close from the XYZ pos in this game. But I dont care. In my radar I want to be able to get the XYZ and the team (blue or red) and I can do both manually (I can even get the name, but not the ID, but it's worthless), unfortunately, not with code yet.
WriteProcessMemory
Writing is worthless in this case, isnt it? What i wanna do is reading only.