Need help in C# for a little hack

03/25/2013 15:16 paliomalakas#1
Hello guys, i hope i am here right,
i wanted to ask u how i can write in C# a Hack that looks
for a Memory Address from CE for example HP..
And returns the Value of the HP.

I hope one can help me.
Gratz
03/25/2013 18:09 Rumil12#2
A simple way to do this for say HP would be to first find the address in CE. Then Take the HP address and do a 4 byte hex search with it. Then view that pointer in dis-assembler, an to the left of the code, and to the right of the addresses shown there is the bytes for the code. Just write those down in order, and then you can do a "array of byte" search for it in CE, for when there is a patch or something, to easily re-find the HP address.

Sorry if that is a bit confusing. Basically learn to use the search type "Array of bytes" in CE. Then you can mimic the way CE does it in your code, using pointers to search the memory.
03/26/2013 07:23 神-SouL#3
From your post, here are some of the things that you are talking about:
1) talking about using sig scan to scanning for a addy.
2) reading a value from hp addy ( showing you the value of HP).
3) cant understand what you talking about.
03/28/2013 22:26 Mega Byte#4
As soul said using sig scan well forget doing that in C#. Infact forget making decent hacks in C#.

Use C++ man :) its better in the long run ;).
[Only registered and activated users can see links. Click Here To Register...]