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 › Help with gellins base!

Help with gellins base!

Posts 1–13 of 13 · Page 1 of 1
Mr.Magicman
Mr.Magicman
Help with gellins base!
Im having a problems with the text isn't comming back after one game..

The background square is there but not the text..
#1 · 16y ago
Void
Void
Try hooking Reset. IDirect3DDevice9::Reset Method (Windows)

Call OnLostDevice and OnResetDevice in every iteration of Reset.

ID3DXFont::OnLostDevice Method (Windows)
ID3DXFont::OnResetDevice Method (Windows)
#2 · 16y ago
MW
mwb1234
Yes try that it should work.
#3 · 16y ago
Mr.Magicman
Mr.Magicman
It still wont work i think im doing something wrong:

Code:
	if( Directx.pFont == NULL ){
		Directx.pFont->OnLostDevice();
		Directx.pFont->OnResetDevice();

	}else
	{
		Directx.DrawString(10, 22, D3DCOLOR_ARGB(255, 255, 255, 0), Directx.pFont, "Iopop9 MagicHack v.2");
		Menu.RenderMenu();
	}



PS. yes i have created a pFont
#4 · 16y ago
SC
scimmyboy
recreate your font after each game
#5 · 16y ago
Void
Void
Keep creating the font, might make the game lag though.
#6 · 16y ago
SC
scimmyboy
mine creates the font every frame, which caused the game to lag
#7 · 16y ago
MW
mwb1234
Quote Originally Posted by scimmyboy View Post
mine creates the font every frame, which caused the game to lag
use Sleep(600000) to delay it 10 minutes each time. That should fix it.
#8 · 16y ago
SC
scimmyboy
notice how i said that in past tense
#9 · 16y ago
Hell_Demon
Hell_Demon
Quote Originally Posted by iopop9 View Post
It still wont work i think im doing something wrong:

Code:
	if( Directx.pFont == NULL ){
		Directx.pFont->OnLostDevice();
		Directx.pFont->OnResetDevice();

	}else
	{
		Directx.DrawString(10, 22, D3DCOLOR_ARGB(255, 255, 255, 0), Directx.pFont, "Iopop9 MagicHack v.2");
		Menu.RenderMenu();
	}



PS. yes i have created a pFont
in pDevice->OnDeviceLost() do Directx.pFont->OnLostDevice();
in pDevice->OnResetDevice() do Directx.pFont->OnResetDevice();

As in hook those two functions and call their pFont's equivelents before returning
#10 · 16y ago
Mr.Magicman
Mr.Magicman
i have fixed it thanks to mattypatty and it dont lag xD yayyaay
#11 · 16y ago
Void
Void
Sharing the solution would be nice.
#12 · 16y ago
MW
mwb1234
Quote Originally Posted by scimmyboy View Post
notice how i said that in past tense
/fart

I didn't notice
forgive me best buddy?
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • help with gellins base for CABy RedThunder in C++/C Programming
    8Last post 16y ago
  • Help with Gellins VIP BaseBy sky479 in Combat Arms Coding Help & Discussion
    1Last post 14y ago
  • Help with Gellins Base.By Beatz in Combat Arms Help
    5Last post 16y ago
  • Error with Gellin base...By haloassasin in Combat Arms Hack Coding / Programming / Source Code
    7Last post 16y ago
  • Help with C00lGuys baseBy eXaLtIc™ in Combat Arms Coding Help & Discussion
    11Last post 15y ago

Tags for this Thread

None