Results 1 to 3 of 3

Thread: DLLs and Injection

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    28

    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)

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: DLLs and Injection

    What kind of "hacks" are you interested in creating?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    28

    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
  •  



Click Here to Expand Forum to Full Width