Hello all /hai
How to make 1 injector for combat arms?
(dll in resources/dll in*.exe )
Tanks
Printable View
Hello all /hai
How to make 1 injector for combat arms?
(dll in resources/dll in*.exe )
Tanks
https://www.mpgh.net/forum/33-visual-...-vb-codes.html
Have fun copy & pasting that.
He wants it to inject the file in resources.. Does that do that? O.O (I prefer dumping the dll to a location like Appdata then injecting from there)
[php]Private Sub FileFromResource(ByVal resource, ByVal outputDir)
Dim bArray() As Byte = resource
Dim fStream As New IO.FileStream(outputDir, IO.FileMode.OpenOrCreate)
Using bWrite As New IO.BinaryWriter(fStream)
Dim i As Integer = 0
Do Until i = bArray.Count
bWrite.Write(i)
i += 1
Loop
End Using
End Sub [/php]
/facefloor
Well as has already been said you can simply write the data of the .dll to a folder location you specify, then in your injection code you can just point to the location you wrote the .dll to and inject from there.
A. there is a tutorials request thread
B. This has been asked 1,000,000,000,000,000 times since I have been here There is a API (I wrote) , A Few simple one, a couple "advanced" ones (source code obviously) and a few standard tutorials.
Use search first.
/Moved to Tutorial Request.
/Closed for redundancy