Results 1 to 5 of 5
  1. #1
    Thealexzava's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    127.0.0.1
    Posts
    81
    Reputation
    10
    Thanks
    2,855
    My Mood
    Angelic

    Question How to find ISINGAME,CG,REFDEF,CLIENTINFO,ENTITY and VIEWANGLES address ?

    How to find ISINGAME,CG,REFDEF,CLIENTINFO,ENTITY and VIEWANGLES address ?

    You don't have to be a bad-ass to be a superhero. You just have to be brave. - Hit-Girl -

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Well you can use patterns....Or search in the Source Code/Address thread.

  3. #3
          ( ° ͜ʖ͡°)╭∩╮
    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 Kenshin13 View Post
    Well you can use patterns....Or search in the Source Code/Address thread.


    Some of the structs, Entity, ClientGame (CG) and others are initialized on CG_Init, locate this function, use your experience, which I hope you have, and you'll find the offsets. Tip to find CG_Init, it always loads some fonts and a shader (white), so you can do string searchs to find it. On IDA, you'll see things like this:

    push 104CE0h ; This is the size of the struct in hexadecimal
    push ebx ; 0
    push offset dword_8FF100 ; This is the offset (what you want to find)
    call _memset

    (In this case, 0x8FF100 is the CG_t offset for IW5M )

    or this:

    mov ecx, esi
    imul ecx, 0FC000h
    push 0FC000h ; size_t
    add ecx, offset unk_A08630 <- This is the Entity_t offset
    push ebx ; int
    push ecx ; void *
    call _memset

    Also, RefDef and IsInGame is inside CG_t so you won't find it like this
    Last edited by MarkHC; 03-21-2013 at 07:25 PM.


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

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

    mwxplayer (03-22-2013)

  5. #4
    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 -InSaNe- View Post
    You calling me stupid nigga? -.-

    CG_T has ClientInfo, ViewMatrix, RefDef, Entity and alot more...
    BTW, Look at his releases....C# stuff....Think he's gonna understand assembly?

    P.S. Good to have you back... (Jk... .... Jk.)

  6. #5
          ( ° ͜ʖ͡°)╭∩╮
    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 Kenshin13 View Post
    Think he's gonna understand assembly?
    I assume everyone can learn new things...

    And I wasn't calling you stupid, its just that he asked how to find it, that is, how can he find those offsets on his own, and you told him to go to the addresses thread.

    PS: Get that thing out of your signature, NAO!


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

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

    Kenshin13 (03-22-2013)

Similar Threads

  1. [Request] HOW TO FIND ANTI KICK OR CANNOT KICK IN GAME ADDRESS ?
    By HAxCodER™ in forum WarRock Philippines Hacks
    Replies: 2
    Last Post: 03-21-2012, 04:57 PM
  2. How To Find .SWF For Any Game. Quick and Easy
    By JustTheWind in forum Programming Tutorials
    Replies: 1
    Last Post: 08-21-2009, 12:43 PM
  3. How to find GPS address?
    By scooby107 in forum WarRock - International Hacks
    Replies: 21
    Last Post: 04-16-2007, 03:25 PM
  4. [Tutorial]How to find some Hacks
    By mental81 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 04-06-2007, 10:50 AM
  5. how to find rar pw?
    By tekmo in forum General
    Replies: 1
    Last Post: 10-23-2006, 10:08 AM