Hey, I was wondering where I can learn to write DLLs (In C++) and inject them into applications to perform functions/tasks and communicate with my main loader app. (Specifically I'm interested in making hacks/trainers for single-player games)
Printable View
Hey, I was wondering where I can learn to write DLLs (In C++) and inject them into applications to perform functions/tasks and communicate with my main loader app. (Specifically I'm interested in making hacks/trainers for single-player games)
What kind of "hacks" are you interested in creating?
Well, I have currently written a trainer for CS2D in C++ just as a trial for my first C++ trainer, and that uses code injection (asm) and just ReadProcessMemory and WriteProcessMemory. So far the program gives infinite ammo, infinite money, buy anywhere, any weapon on commmand, and I'm working on buy anywhere. I'm just interested in DLL writing/injecting and how it is done etc. and I would like to try it for myself.