

An injector i was helped made by my buddy Chowder. . My Second release to MPGH but i hope to make more, working on a very clean hotkeyed hack at the moment. Will post when done
. Thanks for the support!!
(Oh, and first.) Approve pl0x.
<--- Me,
.
? Hell I'll test it, I'll risk my machine, if you approve! Or just send it to me..

Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
If File.Exists(Me.OpenFileDialog1.FileName) Then
If (Process.GetProcessesByName(Me.TextBox1.Text).Length = 0) Then
Me.Label1.Text = ("Waiting for " & Me.TextBox1.Text & ".exe")
Else
Me.Timer1.Stop
Me.Label1.Text = "Hack Injected"
Me.NotifyIcon1.Text = "Thanks for choosing ChowJector"
Me.Inject
End If
End If
End Sub



I will test it now 
