Hi i need to know a code because i'm making an injector loader and i don't want to use browse button but yes you put a dll in the same folder with the name MPGH.dll and then it will inject it, i only want the code for that and a little explain help me faster!!
check your timer1 code, you can edit the dll and process inject there
Edit : Nvm i give you source, change in timer1 (or the timer you use for inject)
Code:
Dim ProcID As Integer = Process.GetProcessesByName(TextBox1.Text)(0).Id
Change it to
Code:
Dim ProcID As Integer = Process.GetProcessesByName("crossfire")(0).Id