Results 1 to 2 of 2
  1. #1
    gmamafilms's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0

    how to reference client.dll in VS C#

    I need help referencing client.dll. I've been looking around for a while and I can't find out how. Can anyone tell me the code in C# please?

  2. #2
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    idk. if it is that what you wanted.
    be more specific.

    var csProcess = Process.GetProcessByName("csgo");
    var modules = csProcess.Modules;

    foreach(ProcessModule module in modules)
    {
    if(module.ModuleName == "client.dll")
    {
    // do stuff
    }
    }
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

Similar Threads

  1. [GUIDE]How to fix injection DLL failed.
    By icantlolanymore in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 15
    Last Post: 11-08-2009, 12:26 PM
  2. how to edit a .dll file
    By ac1d_buRn in forum General Hacking
    Replies: 5
    Last Post: 09-01-2009, 03:14 PM
  3. How To Make A DLL
    By miksdubom in forum General
    Replies: 17
    Last Post: 08-05-2009, 09:01 PM
  4. How To Inject A .DLL
    By miksdubom in forum General
    Replies: 6
    Last Post: 08-05-2009, 07:36 PM
  5. How to create a DLL Injector in VB6 ?
    By SteeL in forum Visual Basic Programming
    Replies: 1
    Last Post: 12-12-2008, 05:03 PM