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 › D3D COLORS

D3D COLORS

Posts 1–8 of 8 · Page 1 of 1
Heroes
RuShi
D3D COLORS
Code:
/*********************Normal Colors**********************/
#define WHITE			D3DCOLOR_ARGB(255, 255, 255, 255)
#define RED			D3DCOLOR_ARGB(255, 255, 000, 000)
#define GREEN			D3DCOLOR_ARGB(255, 000, 255, 000)
#define BLUE			D3DCOLOR_ARGB(255, 000, 000, 255) 
#define BLACK			D3DCOLOR_ARGB(150, 000, 000, 000)
#define mBLACK			D3DCOLOR_ARGB(100, 000, 000, 205)
#define PURPLE			D3DCOLOR_ARGB(255, 125, 000, 255) 
#define GREY			D3DCOLOR_ARGB(255, 128, 128, 128) 
#define YELLOW			D3DCOLOR_ARGB(255, 255, 255, 000) 
#define ORANGE			D3DCOLOR_ARGB(255, 255, 125, 000)
#define PINK			D3DCOLOR_ARGB(255, 255, 050, 250)
#define CYAN			D3DCOLOR_ARGB(255, 000, 255, 255)
#define WHITE2			D3DCOLOR_ARGB(100, 255, 255, 255)
#define RED2			D3DCOLOR_ARGB(100, 255, 000, 000)
#define GREEN2			D3DCOLOR_ARGB(100, 000, 255, 000)
#define BLUE2			D3DCOLOR_ARGB(100, 000, 000, 255) 
#define BLACK2			D3DCOLOR_ARGB(100, 000, 000, 000)
#define PURPLE2			D3DCOLOR_ARGB(100, 125, 000, 255) 
#define GREY2			D3DCOLOR_ARGB(100, 128, 128, 128) 
#define YELLOW2			D3DCOLOR_ARGB(100, 255, 255, 000) 
#define ORANGE2			D3DCOLOR_ARGB(100, 255, 125, 000)
#define PINK2			D3DCOLOR_ARGB(100, 255, 050, 250)
#define CYAN2			D3DCOLOR_ARGB(100, 000, 255, 255)
#define BROWN                   D3DCOLOR_ARGB(255, 77, 46, 38)
Code:
/*********************Ghost Colors**********************/
#define GHOSTRED		D3DCOLOR_ARGB(175,175,000,000)
#define GHOSTWHITE		D3DCOLOR_ARGB(175,175,175,175)
#define GHOSTCYAN		D3DCOLOR_ARGB(175,000,255,255)
#define GHOSTCYAN2		D3DCOLOR_ARGB(175,000,64,200)
#define GHOSTGREEN		D3DCOLOR_ARGB(175,000,175,000)
#define GHOSTBLUE		D3DCOLOR_ARGB(175,000,000,175)
#define GHOSTBLACK		D3DCOLOR_ARGB(70,000,000,000)
#define GHOSTPURPLE		D3DCOLOR_ARGB(175,60,000,175)
#define GHOSTGREY		D3DCOLOR_ARGB(175,59,59,59)
#define GHOSTYELLOW 	        D3DCOLOR_ARGB(175,175,175,000)
#define GHOSTPINK	        D3DCOLOR_ARGB(175,175,91,117)
Code:
/*********************Light Colors**********************/
#define LIGHTBLACK		D3DCOLOR_ARGB(155,000,000,000)
#define LIGHTGREY               D3DCOLOR_ARGB(205,051,051,051)
#define LIGHTBLUE               D3DCOLOR_ARGB(250,025,220,251)
#define LIGHTGREEN		D3DCOLOR_ARGB(155,000,255,000)
#define LIGHTRED		D3DCOLOR_ARGB(155,255,000,000)
#define LIGHTYELLOW             D3DCOLOR_ARGB(255,198,255,0)
#1 · 9y ago
PE
PeachCreame
Congratz. Anything useful come with this?
#2 · 9y ago
Heroes
RuShi
Quote Originally Posted by PeachCreame View Post
Congratz. Anything useful come with this?
Use It for D3D .
#3 · 9y ago
Skaterforeva1
Skaterforeva1
I would just go online and google argb color picker but that's just me
#4 · edited 9y ago · 9y ago
PO
polak97
hi, today i got unbaned from a perma punkbuster ban for using hacks, is it only me or all previous perma banned acc are now unbanned?
#5 · 8y ago
RA
RazerXJosh
Thank you
#6 · 8y ago
alisonbbzz
alisonbbzz
traz souce codes
#7 · 8y ago
EX
Extravelt999
can i use this man?
#8 · 7y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • D3D Color TexturesBy Vista in C++/C Programming
    3Last post 18y ago
  • D3D Color ChamsBy juggalo200 in Combat Arms Hack Requests
    1Last post 13y ago
  • D3D Colors HELP!By imcol1223 in CrossFire Help
    6Last post 14y ago
  • d3d colorsBy Calebb in C++/C Programming
    5Last post 16y ago
  • 131 D3D ColorsBy -Dimensions- in Combat Arms Hack Coding / Programming / Source Code
    15Last post 15y ago

Tags for this Thread

None