|
-
Sep 26th, 2006, 05:18 AM
#1
Thread Starter
Junior Member
DLLs and Injection
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)
-
Sep 26th, 2006, 05:49 AM
#2
Re: DLLs and Injection
What kind of "hacks" are you interested in creating?
-
Sep 26th, 2006, 06:03 AM
#3
Thread Starter
Junior Member
Re: DLLs and Injection
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|