Posted: Wed Dec 03, 2008 9:46 pm Post subject: How do I call some code i have the address for?
Say I found the address for some code that updates some value how can I call this code within my C++ program. So say when I press a hotkey it will update the value.
Joined: 02 Nov 2008 Posts: 494 Location: Canada eh?
Posted: Wed Dec 03, 2008 10:18 pm Post subject:
Trying not to spoon feed. But what the heck:
1. Make an address with char array like : char MyPoint[27] = "\x0\xy"
and so on make sure it is in a good place, hey even make a class for it.
2. Make an offest with the DWORD structure like : Dword MyOffset = 0x208C
So now we have the offset, pointer and then the value on wich to revert:
Dword TheOffset;
3. Now either have a bool or int value to show the status of the setting so:
bool TheStatus = false;
4. Now after bypassing the gamegaurd shiz, make the dword TheOffest to
it's current value like. Then have a function to check bool and Value and set
to the appropriate value.
5. Tada now remember kids hairy woman are smexy. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum