Results 1 to 6 of 6
  1. #1
    imprezcro's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Question CoD4 - MWR / Console

    Best regards to everyone

    I was wondering whether anyone knows how to make consol program that we can change the settings in COD4 MWR?
    It would be good if I could turn on r_filmusetweaks 1 or cg_fov 90 .

    If anyone has something similar or knows how to do i will give him a lot of thankful as well as the rest of the people who play MWR

  2. #2
    H4x0R_1337's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    find actual offsets by yourself

    typedef LRESULT(__fastcall * com_SysConsoleMWR)(void);
    com_SysConsoleMWR mwrCon = (com_SysConsoleMWR)0x1405158F0;

    void meme()
    {
    mwrCon();
    MSG m;
    while (GetMessage(&m, 0, 0, 0))
    {
    TranslateMessage(&m);
    DispatchMessage(&m);
    }
    }

    BOOL APIENTRY DllMain(HMODULE hModule,
    DWORD ul_reason_for_call,
    LPVOID lpReserved
    )
    {

    if (ul_reason_for_call == DLL_PROCESS_ATTACH) {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)meme, 0, 0, 0);
    }


    return TRUE;
    }

  3. #3
    Br12's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    yup that will help, ps4 maybe?

  4. #4
    memes2k's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    what about record commands for recording demos like in cod4?

  5. #5
    imprezcro's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    And how to apply this offsets ? Any help?

  6. #6
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,071
    Reputation
    2172
    Thanks
    8,475
    My Mood
    Bitchy
    Well, @SamTheDope uploaded a tool that contains a console.

    //Solved.
    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. [Outdated] [MWR] External Console / Visual Tool
    By dragnow in forum Call of Duty 4 - Modern Warfare Remastered
    Replies: 15
    Last Post: 01-07-2017, 09:29 PM
  2. [Solved] [MWR] [Request] Developer Console
    By DoArt in forum Call of Duty Modern Warfare Help
    Replies: 3
    Last Post: 11-06-2016, 02:47 PM
  3. [Info] Helpful Cod4 Config Guide/ Console Commands
    By Moto in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 02-04-2011, 06:07 AM
  4. Console Wars
    By arunforce in forum Entertainment
    Replies: 9
    Last Post: 07-02-2006, 11:09 PM
  5. Just in case you use the Console Administrator Hack...
    By Rocker1989 in forum Gunz General
    Replies: 9
    Last Post: 05-26-2006, 09:05 AM