Celid
|
Last Activity: 01/18/2024 20:29
Quotes
| 09/26/2019 |
| 22:54 - DarkyZShadow quoted Celid in post [Game hacking] Hook move function Hello DarkyZ and thank you for your reply,
I've added ret at the end but it doesn't work.
I've tryed also to set all the registers as they normally are before calling the function... |
| 01:16 - DarkyZShadow quoted Celid in post [Game hacking] Hook move function Can someone help me?
I've wrote the asm but when I execute it, the game crashes.
unsigned newPosition = 0x000A000A;
DWORD walkAddress = 0x00490A40;
void __declspec(naked) ourFu... |
| 09/25/2019 |
| 18:26 - IceTrailer quoted Celid in post [Game hacking] Hook move function unsigned newPosition = 0x000A000A;
DWORD walkAddress = 0x00490A40;
void __declspec(naked) ourFunct() {
__asm {
mov eax, myPosition
mov edx, newPosition
call walkAddre... |





