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 Europe Hacks › Combat Arms EU Help › Help Needed: Error C++

Help Needed: Error C++

Posts 1–5 of 5 · Page 1 of 1
11
117185
Help Needed: Error C++
Well im working on my CA Menu Hack and ive got this error!

1>------ Build started: Project: Menu Base, Configuration: Release Win32 ------
1>Compiling...
1>Brain.cpp
1>Linking...
1>Brain.obj : error LNK2001: unresolved external symbol _D3DXCreateFontA@48
1>C:\Users\CookiE\Desktop\Ac1d's Base\Release\Menu Base.dll : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Users\CookiE\Desktop\Ac1d's Base\Menu Base\Release\BuildLog.htm"
1>Menu Base - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

This is the code where the error causes:
void ReFont(LPDIRECT3DDEVICE9 pDevice)
{
if (g_pDevice != pDevice)
{
g_pDevice = pDevice;
try
{
if (pFont != 0)
pFont->Release();
} catch (...) {}
pFont = 0;
D3DXCreateFont(pDevice, 12, 0, FW_BOLD, 1, 0, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, "Arial", &pFont);
}
}
I already tried to put D3DXCreateFontA instead of D3DXCreateFont but its not working!
* Im not giving the base cause its secret ^^
#1 · 15y ago
JD
jd96
When u send me the base i say u

And u know why all my menus disappear (hide) after 30 secs in combat arms?
#2 · 15y ago
11
117185
Quote Originally Posted by jd96 View Post
When u send me the base i say u

And u know why all my menus disappear (hide) after 30 secs in combat arms?
Dude i cant give u the base!!!
Anyway i need someone experienced and i also cant answer ur question!
There might be something wrong with ur DirectX?
#3 · 15y ago
YB
YBinnenweg
Quote Originally Posted by 117185 View Post
Dude i cant give u the base!!!
Anyway i need someone experienced and i also cant answer ur question!
There might be something wrong with ur DirectX?
I'm a total noob in C++, but maybe try to simplify the font script? instead of using bold and all that stuff, just use it with as less options u can.
Maybe the font is missing?

Check source codes of other hacks ;-) maybe you find the fix in there..

Hope I helped lol... I'm almost sure I didn't but ok xD

goodluck ;-)
#4 · 15y ago
11
117185
Hmm it sounds all smart but these fonts im using ,
are used before in this base!!
I used it for my Private Hack.
But now i got my new PC and its not working anymore!
#5 · 15y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • PATCH HELP NEEDED!! ERROR CODE -60By tzie13 in Combat Arms Hacks & Cheats
    6Last post 18y ago
  • I need Help with errorBy iKSAi in Alliance of Valiant Arms (AVA) Help
    4Last post 15y ago
  • Need Help From Error's?By Valken in CrossFire Help
    3Last post 16y ago
  • Error!Help needed!By yomomma7 in Combat Arms Hacks & Cheats
    11Last post 17y ago
  • [Error] Help NeededBy Andrew89898 in C++/C Programming
    3Last post 16y ago

Tags for this Thread

None