Results 1 to 9 of 9
  1. #1
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy

    [MWR] A few offsets.

    Feel free to post some of the offsets you reversed here!

     


    Show console:
    Offset: 0x140514910
    Arguments: None
     

    Code:
    void cEngine::ShowDevConsole(){
    	((LRESULT(__cdecl*)())0x140514910)();//calls console
    
    	MSG m;
    	while (GetMessage(&m, 0, 0, 0)){
    		TranslateMessage(&m);
    		DispatchMessage(&m);
    	}
    }


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    PrintToConsole:
    Offset: 0x140513FF0
    Arguments: const char* appendText
     

    Code:
    void cEngine::PrintToConsole(const chat* toAppend){
    	((LRESULT(__cdecl*)(const char*))0x140513FF0)(toAppend);
    }


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    Cbuf_AddText:
    Offset: 1404033B0
    Arguments: int LocalClientNumber, const char* Command
     

    Code:
    void cEngine::SendToConsole(const chat* Command){
    	((int(__cdecl*)(int, const char*))1404033B0)(0, Command);
    }


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    SV_GameSendServerCommand:
    Offset: 140484AD0
    Arguments: int ClientNumber, int Type, char* Command
     

    Code:
    void cEngine::SendToServer(int ClientNumber, int Type, char* Command){
    	((int(__cdecl*)(int, int, const char*))140484AD0)(ClientNumber, Type, Command);
    }


    I'll be adding more soon.





    After I reverse some more things I'm going to make a DVAR Dumper(Commands are hashed. So going to need to make a hash cracker and a dvar dumper) And then I mite make a GSC dumper if possible.

    EDIT: Do not send anyone your dump file of the game! It contains access token not encrypted, Witch I'm assuming you can use peoples profiles with it.


     

    I've found A LOT of strange things throughout this COD Remaster...

    I've found "Linux wine" detection
    Virtual environment detection(Virtual box, VM ware. etc..)
    Checking registry keys.
    Checking clipboard data. Yes, That's right. It's looking at your clipboard.(Not full reversed. But it looks like it's snooping your clipboard) #Privacy

     

    Haven't Reversed all of it yet. So not 100% what it does, Will be reversing it very soon. I will keep you updated...
    https://i.gyazo.com/137c48bba275991b...d971e72ed5.png
    https://i.gyazo.com/762d912ab24a6c02...a0d2131674.png






     

    I was just looking through strings and came across this...



    Had a look at references and found out that A2 is a memory offset.
    Now I can get user information with that Address(Not sure if it's static or not tho!)

    Here's what I found:
    141569CF0 + 26 = password
    141569CF0 + 326 = email
    141569CF0 + 126 = firstName
    141569CF0 + 226 = lastName
    141569CF0 + 582 = dateOfBirth
    141569CF0 + 595 = country

    After I got them my IDA started playing up and did this: https://i.gyazo.com/729127a8f23f187f...8de86cdf9c.png
    So I stopped with this section. :P



    Last edited by Silent; 11-04-2016 at 06:39 PM. Reason: Adding Dvar_RegisterNew Function
    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



  2. The Following 3 Users Say Thank You to Silent For This Useful Post:

    anotherhackon (11-05-2016),celesteislegit (11-05-2016),ImMalkah (11-05-2016)

  3. #2
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Thanks for the fast contribution .

    I have added you on Skype, accept me, we need to talk about something.

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  4. #3
    reaLD's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    0x2F13A80
    Posts
    143
    Reputation
    10
    Thanks
    1,075
    My Mood
    Relaxed
    Thank you for the nice release. If I get my hands on that game, I'll release definitely something here^^
    Current project: \
    ✗My Steamname ►SMOKe

    You wanna talk about a cheat or so? Write me a pm ^^

  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 MrSpankYourGirl View Post
    Thanks for the fast contribution .

    I have added you on Skype, accept me, we need to talk about something.
    I've not received a friend request.
    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



  6. #5
    Mittti's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    yo It's miti we we're playing the other day and some ****** made a comment about "this generation and this game" being ruined because we were hacking on interchange lol. Can you pm your skype if you're up to help me with something real quick having issues with simple code it's been ages and I'm trying to get my mwr hack out lol.

  7. #6
    CyberCriminal's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    7
    My Mood
    Stressed
    Nm, i am to dumb for this sh*t.
    going to w8 until someone relasese a dll to enable console etc...
    Last edited by CyberCriminal; 11-06-2016 at 05:50 PM.

  8. #7
    eogfalconv2's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    How would I use these to get consosle?

  9. #8
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Quote Originally Posted by eogfalconv2 View Post
    How would I use these to get consosle?
    You have to code them. These are not magical numbers that'll make a console appear .

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  10. The Following User Says Thank You to ImMalkah For This Useful Post:

    Silent (11-08-2016)

  11. #9
    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 Diamond View Post
    You have to code them. These are not magical numbers that'll make a console appear .
    I wish.
    /long
    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



  12. The Following User Says Thank You to Silent For This Useful Post:

    ImMalkah (11-08-2016)

Similar Threads

  1. [Tutorial] [MWR] (Newest Update 1.6.8-1.3) Unlock All + How to update all TU0 Offsets
    By Darkkzxx in forum Call of Duty 4 - Modern Warfare Remastered
    Replies: 1
    Last Post: 11-29-2016, 03:09 PM
  2. [Release] MWR Offset : XP, Prestige, Token, Unlock all camo & more
    By ZeubyX in forum Call of Duty 4 - Modern Warfare Remastered
    Replies: 93
    Last Post: 11-27-2016, 01:13 PM
  3. [Request] [MWR] Anyone Have Offset for Deaths?
    By TheDreadPirate in forum Call of Duty 4 - Modern Warfare Remastered
    Replies: 0
    Last Post: 11-24-2016, 06:30 AM
  4. (MWR) Updated offsets!!
    By riley66288 in forum Call of Duty 4 - Modern Warfare Remastered
    Replies: 1
    Last Post: 11-23-2016, 10:01 AM
  5. A few offsets
    By Silent in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 1
    Last Post: 07-30-2016, 02:29 AM