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 8 - Modern Warfare 3 (MW3) Hacks & Cheats › Call of Duty Modern Warfare 3 Coding, Programming & Source Code › Check Player team in game

Thumbs upCheck Player team in game

Posts 1–7 of 7 · Page 1 of 1
T.
T.Vader
Check Player team in game
Hey guys , im just need one small help . Can someone give me the hint , how to check player team ? or simply give me the values of teams and i will find them . Thx and sry for my great English
#1 · 13y ago
KE
Kenshin13
C++
Code:
typedef struct { 
	int Valid; //0x0 (0xAD69F8) 
	char _0x0004[0x8]; //0x4 
	char Name[16]; //0xC (0xAD6A04) 
	int Team; //0x1C (0xAD6A14) 
	char _0x0020[0x4]; //0x20 
	int Rank; //0x24 (0xAD6A1C) 
	char _0x0028[0x10]; //0x28 
	int Perk; //0x38 (0xAD6A30)
	char _0x003C[0x8]; //0x3C 
	int Score; //0x44 (0xAD6A3C) 
	char _0x0048[0x458]; //0x48 
	int Attacking; //0x4A0 (0xAD6E98) 
	char _0x04A4[0x4]; //0x4A4 
	int Zooming; //0x4A8 (0xAD6EA0) 
	char _0x04AC[0xB8]; //0x4AC 
}Client_T; //[Addr: 0xAD69F8] [Size: 0x564]

Client_T* Clients[18]; //Create 18 objects from Client_T struct

//In function:
for( int i=0; i<18; i++ ) Clients[i] = (Client_T*)((i*0x564)+0x00AD9A78); //Read memory arrays

//Get Team:
int ClientTeam = Clients[SomeClientNumberHere]->Team;
C#:
Code:
public int ClientOffset = 0x00AD9A78, ClientSize = 0x564;

//GetTeam
private int ClientTeam = ReadInteger((ClientOffset + 0x1C + (ClientIndexNumber * ClientSize));
#2 · 13y ago
T.
T.Vader
any vb codes ? but i want to make myself , just give hints
#3 · 13y ago
GT
gteuk
Here is player 1 team 0x1D0BC90

long winded code to display colour

Code:
 If Not name1 = "" Then
                If gteuk.ReadInteger(p1team, 4) = 2 Then
                    Label6.ForeColor = Color.SteelBlue
                ElseIf gteuk.ReadInteger(p1team, 4) = 1 Then
                    Label6.ForeColor = Color.Red
                ElseIf gteuk.ReadInteger(p1team, 4) = 3 Then
                    Label6.ForeColor = Color.White
                End If
                Label6.Text = name1

            End If
Reminds me I got to right that to be more efficient

Forgot to mention this works on server tools only, you have to be host
#4 · edited 13y ago · 13y ago
T.
T.Vader
gteuk Player1 - Player2 = ???
what is the hex value ? 38EC ?
#5 · 13y ago
GT
gteuk
Sorry you said you wanted a hint, with the first value all the others are easy you have your player one name i assume so what is the offset between player1 name and player 1 team

It is an integer

so

p1team as integer =&H1D0BC90

The offset is the same as amm et think 38ec sounds right

FFA = 0 Red =1 Blue=2 Spectator=3
#6 · 13y ago
T.
T.Vader
Thank you very much
#7 · 13y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • New player in this gameBy kvll in Operation 7 General
    5Last post 16y ago
  • Kick Players From Private Games (Console)?By Groby234 in Call of Duty Black Ops Help
    10Last post 15y ago
  • How to check which websites the game accesses?By HoLyNeSs in Vindictus Help
    8Last post 15y ago
  • Need Players for my Game ModeBy BulletReign in Call of Duty Black Ops Discussions
    0Last post 15y ago
  • Need Commands to change Players TeamBy GrafBumsula in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    1Last post 15y ago

Tags for this Thread

None