Results 1 to 11 of 11

Hybrid View

  1. #1
    neb120's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Updated offsets for MW2 1.2.211

    Hey guys.

    As I'm sure many are aware, MW2 was updated recently meaning the offsets for all values have now changed. I have been trying to find out how to retrieve them but haven't had much luck. Would anyone who has the knowledge and spare time be able to help me get them or provide them? I'm really keen on learning to create hacks and would appreciate the support to find these values

    (PS. I realise the scene isn't as big as it once was but the game is awesome and I'd love to be able to complete this learning experience!)

  2. #2
    LillilateX's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Syntaxerror
    Posts
    97
    Reputation
    18
    Thanks
    20,501
    My Mood
    Psychedelic
    For what addresses are you asking?
    "VB is like that dumb chick that wants to have rights but would not even know how to handle them" - A smart guy

  3. #3
    neb120's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    As far as I'm aware these are the ones I need:

    # define REFDEF 0x85F030
    # define ENTITY 0x8F7AF8
    # define CLIENTINFO 0x8EB2C8
    # define CG_T 0x7F49BC
    # define CGS_T 0x7F0CF8

    # define ISINGAME 0x7F48C8


    (the offsets already there are ones for a previous build of MW2)

  4. #4
    LillilateX's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Syntaxerror
    Posts
    97
    Reputation
    18
    Thanks
    20,501
    My Mood
    Psychedelic
    Quote Originally Posted by neb120 View Post
    As far as I'm aware these are the ones I need:

    # define REFDEF 0x85F030
    # define ENTITY 0x8F7AF8
    # define CLIENTINFO 0x8EB2C8
    # define CG_T 0x7F49BC
    # define CGS_T 0x7F0CF8

    # define ISINGAME 0x7F48C8


    (the offsets already there are ones for a previous build of MW2)

    Code:
    RefDef: 0x90B5C8
    Entity: 0x9A4090
    ClientInfo: 0x997860
    CG: 0x8A0F54
    CGS: 0x89D3A0
    CG_IsIngame: 0x8A0E50
    Here you go. Credits to LillilateX, have fun!
    "VB is like that dumb chick that wants to have rights but would not even know how to handle them" - A smart guy

  5. The Following 2 Users Say Thank You to LillilateX For This Useful Post:

    4fk (11-29-2015),datsyukalex (12-03-2015)

  6. #5
    Extermenater's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    2
    My Mood
    Busy
    Quote Originally Posted by LillilateX View Post
    Code:
    RefDef: 0x90B5C8
    Entity: 0x9A4090
    ClientInfo: 0x997860
    CG: 0x8A0F54
    CGS: 0x89D3A0
    CG_IsIngame: 0x8A0E50
    Here you go. Credits to LillilateX, have fun!
    What exactly do I do with these addresses? Is there a way for me to implement these into Cheat Engine and essentially have hacks??

    Thanks.

  7. #6
    AuT03x3C's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    kernel32.dll
    Posts
    453
    Reputation
    11
    Thanks
    4,561
    My Mood
    Sleepy
    Quote Originally Posted by Extermenater View Post
    What exactly do I do with these addresses? Is there a way for me to implement these into Cheat Engine and essentially have hacks??

    Thanks.
    Why do you ask for addresses if you don't even know how to use them?

  8. #7
    wara286's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    At my computer
    Posts
    62
    Reputation
    10
    Thanks
    188
    My Mood
    Psychedelic
    Quote Originally Posted by Extermenater View Post
    What exactly do I do with these addresses? Is there a way for me to implement these into Cheat Engine and essentially have hacks??

    Thanks.
    You need to learn programming and c++ in order to use them.
    They are used to do things like ESP and Aimbot

    EDIT:
    You may also need the ClientInfo and Entity struct sizes :

    Code:
    ClientInfoSize=0x204
    EntitySize=0x52C
    Last edited by wara286; 12-21-2015 at 03:03 PM.

  9. #8
    gerherhtherherdhher's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    171
    Reputation
    26
    Thanks
    900
    My Mood
    Sad
    Quote Originally Posted by wara286 View Post
    You need to learn programming and c++ in order to use them.
    They are used to do things like ESP and Aimbot

    EDIT:
    You may also need the ClientInfo and Entity struct sizes :

    Code:
    ClientInfoSize=0x204
    EntitySize=0x52C
    It's the other way around, the clientInfo's size is 0x52C and the entity's size is 0x204. The information is useless to him though...

  10. #9
    Kingpin's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    cloud 9
    Posts
    2,978
    Reputation
    1028
    Thanks
    876
    My Mood
    Amused
    When I just bought MW2 for PC they released the update lol. Haven't been able to play with any hacks, but I'm patient. Good luck with finding!
    [IMG]https://thumbs.gfyca*****m/LikableImmediateAcornweevil-size_restricted.gif[/IMG]

  11. #10
    Extermenater's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    2
    My Mood
    Busy
    Damn it was just a question. Lol I figured it out now though

Similar Threads

  1. [Release] offsets for newest updates (09/08/14)
    By foxxywoxxy in forum Counter-Strike 2 Hacks
    Replies: 6
    Last Post: 08-09-2014, 02:10 AM
  2. [Release] offsets for newest updates (04/08/14)
    By foxxywoxxy in forum Counter-Strike 2 Hacks
    Replies: 9
    Last Post: 08-05-2014, 01:47 AM
  3. Weapon Unlock Offsets for Latest Update
    By Jarniboi786 in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 2
    Last Post: 04-11-2013, 08:01 AM
  4. [Source Code] UPDATED NO RECOIL SOURCE CODE + UPDATED OFFSETS FOR IT
    By mohamed09 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 04-18-2012, 08:08 PM
  5. [MW2] Updated offsets(.195 patch)
    By Hell_Demon in forum C++/C Programming
    Replies: 5
    Last Post: 05-04-2010, 05:47 PM