Results 1 to 4 of 4
  1. #1
    Cannibalism's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    8

    Question How Do I Make My Own .dll?

    Hello,

    I have a few Dvars that I currently always use online with force host.
    I am curious to how I can implant them in to a .dll so I don't have to paste them into Console every time.
    All the Dvars I use work fine online such as, wallhack, fast reload, multi javelin, etc.

    These are the Dvars I currently use.

    Code:
    g_teamname_axis ^8K^6yoo's ^8L^6obbies
    g_TeamIcon_Allies cardicon_weed
    g_TeamIcon_Axis dpad_killstreak_nuke
    g_ScoresColor_Allies 0 0 0 .8 
    g_ScoresColor_Axis 0 1.28 0 .8
    lobby_searchingPartyColor 0 1.28 0 .8
    g_TeamColor_Axis 0 2.55 0 .8
    g_TeamColor_Allies 0 0 0 .8 
    g_ScoresColor_Allies 0 0 0 .8 
    g_ScoresColor_Axis 0 1.28 0 .8
    
    cg_fov 80 : FOV )
    r_znear 35 : Wall Hack )
    compasssize 1.8 : Big UAV )
    
    player_meleeRange 999
    player_meleeHeight 999
    player_meleeWidth 999
    
    missileMacross 1 
    missileJavAccelClimb 999999 
    missileJavAccelDescend 15 
    missileJavTurnRateDirect 5000 
    missileJavTurnRateTop 5000 
    missileJavSpeedLimitClimb 999999 
    missileJavSpeedLimitDescend 15
    
    perk_weapReloadMultiplier 0.0001 
    perk_weapSpreadMultiplier 0.0 
    perk_bulletPenetrationMultiplier 999 
    perk_quickDrawSpeedScale 2.0
    player_sprintunlimited 1
    player_breath_gasp_lerp 0.0 
    player_breath_gasp_lerp 0
    
    player_sprintSpeedScale 5 
    bg_bulletExplDmgFactor 25
    bg_bulletExplRadius 10000 
    g_knockback 99999 : Super Knockback )
    bg_ladder_yawcap 360 
    bg_prone_yawcap 360 
    phys_gravity_ragdoll 1




    Would be nice and much appreciative if someone would show me how or give a little guidance

    Thank you.

  2. The Following User Says Thank You to Cannibalism For This Useful Post:

    Kid a (06-16-2016)

  3. #2
    Griffew123's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    6
    you'll need to learn C++ or C# and you'll need to find the addresses or find source code for external console and send as a command or something like that

  4. #3
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    I couldn't test this code but I am confident it will work. (Can't run MW2 atm)
    All you have to do is put your comments into the quotes and separate them by semicolons.

    Code:
    #include <Windows.h>
    
    DWORD WINAPI thread(LPVOID)
    {
        const char* commands { "cg_fov 80; r_znear 35; compassSize 1.8; ..."};
    
        __asm {
            PUSH EAX
            PUSH commands
            PUSH 0
            MOV EAX, 0x00563BA0
            CALL EAX
            ADD ESP, 0x08
            POP EAX
        }
    
        return 0;
    }
    
    BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
    {
        if (fdwReason == DLL_PROCESS_ATTACH) {
            CreateThread(nullptr, 0, thread, nullptr, 0, nullptr);
        }
    
        return TRUE;
    }
    Please don't ask me "How to run this code?" or "Where to paste this code?" or variations of the previous 2 questions including "1!1!!11!", "???", "xdd" and excessive amounts of capital letters.
    Last edited by gerherhtherherdhher; 06-19-2016 at 02:24 AM.

  5. #4
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by Griffew123 View Post
    you'll need to learn C++ or C# and you'll need to find the addresses or find source code for external console and send as a command or something like that
    Preaty sure you can't make a ".dll file" in c# that you can inject.(You can make a libary tho witch is a dll)
    I mite be wrong, but... I'm preaty sure you can't
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



Similar Threads

  1. [Visual Basics Tutorial] How to make your own .dll File in Visual Basic And Inject it [2010/2008]
    By Nexero in forum Programming Tutorials
    Replies: 22
    Last Post: 06-04-2013, 09:13 PM
  2. HOW I CAN MAKE MY OWn Hack DLL.
    By aladin111 in forum Crossfire Coding Help & Discussion
    Replies: 2
    Last Post: 01-31-2013, 04:30 PM
  3. HOW DO YOU MAKE YOUR OWN HACKS?
    By chrisisafoo in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 05-03-2009, 10:46 PM
  4. How to customize/make your own chams?
    By jeremylaw3 in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 04-21-2009, 10:50 AM
  5. How Do I Make My Own Hack????
    By JuniorXpd in forum General Hacking
    Replies: 1
    Last Post: 12-08-2008, 09:05 PM