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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Get Player XYZ

Get Player XYZ

Posts 1–9 of 9 · Page 1 of 1
PP
ppl2pass
Get Player XYZ
Full credits to Crash, I only altered little.

Original thread by Crash:
Combat Arms Hack Coding/Source Code - MPGH - MultiPlayer Game Hacking

Code:
struct LTObject{

    char offset[0xC8];
    D3DXVECTOR3 Pos;

};

typedef LTObject *HOBJECT;

class cILTClient{

public:
    char offset[520];
    int ( *RunConsoleCommand ) ( char *szCommand );
    HOBJECT ( *GetClientObj ) ( void );

};
#1 · 15y ago
WH
whit
Thread open for 5 hours..Yet no post..
Everyone must already have it from when crash posted
#2 · 15y ago
seeplusplus
seeplusplus
I know... Kind of weird...
#3 · 15y ago
speedforyou
speedforyou
lol
11 hours only 1 post saying no postes :P
#4 · 15y ago
FV
fvestrgenrl
Noone knows what to do with the class itself, thats why
#5 · 15y ago
CR
Crash
Code:
cILTClient *pILTClient = *(cILTClient**)0x377F4930;
HOBJECT hMyObj = pILTClient->GetClientObj();
char buffer[256];
sprintf(buffer, "( %f, %f, %f )", hMyObj->Pos.x, hMyObj-Pos.y, hMyObj-Pos.z);
#6 · 15y ago
SN
SNal2F
possibly cuz if its not the camera its worthless.No point in calling it when you want the camera for an accurate aimbot.Works for any game where you get a view matrix.


ez way to get the camera
Code:
         D3DXMATRIX iView;	
	 pDevice->GetTransform(D3DTS_VIEW, &view);
	 ::D3DXMatrixInverse(&iView,0,&view);


//iView._41,iView._42,iView._43
#7 · edited 15y ago · 15y ago
CR
Crash
Quote Originally Posted by SNal2F View Post
possibly cuz if its not the camera its worthless.No point in calling it when you want the camera for an accurate aimbot.Works for any game where you get a rowmajor view matrix.


ez way to get the camera
Code:
         D3DXMATRIX iView;	
	 pDevice->GetTransform(D3DTS_VIEW, &view);
	 ::D3DXMatrixInverse(&iView,0,&view);


//iView._41,iView._42,iView._43
IDK why you'd want to get your XYZ cuz apparently the XYZ is at your stomach...

I use the pointer in Playermgr to the Playercam class I think it is. It has your cam XYZ which I'm pretty sure is eye level.
#8 · 15y ago
SN
SNal2F
Quote Originally Posted by Crash View Post
IDK why you'd want to get your XYZ cuz apparently the XYZ is at your stomach...

I use the pointer in Playermgr to the Playercam class I think it is. It has your cam XYZ which I'm pretty sure is eye level.
thats what im saying, what i posted grabs the camera(eye)...but your way would be better due to the fact D3DMatrixInverse is complex function.Where just grabbing it from game memory would be faster.
#9 · 15y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • [AssaultCube]Get player entities(external)By Retoxified in C++/C Programming
    1Last post 16y ago
  • [Help?] Get Player PositionBy DreadKyller in Combat Arms Coding Help & Discussion
    22Last post 15y ago
  • Getting players in teamBy Boon Pek in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    2Last post 15y ago
  • how can i getting player pingBy shailm_85 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    17Last post 15y ago
  • [SOLVED] Get players weaponBy Neokil in Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    3Last post 15y ago

Tags for this Thread

None