Results 1 to 6 of 6
  1. #1
    azerty54's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    133
    Reputation
    125
    Thanks
    31
    My Mood
    Happy

    Question [help me] make 1 injector combat arms for dll in resource

    Hello all
    How to make 1 injector for combat arms?
    (dll in resources/dll in*.exe )
    Tanks

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108



  3. #3
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    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)
    No I do not make game hacks anymore, please stop asking.

  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    [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]




  5. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow


    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.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    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



    Last edited by NextGen1; 09-26-2010 at 02:52 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. Help on making a combat arms account
    By aComplexGamer in forum General
    Replies: 8
    Last Post: 01-18-2011, 04:02 PM
  2. I need help finding a good Combat Arms Injector?
    By banshee500 in forum Combat Arms Help
    Replies: 3
    Last Post: 07-24-2010, 09:39 PM
  3. Combat Arms For Eu ?
    By jamesbonddude in forum Combat Arms Hacks & Cheats
    Replies: 22
    Last Post: 09-14-2008, 07:44 AM
  4. Trading combat arms for a Runescape2 account
    By minho in forum Trade Accounts/Keys/Items
    Replies: 4
    Last Post: 08-19-2008, 03:38 AM
  5. combat arms for rs
    By lifelike in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 08-18-2008, 01:55 AM

Tags for this Thread