Hey guys. Made a new Injector because some of the ones posted don't work for me. I tested it on Win7, Xp 32 bit, Win7 Ultimate. It works on those 3 FOR SURE.
Proof of injector working: ⓘ
For those of you who don't have brains and can't get it to work: BROWSE DLL THEN IN PROCESS PUT CROSSFIRE ONLY NOT CROSSFIRE.EXE BECAUSE IF YOU DID THAT IT WOULD COME OUT AS crossfire.exe.exe
[Ghost] InjectX.rarattachment deleted · 429 downloads before removal
looks good. (I think we use the same tut )
make the form smaller, and add an auto close function
if you click browse then exit the pop up it errors
╪approved╪
OMG thanks Swiftdude !
I look up to you
Wait how do I add an autoclose function? just in the code or in the toolbar?
get a check box. then include it in the timer code
Code:
If IO.File.Exists(OpenFileDialog1.FileName) Then
Dim TargetProcess As Process() = Process.GetProcessesByName(TextBox1.Text)
If TargetProcess.Length = 0 Then
Me.Label1.Text = ("Waiting for " + TextBox1.Text + ".exe...")
Else
Timer1.Stop()
Me.Label1.Text = "Successfully Injected!"
Call Inject()
If CheckBox1.Checked = True Then
Me.Close()
Else
End If
End If
Else
End If
Else
get a check box. then include it in the timer code
Code:
If IO.File.Exists(OpenFileDialog1.FileName) Then
Dim TargetProcess As Process() = Process.GetProcessesByName(TextBox1.Text)
If TargetProcess.Length = 0 Then
Me.Label1.Text = ("Waiting for " + TextBox1.Text + ".exe...")
Else
Timer1.Stop()
Me.Label1.Text = "Successfully Injected!"
Call Inject()
If CheckBox1.Checked = True Then
Me.Close()
Else
End If
End If
Else
End If
Else
No i mean i updated with the "close on injection" checkbox. you need to update UNDETECTED INJECTORS thread with correct screenie and download
it didnt work for me win7
Why do you need all that tut to not put .exe?
Why dont you do something like:
Change this:
Me.Label1.Text = ("Waiting for " + TextBox1.Text + ".exe...")
To
If Label1.Text.Contains(".exe") Then
Label1.Text = ("Waiting for " + TextBox1.Text)
Else
Label1.Text = ("Waiting for " + TextBox1.Text + ".exe...")
End if
or Something, That check the .exe and edit it , Why every one knows how to make a injector and doesnt know that ?
@Lyoto Machida
My injector --> My code. GTFO my thread if your not thanking or downloading.