ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

[Help]C# process injector


  • Please log in to reply
[Help]C# process injector

#1

pruned_96127442
pruned_96127442
    Offline
    2
    Rep
    77
    Likes

    Addicted

  • PipPipPipPipPip
Posts: 164
Threads: 58
Joined: Dec 09, 2015
Credits: 0
Eight years registered
#1

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" like this:

 

1jbPzHl.png

 

I am waiting your response. Thanks !!

 

P.S I make external game hacks, and i can only use C#.


  • 0

 gAH6piN.png


#2

different
different
    Offline
    0
    Rep
    0
    Likes

    stand out

Posts: 5
Threads: 0
Joined: Oct 08, 2015
Credits: 0
Eight years registered
#2
Process.GetProcesses()

returns an array of all processes running on the local computer. Load them into a list and you'll have something similar to your picture.


  • 0


 Users browsing this thread: