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 › How to start into Game Hacking

LightbulbHow to start into Game Hacking

Posts 1–15 of 108 · Page 1 of 8
…
'Bruno
'Bruno
How to start into Game Hacking
First of all, you don't start hacking right way, so.. if this is what you are looking for, Give up.

Ok, I feel the need to create this thread as this question keeps being asked over and over and over... (We all can see this from threads created)
So this pretty much will be useful to Link for those who are BLIND and can't look at stickies before posting.


How to Game Hack:

Your first step should be picking up a Programming Language to learn. This is not an easy step as there is multiple languages.
  • My personal Opinion is for you to start with a lower level language as C or C++ (I did start with C)

Be patient, get a book, get some documentation, READ IT.
If you are not at a school, you won't get someone to teach you everything. You need to explore (We are here to assist you on your problems as long as you tried something first and you show to us that you want to proper learn)
  • Proper Learning: Learning by trying, and reading what stuff does and how it works. Not Copy & Pasting already written code and Click run button.

After you feel comfortable with this Language (I will be honest here, this will take time, a long time.. Most of the books at the end of each chapter has small projects for you to practice what you learnt, which is good and informative), start looking into specific Memory Manipulaton WinAPI functions. Such as:
  • CreateToolhelp32Snapshot function
  • Process32First function
  • Process32Next function
  • OpenProcess function
  • TerminateProcess function
  • WriteProcessMemory function
  • ReadProcessMemory function


Your best friend will be that Documentation (And google), is says everything but everything you need to know about those functions, and how do they work: MSDN Library

These steps are the baby steps, do not get ahead of yourself, or you will end up failing as almost everyone did.

Few tips:
  1. Forget About GUI Projects for now, It is much better to start coding on a console project. No gay auto generated code and you will learn without stupid events that objects create. (See.. you have no idea what I am talking about, yet it is there right on your first project)
  2. Why Books? Because most of them explain decently, have good examples and will be teaching you on the correct order. Plus, of course, practice exercises.
  3. Copy & Pasting code is bad... You are not creating anything new, you are just copying what someone else did. You won't be learning and you will be hated most likely for those who actually know what they do and could help you.
  4. There is some more stuff that you need to know to proper game hacking, but as for now, this is enough. As I said, don't get ahead of yourself.
  5. Get back here when you feel ready for more


Any question related to this, there is no need to open a new thread. Just post here and ask away.
Peace.
#1 · edited 14y ago · 14y ago
Void
Void
Maybe you should add some general terminology of what to look up and maybe a brief description. i.e. Reverse Engineering, diassembling, ect.
#2 · 14y ago
'Bruno
'Bruno
Quote Originally Posted by Void View Post
Maybe you should add some general terminology of what to look up and maybe a brief description. i.e. Reverse Engineering, diassembling, ect.
"4. There is some more stuff that you need to know to proper game hacking, but as for now, this is enough. As I said, don't get ahead of yourself."

This thread is just to stop all those threads about where to start bla bla bla, its link and close. If they reach this far, they will know what to do eventually. ; )
#3 · 14y ago
.::SCHiM::.
.::SCHiM::.
But this wont stop those threads, just saying.

They'll keep coming, they are relentless, they are legion they and always forget, expect them!

But seriously

its link and close.
Are you going to close the threads as they pop-up? Because that'd really clean the programming section up. I believe most of the people that post such threads do it only because they want to say something on the forum instead of actually wanting to start/learn anything.
#4 · 14y ago
'Bruno
'Bruno
Quote Originally Posted by .::SCHiM::. View Post
But this wont stop those threads, just saying.

They'll keep coming, they are relentless, they are legion they and always forget, expect them!

But seriously



Are you going to close the threads as they pop-up? Because that'd really clean the programming section up. I believe most of the people that post such threads do it only because they want to say something on the forum instead of actually wanting to start/learn anything.
What do they want to say when they open a thread with: "omgz i dont knowz how to code pliz give injectoxz"?

You misunderstood what I typed.
And as I said, they will come, of course, but there is no need to type the same answer over and over again, link to the thread and done.

If you understand what I mean
#5 · edited 14y ago · 14y ago
Hassan
Hassan
I used to close such threads but Dave said you can't just do that because you are annoyed ! Just help them and that's all.
#6 · 14y ago
Broderick
Broderick
Quote Originally Posted by Hassan View Post
I used to close such threads but Dave said you can't just do that because you are annoyed ! Just help them and that's all.
Which is why the programming section is so full of crap.
#7 · 14y ago
Auxilium
Auxilium
Quote Originally Posted by Broderick View Post


Which is why the programming section is so full of crap.
And who are you to say that? If it's so crap why don't you try doing something about it rather than complaining ?
#8 · 14y ago
Paul
Paul
9/10 would rep if i could
#9 · 14y ago
Retrojump
Retrojump
Sounds good, I want to learn C++ or something, because I'm interested.
So I visited this subforum and first watched the sticky, this one ^^
#10 · 14y ago
LU
lucasheer715
Thanks, I think ill wait awile to learn c++ but i got down C and .Net.
#11 · 14y ago
ugotm1lk?
ugotm1lk?
nice stuff bro !
#12 · 14y ago
FR
francmargallo
well i only know c and a little bit of java. and our c programming was all about procedural programming, while our java was all about OOP but the fact that we just started with the java thingy.
#13 · 14y ago
JE
jedaru762
Could somebody give me a few links or a few book titles to get started on? Thanks in advance
#14 · 14y ago
'Bruno
'Bruno
Quote Originally Posted by jedaru762 View Post
Could somebody give me a few links or a few book titles to get started on? Thanks in advance
http://www.mpgh.net/forum/31-c-c-pro...resources.html

But id tell you just to get on a local book store and buy one.
#15 · 14y ago
Posts 1–15 of 108 · Page 1 of 8
…

Post a Reply

Similar Threads

  • How to Get into Elite Hack SectionBy Stewie_Griffin in Combat Arms Discussions
    39Last post 15y ago
  • HOW TO start MAKE A HACKBy hanoke in CrossFire Help
    3Last post 14y ago
  • Any tips on how to start trying to hack? :3By qq12345 in Dragon Nest Discussions
    3Last post 15y ago
  • how can i make game hack?!!!!By UnknownID in General Game Hacking
    2Last post 20y ago
  • Getting Started In Game HackingBy LegendaryAbbo in Programming Tutorials
    0Last post 17y ago

Tags for this Thread

None