Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Call of Duty Hacks & Cheats › Call of Duty 10 - Ghosts Hacks & Cheats › Call of Duty Ghosts Discussions & Help › Problem with finding esp offsets in Ghosts

Problem with finding esp offsets in Ghosts

Posts 1–5 of 5 · Page 1 of 1
xDasEinhorn
xDasEinhorn
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:
cod ghosts #1mpgh.png
#1 · edited 8y ago · 8y ago
xDasEinhorn
xDasEinhorn
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
#2 · 8y ago
JO
Josh155
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
#3 · 8y ago
xDasEinhorn
xDasEinhorn
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: ?
#4 · edited 8y ago · 8y ago
xDasEinhorn
xDasEinhorn
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
#5 · 8y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Problems with Fake Angle GhostBy qerahacker in Counter-Strike 2 Coding & Resources
    3Last post 8y ago
  • Problem with the playername resolution on ESPBy keke08160 in Counter-Strike 2 Coding & Resources
    2Last post 9y ago
  • Help with finding offsets.By ImMalkah in CrossFire Help
    4Last post 13y ago
  • Problem with Ghost modding? (Arithmetic Operation)By tazzyopz in Call of Duty Ghosts Discussions & Help
    2Last post 12y ago
  • Having any problems with Master131's .Net External Esp v1.4?By TasteDuhRainbow in Call of Duty Ghosts Discussions & Help
    8Last post 12y ago

Tags for this Thread

#address#cod#esp#ghosts#ida#offset#x64