Results 1 to 2 of 2
  1. #1
    Figgah's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Searching Offsets

    Greetings,

    I search offsets like these for GTA V:

    const uintptr_t dwEntityList = 0x4A5C9C4;
    const uintptr_t dwClientState = 0x6072C4;

    Does anyone have these or can tell me how to find them?

    Greetings.

  2. #2
    TGWW$Twhwrhwhw4ryhrh's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    UK
    Posts
    169
    Reputation
    10
    Thanks
    1,248
    You need to find the base address of GTA5's main module (gta5.exe), then add the offset to it. There are a few ways to do this, but its probably best just to google it

Similar Threads

  1. [Help] Search for Offset in CrossFire...
    By Shartob1 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 08-05-2012, 03:47 AM
  2. [Help Request] How to Search An Offset
    By Mohd Syahmie in forum C++/C Programming
    Replies: 3
    Last Post: 05-10-2012, 12:13 PM
  3. Replies: 10
    Last Post: 03-18-2012, 09:42 PM
  4. Search offsets with the help to a code
    By Nikita1482 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 01-14-2012, 04:15 AM
  5. [Tutorial] How to search for basic offsets (addresses)
    By Nathan in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 7
    Last Post: 11-11-2011, 09:35 AM