Results 1 to 5 of 5
  1. #1
    xDasEinhorn's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    395

    Problem with finding esp offsets in Ghosts

    I can't find the cgs, entity or cg functions with IDA (In mw3 I found them without trouble). Hopefully someone can help me

    Please no answers like "learn how to reverse" or "use ce or ida"
    Thanks in advance
    That's what I found until now:
    Attached Thumbnails Attached Thumbnails
    cod ghosts #1mpgh.png  

    Last edited by xDasEinhorn; 05-18-2018 at 12:59 PM.

  2. #2
    xDasEinhorn's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    395
    Quote Originally Posted by xDasEinhorn View Post
    I can't find the cgs, entity or cg functions with IDA (In mw3 I found them without trouble). Hopefully someone can help me

    Please no answers like "learn how to reverse" or "use ce or ida"
    Thanks in advance
    That's what I found until now:
    I found them now out of the RefDef offset. It would be very nice if someone could find it for me

  3. #3
    Josh155's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    109
    Reputation
    19
    Thanks
    590
    My Mood
    Cheerful
    Quote Originally Posted by xDasEinhorn View Post


    I found them now out of the RefDef offset. It would be very nice if someone could find it for me
    Tell me all the offsets you need and I will try to find them for you

  4. #4
    xDasEinhorn's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    395
    Quote Originally Posted by Josh155 View Post
    Tell me all the offsets you need and I will try to find them for you
    Thanks for offer your help
    I already found these:
    Code:
    ADDR_ENTITY = 0x141887350
    ADDR_CG = 0x14176ED7C
    IsInGame(flags) = ADDR_CG + 0x10
    LocalIndex = 0x14176ED7C
    So I need:
    Code:
    ReFDef: ?
    RefDef ViewAngles: ?
    ClientInfo: ?
    Last edited by xDasEinhorn; 05-22-2018 at 07:39 AM.

  5. #5
    xDasEinhorn's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    395
    Quote Originally Posted by xDasEinhorn View Post

    Code:
    ReFDef: ?
    RefDef ViewAngles: ?
    ClientInfo: ?
    I found them:
    Code:
            Int64 ADDR_REFDEF = 0x1417E04D0;
            Int64 ADDR_CLIENTINFO = 0x141869A80;
            Int64 ADDR_VIEWANGLES = 0x141818698;
    Correct me please if they are wrong
    Otherwise this can be /solved

Similar Threads

  1. [Help] Problems with Fake Angle Ghost
    By qerahacker in forum Counter-Strike 2 Coding & Resources
    Replies: 3
    Last Post: 11-11-2017, 01:19 PM
  2. [Help] Problem with the playername resolution on ESP
    By keke08160 in forum Counter-Strike 2 Coding & Resources
    Replies: 2
    Last Post: 04-01-2017, 07:36 PM
  3. Having any problems with Master131's .Net External Esp v1.4?
    By TasteDuhRainbow in forum Call of Duty Ghosts Discussions & Help
    Replies: 8
    Last Post: 11-27-2013, 07:24 PM
  4. Problem with Ghost modding? (Arithmetic Operation)
    By tazzyopz in forum Call of Duty Ghosts Discussions & Help
    Replies: 2
    Last Post: 11-05-2013, 02:48 PM
  5. [Help Request] Help with finding offsets.
    By ImMalkah in forum CrossFire Help
    Replies: 4
    Last Post: 08-25-2013, 01:06 AM

Tags for this Thread