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 › Other First Person Shooter Hacks › Tribes Ascend Hacks › Chams help :/

Chams help :/

Posts 1–5 of 5 · Page 1 of 1
ZI
ZingZong
Chams help :/
Hi guys,
I'm trying to make some chams for the game but it's sorta not working atm :/ hopefully you guys can help.

What this code does:
1. It renders players a skyblue color (I've found some NumVerts)
2. It only renders them blue when they are in view, and not when the view is obstructed.
3. It also renders the entire player blue when you can only see a few pixels of them and not their entire body, useful, but not really.

I've already tried SetLightChams and that just crashes the game.

Code:
fChamsz = fChams = D3DCOLOR_ARGB(140, 0, 255, 0);
bChamsz = bChams = D3DCOLOR_ARGB(140, 255, 0, 0);

                if(m_Stride == 32)
		{
			DWORD dwReEnableZB = D3DZB_TRUE;

			pDevice->SetTexture(0,chams_bcolor);
			pDevice->GetRenderState(D3DRS_ZENABLE, &dwReEnableZB);
			pDevice->SetRenderState(D3DRS_ZENABLE, false);
			pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
			pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
			pDevice->SetRenderState(D3DRS_ZENABLE, true);
			pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
			pDevice->SetTexture(0,chams_fcolor);
		}
Any help guys?
#1 · 14y ago
GU
GuyCoMpLeX
Ready Code :



fChamsz = fChams = D3DCOLOR_ARGB(140, 0, 255, 0);
bChamsz = bChams = D3DCOLOR_ARGB(140, 255, 0, 0);

if(m_Stride == 32)
{
DWORD dwReEnableZB = D3DZB_TRUE;

pDevice->SetTexture(0,chams_bcolor);
pDevice->GetRenderState(D3DRS_ZENABLE, true);
pDevice->SetRenderState(D3DRS_ZENABLE, false);
pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
pDevice->SetRenderState(D3DRS_ZENABLE, true);
pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
pDevice->SetTexture(0,chams_fcolor);
}
#2 · 14y ago
NO
Norte
Hi
Wich injector are u using for this?
I used x1njector and it crashes.
#3 · 14y ago
XE
xeyerericx
Yeah, how do I inject this?
#4 · 14y ago
DA
danbrah
Quote Originally Posted by GuyCoMpLeX View Post
Ready Code :



fChamsz = fChams = D3DCOLOR_ARGB(140, 0, 255, 0);
bChamsz = bChams = D3DCOLOR_ARGB(140, 255, 0, 0);

if(m_Stride == 32)
{
DWORD dwReEnableZB = D3DZB_TRUE;

pDevice->SetTexture(0,chams_bcolor);
pDevice->GetRenderState(D3DRS_ZENABLE, true);
pDevice->SetRenderState(D3DRS_ZENABLE, false);
pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_NEVER);
pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
pDevice->SetRenderState(D3DRS_ZENABLE, true);
pDevice->SetRenderState(D3DRS_ZFUNC,D3DCMP_LESSEQUAL);
pDevice->SetTexture(0,chams_fcolor);
}
How does this work and how do i inject it ? please help :L
thanks
#5 · 14y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • CHAMS HELP!!By bigfoot in Combat Arms Hacks & Cheats
    12Last post 18y ago
  • Chams HelpBy Humpjones in Combat Arms Hacks & Cheats
    2Last post 18y ago
  • Need Cham HelpBy mjq20 in Combat Arms Hacks & Cheats
    4Last post 18y ago
  • cham helpBy braaaap in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • Chamming help please!!By p8in in Combat Arms Hacks & Cheats
    7Last post 17y ago

Tags for this Thread

None