Results 1 to 8 of 8
  1. #1
    BinaryCloud's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Mexico
    Posts
    17
    Reputation
    10
    Thanks
    13
    My Mood
    Cool

    Injectors and dll made in C#

    Hi,
    Im trying to make my own hack for combat arms in c#
    At the moment im working in the menu.

    But i have this important question:

    The injectors available here will inject my dll if is coded in c#??
    Or only inject c++ dll??

  2. #2
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    a .dll is a .dll you can inject any type of .dll as long as its a .dll into anything you want with any injector.

  3. #3
    IHaxYou!'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    HaxLand
    Posts
    936
    Reputation
    -18
    Thanks
    387
    My Mood
    Cynical
    Uhh I'm pretty sure you have to be using C++ to make hacks for Combat Arms and other games.

  4. #4
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    C# DLLs can be injected; but they won't do anything unless called by something else. This is because C# has no idea of a "DLLMain" method that is automatically called when a DLL is injected. You can, however, code a hack in C#, write a 5 line C++ DLL that calls a method in your C# DLL, and viola =D.

  5. The Following User Says Thank You to freedompeace For This Useful Post:

    BinaryCloud (09-08-2011)

  6. #5
    BinaryCloud's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Mexico
    Posts
    17
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    Im using this: Inheriting From a Native C++ Class in C# - Visual C++ Team Blog - Site Home - MSDN Blogs And at the moment i got the menu runing in CA

    Now i have another question, from this list: https://www.mpgh.net/forum/207-combat...ed-addies.html I wanna use the remote kill, but i need to change the value of the address to anything else?

  7. #6
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by freedompeace View Post
    C# DLLs can be injected; but they won't do anything unless called by something else. This is because C# has no idea of a "DLLMain" method that is automatically called when a DLL is injected. You can, however, code a hack in C#, write a 5 line C++ DLL that calls a method in your C# DLL, and viola =D.
    C# create achiveX DLLs so unless you can call a exported function good luck

  8. #7
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by topblast View Post


    C# create achiveX DLLs so unless you can call a exported function good luck
    C# does not create achiveX DLLs.

  9. #8
    peshewah's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    3
    is it possible to make a command prompt in c# that runs the dll and the game?

Similar Threads

  1. Help me to find new injector and dll.. of special force games phil. or international
    By LilCrime in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 03-26-2010, 08:27 AM
  2. Info About Injectors And Dlls
    By jeevin in forum Combat Arms Discussions
    Replies: 4
    Last Post: 03-02-2010, 08:34 PM
  3. Injector and Dll help
    By Xlilzoosk8rX in forum C++/C Programming
    Replies: 8
    Last Post: 01-08-2010, 02:26 PM
  4. Injectors And Dlls
    By TearsOfRaz in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 08-21-2009, 10:37 PM
  5. Simple crossfire hack with out injectors and .dlls
    By ineverhack in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 08-17-2009, 12:14 PM