Flame Injector[Multi][New]

Posts 19 of 9 · Page 1 of 1
Flame Injector[Multi][New]
ScreenShot:


Features:
  • Auto Admin Privileges
  • 100% x86/x64 Compatible
  • 100% Super Fast And Efficient
  • 100% Clean From Virus Scanner


Whats New?:
  • New Slick GUI
  • Fixed some errors so x86 users can enjoy the Injector as well.
  • Added about 10 new lines of code to help on errors
  • Added Multi Select Dll's
  • Kill Process if the Dll 's aren't injector.


Usage:
  1. Download Below
  2. Run Flame Injector.exe
  3. Type in your Process or Choose your game
  4. Choose your options
  5. Just a FYI if you tick Manual but you want to do Auto you'll have to Restart the program. Same goes for the opposite.
  6. Select Your DLL
  7. Run the Game as Admin as well
  8. Enjoy a simple and easy to use injector For ANY Game.


Things to Come:
  • Launch Game function to allow a more easy way of life
  • Crypter


VirusScans:
Flame Injector.zip - Jotti's malware scan
Flame Injector.zip - VirusTotal malware scan

Approve:
@.REZ @Drake @aeronyx @BACKD00R @Polo


Thanks To:
@Pingo
Too all the help with the Multi Dll selection and with the Kill Process!


Flame Injector_mpgh.net.zip49 KB · 202 downloads Scanning…
Seems cool.
Heres another thing you can do that noone else seems to be doing.
I did my best to do it in VB, not the language i code in.
Im not sure if this is the best way of doing it but i gave it a go.

Paste this on your form
Code:
    Shared _Paths As String()
    <STAThread()> _
    Shared Sub Main(ByVal arg() As String)
        _Paths = arg
        Application.Run(New Form1())
    End Sub
Goto Project/Properties/Application
Untick- enable application framework
Change- startup object to sub main.

Create a form load event so it looks like this
Code:
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        For Each S As String In _Paths
            If S.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) Then
                ListBox1.Items.Add(S)
            End If
        Next
    End Sub
The result is drag/drop to the .exe like this image
Quote Originally Posted by Pingo View Post
Heres another thing you can do that noone else seems to be doing.
I did my best to do it in VB, not the language i code in.
Im not sure if this is the best way of doing it but i gave it a go.

Paste this on your form
Code:
    Shared _Paths As String()
    <STAThread()> _
    Shared Sub Main(ByVal arg() As String)
        _Paths = arg
        Application.Run(New Form1())
    End Sub
Goto Project/Properties/Application
Untick- enable application framework
Change- startup object to sub main.

Create a form load event so it looks like this
Code:
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        For Each S As String In _Paths
            If S.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) Then
                ListBox1.Items.Add(S)
            End If
        Next
    End Sub
The result is drag/drop to the .exe like this image
Fix to your code...
Code:
    Private Sub Form1_LoadEvent(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        For Each S As String In _Paths
            If S.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) Then
                ListBox1.Items.Add(S)
            End If
        Next
    End Sub
@Pingo
nice injector dude is work??????????????
Approveddddd
@andrew12
yea look through your source, you'l already have a form load event somewhere on it.
Just add this to the event
Code:
        For Each S As String In _Paths
            If S.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) Then
                ListBox1.Items.Add(S)
            End If
        Next
Make sure you follow all the instructions i said or it wont work.
Quote Originally Posted by Pingo View Post
@andrew12
yea look through your source, you'l already have a form load event somewhere on it.
Just add this to the event
Code:
        For Each S As String In _Paths
            If S.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) Then
                ListBox1.Items.Add(S)
            End If
        Next
Make sure you follow all the instructions i said or it wont work.
I got it to work just working on a problem Im having with the Multiple Dll Selection.
For Some reason it wont inject a dll into the process you set,
Ive been busy trying to figure this out its starting to make me really mad..
The code is incomplete. I just noticed i forgot to enable visual style.
Not a prob, i'll add that when i help fix the other problem.
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?