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 › ReadProecessMemory and WriteProcessMemory not working

QuestionReadProecessMemory and WriteProcessMemory not working

Posts 1–4 of 4 · Page 1 of 1
DA
dani-pro2
ReadProecessMemory and WriteProcessMemory not working
Hello everyone, boys, girls, alpha males, beta males, alpha transgender males, beta transgender males , alpha transgender women, beta transgender women and every other over 9000 genders out there.

I used to make cheats a couple years ago, then I stopped due to a blue screen on Windows 8.1
I have recently gotten back, and I tried to make a CSGO aimbot to see if I sill got it. I got frustrated cuz I couldn't read or write to memory so I diceded to see if getting the module address really was the problem. So I went over to a simpler game, Black Ops zombies, I got the address and tried reading from it. It just Returned 0, checked the code, everything was correct, it was the same as my previous cheats for the game and it was working well on my second computer. Therefore I thought the compiler was the issue, nope it was not, tried MingW GNCC and Visual studio, none worked, tried making it an DLL to see what happens, didn't work ether-

I am now sitting here pretty stuck, and you other fellow coders now the feeling of being stuck, it feels like being in an empty place with a monkey kicking you in your nuts...
#1 · 8y ago
Zaczero
Zaczero
Maybe you don't open process with read / write permissions

https://msdn.microsof*****m/en-us/lib...(v=vs.85).aspx
https://msdn.microsof*****m/en-us/lib...(v=vs.85).aspx
#2 · 8y ago
[Knight]
[Knight]
If you try to open process with enough permissions and it returns a valid handle value the anti-cheat is probably stripping the handle before you can use it.
In this case you would need to approach with some handle hijacking or other methods to bypass the AC.
#3 · 8y ago
lemonke
lemonke
Quote Originally Posted by [Knight] View Post
If you try to open process with enough permissions and it returns a valid handle value the anti-cheat is probably stripping the handle before you can use it.
In this case you would need to approach with some handle hijacking or other methods to bypass the AC.
Black Ops AC doesn't strip handles.
#4 · 8y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Injector and hacks not workingBy nelo1012 in Combat Arms Help
    6Last post 16y ago
  • What does and does not work after the Episode 8 P1 patchBy HoLyNeSs in Vindictus Discussions
    40Last post 15y ago
  • hacking files and app not workingBy BloodyPrison in CrossFire Help
    19Last post 15y ago
  • god and ohk not work at CNBy lostlife in Vindictus Help
    3Last post 14y ago

Tags for this Thread

#c++. game hacking#cheat engine