[Ghost] InjectX

Posts 112 of 12 · Page 1 of 1
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

Virus Scans as required:
[Ghost] InjectX.rar - Jotti's malware scan
Multi-Engine Antivirus Scanner - Services - NoVirusThanks.org

THANK ME IF IT WORKED!

MADE BY ME AND ONLY ME

ADDED AUTOCLOSE OPTION!
[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
like that


and i added you to http://www.mpgh.net/forum/290-crossf...ndetected.html
You gained my thanks
Quote Originally Posted by Swiftdude View Post
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
like that


and i added you to http://www.mpgh.net/forum/290-crossf...ndetected.html
K adding sit tight and dont forget to add my .rar file to the downloadable files in the Undetected Injectors thread @Swiftdude

K new screenie and file @Swiftdude Time to update man
on the list? yea
Quote Originally Posted by Swiftdude View Post
on the list? yea
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.
Posts 112 of 12 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?