@narchist How do I cheat?
Reputation: 0
Joined: 19 Oct 2010 Posts: 3
|
Posted: Tue Oct 19, 2010 9:52 pm Post subject: I need help updating addresses :( |
|
|
I have a source for a bot for an online game but I need to "update the addresses" but I have no idea where I need to look. I open the game then open CE and from there I am lost
I have had a looky at CE and OllyDBG tuts and looked into various other things but I`m still kind of lost on it all.
How would I find the address to the monsters ingame? And even if I do find that address how do I implement it into the C++/C# source?
I mean how do they end up with something like this
| Code: |
GetNumMobsFn = ms.FindPattern(new byte[] {0x53, 0x56, 0x8B, 0xF1, 0x57, 0x89, 0x75, 0xEC, 0x8D, 0x5E, 0x0C, 0x53, 0x8D, 0x4B, 0x10});
|
|
|