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 › Programming › C++/C Programming › I want to learn how to make CA chams

I want to learn how to make CA chams

Posts 1–10 of 10 · Page 1 of 1
Dillonz
Dillonz
I want to learn how to make CA chams
But where do I start? I would just like to know what I need to learn in order to do so. Also I have Visual C++ 2008 Express Edition. I'm not sure if this is the program to use so if there's one you think is better please share it.
#1 · 17y ago
LA
lalakijilp
bloodshed Dev-C++ is more noobfriendly
#2 · 17y ago
Dillonz
Dillonz
Quote Originally Posted by lalakijilp View Post
bloodshed Dev-C++ is more noobfriendly
Thanks for that. I will download it soon but do you know what areas I have to learn?
#3 · 17y ago
LA
lalakijilp
Quote Originally Posted by Dillonz View Post
Thanks for that. I will download it soon but do you know what areas I have to learn?
i dont know exactly what u mean by areas but to learn to make good hacks u need to understand alot i'm know learning this tutorial.

C++ Beginner's Guide

put

system ("pause")
just before return in every code otherwise it wont work
#4 · 17y ago
Dillonz
Dillonz
Quote Originally Posted by lalakijilp View Post
i dont know exactly what u mean by areas but to learn to make good hacks u need to understand alot i'm know learning this tutorial.

C++ Beginner's Guide

put



just before return in every code otherwise it wont work
As in areas I ment like D3D and the other things.
#5 · 17y ago
LA
lalakijilp
Quote Originally Posted by Dillonz View Post
As in areas I ment like D3D and the other things.
i'm new too and i just begon chapter 2 so i dont know what that is yet

i just think you should start with the basics and just do it alot
#6 · 17y ago
Dillonz
Dillonz
Someone posted their chams source but I wasn't sure what the starter kit they were talking about was. I also couldn't figure out how to fix all the errors so hopefully the tutorial you posted can help me.
#7 · 17y ago
LA
lalakijilp
you can always ask.
it is always difficult to find your own (or the tutorials mistakes)
especially when you don't know what it all means.
#8 · 17y ago
why06
why06
Hey Dillonz,
DirectX is a SDK of the .NET Framework

What does this mean?
It means that microsoft designed a set of tools for displaying 3-D models fast and effeciently and this SDK was called DirectX. Right now DirectX9 is out. Almost all 3D games use DirectX to render images on your comp screen.

What do you have to know to use DirectX?
Firstly DirectX is an SDK that C++ programmers can use. What we would refer to as a class in Java. So you would need to learn C++ atleast up to Object-oriented programming.
Secondly you would have to understand some of the features of the DirectX SDK, usually abbreviated d3d9.
Thirdly and finally you would need to save the code as a .dll and inject it into CombatArms while it's running.


NOTE: Just because I know a general outline of how its done doesn't mean I know how to do it :P It will take a long time to learn C++, a lot less (but still a considerable amount) to learn d3d9, and injection should be a snap. But if you just want to copy&paste someone's source code then you've asked the wrong question, and I can't help you there.
#9 · 17y ago
Zhhot
Zhhot
why06 just gave u the answer for ur question have some dignity and press the thanks button
#10 · 17y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • u want to learn how to make hacksBy MONNIE in Combat Arms Hacks & Cheats
    4Last post 17y ago
  • For the Idiots Who Want To Learn how 2 Hack Read This:By penrd in General Hacking
    28Last post 17y ago
  • learn how to make a PSP-HACKBy Kuro Tenshi in C++/C Programming
    4Last post 17y ago
  • Interested in learning how to make hacks anyone willing to teach me>By mH.s- in Blackshot Hacks & Cheats
    5Last post 17y ago
  • How to make simple chams in C++ pictures (COMING SOON)By L96A1_ghille in Combat Arms Hacks & Cheats
    3Last post 17y ago

Tags for this Thread

#chams#learn#make