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 › WriteProcessMemory(); help

WriteProcessMemory(); help

Posts 1–3 of 3 · Page 1 of 1
HI
hileci555
WriteProcessMemory(); help
character pointer:009EA0EC

offset for address 1: 4F5
offset for address 2: 4F6
offset for address 3: 4F7
offset for address 4: 4F8

normal values of addresses:

address 1: 16777220
address 2: 65536
address 3: 256
address 4: 1

hacked values of addresses:

address 1: 4
address 2: 0
address 3: 0
address 4: 0
lets say that handle is hwnd, how should i use WriteProcessMemory(); like that?
Code:
DWORD adress=009EA0EC
BYTE mod []={0x04, 0x00, 0x00, 0x00};

WriteProcessMemory (hwnd, adress, mod, sizeof(mod), 0);
Please post code my English is not good.
#1 · 18y ago
CyberStriker
CyberStriker
Just use Writeprocessmemory 4 times. Don't forget the offset.
adress += 0x4F5;

Also, DWORD adress=009EA0EC
needs to be DWORD adress=0x009EA0EC
It's hex not decimal!
#2 · 18y ago
SY
Synns
WriteProcessMemory(hwnd, (void*)0x00Address, &mod, 4, 0); ;p
#3 · 18y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • WriteProcessMemory HelpBy aanthonyz in C++/C Programming
    6Last post 15y ago
  • [help] WriteProcessMemory :SBy waht? in C++/C Programming
    3Last post 16y ago
  • [Help]WriteProcessMemory - Write byte array?By master131 in Visual Basic Programming
    29Last post 15y ago
  • Help my!By Windowns7 in Combat Arms BR Coding Help
    2Last post 15y ago
  • Ajuda / HelpBy - Battery' in Combat Arms BR Coding Help
    3Last post 15y ago

Tags for this Thread

#writeprocessmemory