Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Mon Apr 14, 2008 9:09 am Post subject:
You still need a memory scanner program like CE to locate pointers, unless you debug via something like OllyDbg. You can't find them via programming lol. Not how that works.
To make a trainer you need to call several API if you plan to make the trainer stand alone.
Firstly you need API to locate the window or process which you could use:
- FindWindow
- CreateToolhelp32Snapshot
- EnumWindows
Next, you would need API to open and write/read to and from the process:
- OpenProcess
- CloseHandle
- WriteProcessMemory
- ReadProcessMemory
After that, what you do is what you want. Those would be the basics for a very basic trainer. _________________
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