Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    iHc Wasted's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Australia
    Posts
    44
    Reputation
    10
    Thanks
    83
    My Mood
    Bored
    Iv been told most address are protected now, any chance you could give me a tut on how to work around that?

    all i can get to work is .WriteInt((int)(HackingGame.ReadInt(0x247F220) + 0x88), 500);
    g_speed
    :'(

  2. #17
    Geometrical's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In the middle of nowhere.
    Posts
    1,034
    Reputation
    331
    Thanks
    10,335
    My Mood
    Chatty
    Can this be done with MW3?

  3. #18
    gteuk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    248
    Reputation
    15
    Thanks
    696
    To write to protected addresses you would need to create a DLL and inject it into the game.

  4. #19
    Threadstarter
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by Geometrical View Post
    Can this be done with MW3?
    Yes. The dvar struct and offset are obviously different tho.


    PS: https://www.mpgh.net/forum/594-call-d...ml#post7084564
    Last edited by MarkHC; 12-09-2012 at 09:53 AM.


    CoD Minion from 09/19/2012 to 01/10/2013

  5. The Following User Says Thank You to MarkHC For This Useful Post:

    Geometrical (12-09-2012)

  6. #20
    Geometrical's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In the middle of nowhere.
    Posts
    1,034
    Reputation
    331
    Thanks
    10,335
    My Mood
    Chatty
    Quote Originally Posted by -InSaNe- View Post
    Yes. The dvar struct and offset are obviously different tho.

    PS: https://www.mpgh.net/forum/594-call-d...ml#post7084564
    Thanks. Posted 5 hours ago, faster said then done

    Will try to figure out C++, thats some hardcore shit.
    Last edited by Geometrical; 12-09-2012 at 03:50 PM.

  7. #21
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by Geometrical View Post
    C++, thats some hardcore shit.
    ...
    Code:
    for(int i = 0; i < *(DWORD*)0x59B3CA0; i++)
    {
    	dvar_t_mw3 *Dvar = (dvar_t_mw3*)(0x59B8CC8 + i * 0x4C);
    	if(Dvar != NULL)		
    		Log("%s 0x%.8X\n", Dvar->Name, &Dvar->iValue);
    }
    Come on, you can do that on .NET ...
    Just make a pattern, cross the sig from 1.4.382 and 1.5.387.

  8. #22
    Geometrical's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In the middle of nowhere.
    Posts
    1,034
    Reputation
    331
    Thanks
    10,335
    My Mood
    Chatty
    Quote Originally Posted by Kenshin13 View Post
    ...
    Code:
    for(int i = 0; i < *(DWORD*)0x59B3CA0; i++)
    {
    	dvar_t_mw3 *Dvar = (dvar_t_mw3*)(0x59B8CC8 + i * 0x4C);
    	if(Dvar != NULL)		
    		Log("%s 0x%.8X\n", Dvar->Name, &Dvar->iValue);
    }
    Come on, you can do that on .NET ...
    Just make a pattern, cross the sig from 1.4.382 and 1.5.387.
    I've never coded C++, ever. And you expect me think it's easy...I have to start from the very basics if I wanna learn anything :P

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [RELEASE] Full Dvar List
    By House in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 27
    Last Post: 12-16-2014, 01:26 AM
  2. [Release] Full MP DVAR List
    By master131 in forum Call of Duty Black Ops Coding, Programming & Source Code
    Replies: 3
    Last Post: 11-28-2010, 03:03 AM
  3. Dvar List
    By House jr in forum Call of Duty Black Ops Coding, Programming & Source Code
    Replies: 23
    Last Post: 11-14-2010, 09:59 AM
  4. SP Dvar List
    By master131 in forum Call of Duty Black Ops Coding, Programming & Source Code
    Replies: 5
    Last Post: 11-13-2010, 10:47 AM
  5. [RELEASE] Dvar List App
    By r3Fuze in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 10
    Last Post: 11-08-2010, 02:58 PM