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 Brazil Hacks › Combat Arms BR Hack Coding/Source Code › Combat Arms BR Coding Help › Help

Help

Posts 1–3 of 3 · Page 1 of 1
tinipic
tinipic
Help
Então ..., estou com um problema, não sei porque mas o esp ( Gellin's Base ) não funciona em todos os index dos players aparentemente não funciona em 2 jogadores na sala, porém chequei as classes CPlayer e CCharacterFX e as duas estão corretas, também chequei o GetPlayerByIndex.

Alguém sabe oque pode ser ?

Code:
class CClientInfoManager
{
public:
char _0x0000[4];
	CPlayer *First; //0x0004 
	unsigned int LocalIndex; //0x0008 
char _0x000C[260];
	__int32 iAlphaScore; //0x0110 
	__int32 iBravoScore; //0x0114 
char _0x0118[68];
	__int32 iGameMode; //0x015C 

	inline CPlayer *GetClientByID( int id )
	{
		CPlayer *result = First;
	
		if( result )
		{
			while( result->ClientID != id )
			{
				result = result->Next;

				if( !result )
					goto LABEL_4;
			}
		}
		else
		{
	LABEL_4:
			result = 0;
		}

		return result;
	}

	CPlayer *GetLocalPlayer( void )
	{
		CPlayer *result = First;

		if( result )
		{
			while( result->ClientID != LocalIndex )
			{
				result = result->Next;

				if( !result )
					goto LABEL_4;
			}
		}
		else
		{
LABEL_4:
			result = 0;
		}

		return result;
	}

};//Size=0x0160
#1 · 10y ago
EX
experthack
luiz

Então, ja tive esse problema uma vez o meu caso era o offset da index da caracterfx que estava errado.
#2 · 10y ago
Coder.DiasII
Coder.DiasII
Quote Originally Posted by tinipic View Post
Então ..., estou com um problema, não sei porque mas o esp ( Gellin's Base ) não funciona em todos os index dos players aparentemente não funciona em 2 jogadores na sala, porém chequei as classes CPlayer e CCharacterFX e as duas estão corretas, também chequei o GetPlayerByIndex.

Alguém sabe oque pode ser ?

Code:
class CClientInfoManager
{
public:
char _0x0000[4];
	CPlayer *First; //0x0004 
	unsigned int LocalIndex; //0x0008 
char _0x000C[260];
	__int32 iAlphaScore; //0x0110 
	__int32 iBravoScore; //0x0114 
char _0x0118[68];
	__int32 iGameMode; //0x015C 

	inline CPlayer *GetClientByID( int id )
	{
		CPlayer *result = First;
	
		if( result )
		{
			while( result->ClientID != id )
			{
				result = result->Next;

				if( !result )
					goto LABEL_4;
			}
		}
		else
		{
	LABEL_4:
			result = 0;
		}

		return result;
	}

	CPlayer *GetLocalPlayer( void )
	{
		CPlayer *result = First;

		if( result )
		{
			while( result->ClientID != LocalIndex )
			{
				result = result->Next;

				if( !result )
					goto LABEL_4;
			}
		}
		else
		{
LABEL_4:
			result = 0;
		}

		return result;
	}

};//Size=0x0160
Poderia Mostrar suas classes CharacterFX & PlayerInfo?
#3 · 10y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Help my!By Windowns7 in Combat Arms BR Coding Help
    2Last post 15y ago
  • Ajuda / HelpBy - Battery' in Combat Arms BR Coding Help
    3Last post 15y ago
  • Combat arms Vid helpBy djw111 in Combat Arms Help
    4Last post 14y ago
  • AFK Bot [help]By fet in Combat Arms Help
    7Last post 15y ago
  • Injector Admin helpBy asdfgas in Combat Arms Help
    4Last post 15y ago

Tags for this Thread

None