Problem with finding esp offsets in GhostsI 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: cod ghosts #1mpgh.png
Originally Posted by xDasEinhorn 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
Originally Posted by xDasEinhorn 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
Originally Posted by Josh155 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: ?
Originally Posted by xDasEinhorn 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