Results 1 to 4 of 4
  1. #1
    ilovevac's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    how can i compile a source into a dll?

    The title says it

  2. #2
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Code:
    BOOL APIENTRY DllMain(HANDLE, DWORD r, LPVOID)
    {
         if(r == DLL_PROCESS_ATTACH)
             do_hax_here();
         return TRUE;
    }
    Voila.

  3. #3
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,636
    What he said, except you always want to create a new thread for your hacks and not run them from your dllmain.

  4. #4
    Rin's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    The Fifth Holy Grail War
    Posts
    224
    Reputation
    10
    Thanks
    19
    My Mood
    Psychedelic
    ctrl + F5 //2short

Similar Threads

  1. [Help] How do I compile a source code into a dll?
    By w4ssup in forum Rust Discussions & Help
    Replies: 0
    Last Post: 07-08-2015, 10:25 AM
  2. [Solved] How can I execute a script into dayz mod, battleye is DISABLED?
    By Chris0135 in forum DayZ Help & Requests
    Replies: 2
    Last Post: 04-25-2015, 01:46 PM
  3. [Solved] How To Compile A Source Code To DLL File ? Need Explanation Please..
    By Encik Ayam in forum Blackshot Help
    Replies: 8
    Last Post: 01-12-2015, 02:07 PM
  4. Replies: 2
    Last Post: 09-12-2012, 10:29 PM
  5. [Help] HOW CAN I ADD THIS SOURCE TO BASE.?
    By kareem1111 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 08-01-2012, 01:33 PM