Results 1 to 5 of 5
  1. #1
    pluton_xd's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    3

    How to update offets??

    How to update offsets?

  2. #2
    gtaplayer2's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Dancing with my kawaii friend
    Posts
    588
    Reputation
    22
    Thanks
    1,984
    First use an offset dumper then:

    Code:
    #define OFFSET_MYOFFSET 0x123ABC
    
    DWORD* randomPtr = (DWORD*)(client + OFFSET_MYOFFSET);
    if(!IsBadReadPtr(randomPtr, sizeof(DWORD*))
    {
    DWORD random = *randomPtr;
    }

  3. #3
    Deity's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    680
    Reputation
    10
    Thanks
    56
    My Mood
    Angelic
    What @gtaplayer2 said. That's the simplest and easiest method.

  4. #4
    nbadaro's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Bahia
    Posts
    223
    Reputation
    10
    Thanks
    181
    My Mood
    Amazed
    get a offset dumper on mpgh
    there must be many of then on the forum
    [IMG]https://cloud-4.steamuserconten*****m/ugc/442826765975372222/FAD9EFDA82E9BE1E5136981060D37C65BDFBF902/[/IMG]

  5. #5
    onlyblame's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    3
    My Mood
    Happy
    Just so easy
    Klick

Similar Threads

  1. how to update chams hack/
    By TheCamels8 in forum WarRock Help
    Replies: 14
    Last Post: 07-02-2010, 07:30 AM
  2. How to update values in Vusal Basic?
    By masterpeace in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 06-20-2010, 04:17 PM
  3. how to update LTClient ? [HELP]
    By masterpeace in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 06-19-2010, 08:55 AM
  4. how do update to 1.7?
    By Rico760 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 08-15-2008, 03:54 AM
  5. Replies: 0
    Last Post: 10-14-2007, 09:45 PM