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 › [Q] memory editing

[Q] memory editing

Posts 1–5 of 5 · Page 1 of 1
~D
~dNkN!
[Q] memory editing
hi,

is there any way to write FLOAT value using memcpy()?

Code:
DWORD address = 0x0064B50C;
FLOAT value[] = { 312, 628, 1048 };

memcpy((void*)&address,(void*)((FLOAT)value[1]),4);
this code gives me a crash :<
#1 · 16y ago
Kallisti
Kallisti
Maybe .
#2 · 16y ago
inmate
inmate

memcpy - C++ Reference

Regards
#3 · edited 16y ago · 16y ago
LI
lilneo
Quote Originally Posted by TailsTehFox View Post
Maybe .
Don't answer if you're going to do that.
#4 · 16y ago
Hell_Demon
Hell_Demon
memcpy = injected
injected = use *(float*)addy = 100.0f;
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Memory editing Last chaos?By Darkendnox in General Game Hacking
    3Last post 19y ago
  • memory editing idea/helpBy ihacksumtimes in Combat Arms Help
    1Last post 16y ago
  • [Tutorial] Basic C++ Game Hacking (Memory Editing)By Tukjedude in C++/C Programming
    17Last post 16y ago
  • Memory editsBy Timer150150 in CrossFire Hack Coding / Programming / Source Code
    6Last post 16y ago
  • help memory editing SteamBy kibbles18 in C++/C Programming
    5Last post 15y ago

Tags for this Thread

None