Results 1 to 4 of 4
  1. #1
    BigPackets_Wiki's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1

    1.9.388110 Addresses/Offsets?

    Making a MW3 hack and looks like the game updated.

    Anyone got a offset dumper or something? New to the COD scene

  2. #2
    +III+'s Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    1,034
    My Mood
    Asleep
    Quote Originally Posted by BigPackets_Wiki View Post
    Making a MW3 hack and looks like the game updated.

    Anyone got a offset dumper or something? New to the COD scene
    https://www.mpgh.net/forum/showthread.php?t=1251161

  3. The Following User Says Thank You to +III+ For This Useful Post:

    mieguel (08-23-2018)

  4. #3
    BigPackets_Wiki's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    dvar dumper? sounds like a cvar dumper, im not looking for commands or anything, mainly entitylists/these (which i kno u pplz haz )

  5. #4
    BigPackets_Wiki's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    found some
    Code:
    	MW3::ViewMatrix = (MW3::CViewMatrix*)0x01065BEC;
    
    	/*How I found it: in CG_Init (https://i.imgur.com/Xy0AXsE.png) using sig 83 EC 50 53 55 56 57 68 ? ? ? ? 8D 4C 24 1C*/
    	MW3::Game = (MW3::CG_t*)0x900FA0;// 0x8FCFA0;
    
    	/*got difference from Old CG_t to the old refdef and then added the difference to new cg_t address (because refdef is a class member of cg_t)*/
    	MW3::Refdef = (MW3::Refdef_t*)0x96C1B0; //0x9681B0;
    
    	/*CG_init (https://i.imgur.com/Ii4JVCO.png)*/
    	MW3::EntityList = (MW3::centity_t*)0xA0A5C0;
    
    	/*looked for CG_t::Cliennnces, https://i.imgur.com/6UMptVX.png*/
    	MW3::ClientInfo = (MW3::CClientInfo*)0x9FE678;

Similar Threads

  1. Black Ops Addresses/Offsets/Structs
    By JamesA1994 in forum Call of Duty Black Ops Coding, Programming & Source Code
    Replies: 20
    Last Post: 01-11-2016, 11:43 AM
  2. [Help] I need Address offset to hack CS 1.6 , pls
    By luc13aka47 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 04-02-2011, 03:42 AM
  3. [Request] I need Address offset to hack CS 1.6 , pls
    By luc13aka47 in forum Hack Requests
    Replies: 0
    Last Post: 03-19-2011, 12:05 AM
  4. [Source Code] CF RUSSIA addresses/offsets
    By MiNT in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 02-10-2011, 03:02 AM
  5. GetAddress.h Module Address Offset Retreiver
    By lilneo in forum C++/C Programming
    Replies: 13
    Last Post: 11-12-2010, 10:21 AM