Posted: Sat May 19, 2007 7:36 pm Post subject: How do you...
how do people make programs that alter the memory of games? like making a tick box and getting it to activate godmode in the maplestory screen.
and whats all this pcomdebug.dll stuff? _________________
ahh madman pcomdebug is a method used for trainers that injects ingame while GG loading
No, it is an old .dll that is called by the game that they haven't coded out yet. This allows you to place in a new one and the game will run it like its any other .dll.
From a trainer:
WriteProcessMemory()
(Don't expect it to work on a protected game though. Use MSDN for instructions.)
From an injected/preloaded .dll.
*(BYTE *)0xBAADF00D= 0x90;
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