Results 1 to 2 of 2
  1. #1
    kokkinogenis's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    C# process injector

    Hello ! I want to make some trainers for games(online games) with C#(i found the addresses using cheat engine). 1 of my problems is that i don't know how to do the "injector" of the process. I don't want something like: "call process by name", because i don't know every time, which process is the correct one. So i want something "flexible".


    I am waiting your response. Thanks !!


    P.S I make external game hacks, and i can only use C#.
    Last edited by kokkinogenis; 01-13-2016 at 06:09 AM.

  2. #2
    Sazor98's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    X:13 Y:3 Z:7
    Posts
    154
    Reputation
    23
    Thanks
    64
    WriteProcessMemory?


    to check if correct process. i guess you could check which modules the process is containing. loop though modules and check there names.
    you could also do that with Memory usage, like if the wanted process always use the biggest memory then loop through the process names and check for that

Similar Threads

  1. [Patched] FXAA Post Process Injector
    By QwQy in forum Vindictus Hacks & Cheats
    Replies: 29
    Last Post: 04-09-2012, 08:51 AM
  2. [Release] Crossfire G4Box Mod Injector + Process Starter
    By Cling in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 18
    Last Post: 09-21-2011, 06:59 PM
  3. [Help] wich process do i input in the injector?
    By vasco421 in forum WarRock Discussions
    Replies: 6
    Last Post: 09-09-2010, 06:54 AM
  4. what do i put in the injectors process?
    By hackzerz in forum Combat Arms EU Help
    Replies: 4
    Last Post: 07-27-2010, 07:56 PM
  5. [Question]About Vb8 Auto Injector Codes [Selectable Process]
    By nathanael890 in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-14-2010, 08:44 AM