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 › Float Address In Game Memory [Solved]

UnhappyFloat Address In Game Memory [Solved]

Posts 1–5 of 5 · Page 1 of 1
RO
Romop5
Float Address In Game Memory [Solved]
Hello everybody,
I have small code to change int address with offsets in game memory. Code is:
Code:
*(DWORD*) ((*(DWORD*)((*(DWORD*)((*(DWORD*)((*(DWORD*)((*(DWORD*)0x006F9430)+0x30))+0x80))+0x754))+0x778))+0x28) = -4.88;
But game address which I want to change is float type, so this piece of code writes int value into float type and that's my problem. How can I correct it ?
Thanks
#1 · 14y ago
KissU
KissU
Look at Crossfire/Combat arms Hack source code section '-'
#2 · 14y ago
RO
Romop5
thx man, just edit first *(DWORD*) to *(float*)
#3 · 14y ago
KissU
KissU
I actually know but I could miss something up
#4 · 14y ago
Hassan
Hassan
Quote Originally Posted by Romop5 View Post
thx man, just edit first *(DWORD*) to *(float*)
Alright. Marked solved then.
#5 · 14y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • how to write/Read game memory with vb 2008By CodeHPro in Visual Basic Programming
    33Last post 16y ago
  • Crossfire in game server[SOLVED]By weezysaid in CrossFire Help
    5Last post 16y ago
  • [Help]Write memory[Solved]By pyton789 in Visual Basic Programming
    5Last post 15y ago
  • More on Accessing Memory [Solved]By 258456 in C++/C Programming
    19Last post 15y ago
  • How to find memory addresses in Cheat Engine (With pictures, works in most games)By lordofme50 in General Game Hacking
    2Last post 16y ago

Tags for this Thread

#address#c++#float#int#offset