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 › MultiPlayer Game Hacks & Cheats › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Combat Arms Coding Help & Discussion › Print Addy to Screen?

Print Addy to Screen?

Posts 1–2 of 2 · Page 1 of 1
Braco22
Braco22
Print Addy to Screen?
How can i convert a dword address to char so i can print on screen.
Code:
DWORD adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC8\x09\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x87\x86", "xx????xx????xx");
I tried this but it gives me some weird letters:
Code:
char *ptr = reinterpret_cast<char*>(adr);
PrintText(ptr, 30, 200, RED, dMenu.pFont);
Code:
void PrintText(char pString[], int x, int y, D3DCOLOR col, ID3DXFont *font)
{
    RECT FontRect = { x, y, x+500, y+30 };
    font->DrawText( NULL, pString, -1, &FontRect, DT_LEFT | DT_WORDBREAK, col);
}
#1 · 15y ago
topblast
topblast
Damn you dont know C++ at ALL!

@Jason help me

Code:
DWORD adr = FindPattern(hD3D, 0x128000, (PBYTE)"\xC8\x09\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x87\x86", "xx????xx????xx");
char buffer[020];
sprintf_s(buffer, "0x%X", adr);
PrintText(buffer, 10, 20, 0xFFFF0000/*red*/, pFont);
#2 · 15y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • How to use print screenBy the1fear in Soldier Front Hacks
    11Last post 18y ago
  • [Help] Pressing Print screen?[Solved]By nathanael890 in Visual Basic Programming
    23Last post 15y ago
  • Check full screen AddyBy heroji in CrossFire Hack Coding / Programming / Source Code
    8Last post 14y ago
  • print screenBy chaosGG in CrossFire Help
    5Last post 14y ago
  • top of screen message hackBy hjerherjdsd in WarRock - International Hacks
    30Last post 20y ago

Tags for this Thread

None