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 Help › Error when building hack

Error when building hack

Posts 1–15 of 23 · Page 1 of 2
KR
Krypton1x
Error when building hack
I keep getting this damn error when trying to build my hack.


1>c:\documents and settings\owner\my documents\visual studio 2008\projects\forbidden hack v1.0\forbidden hack v1.0\resources.cpp(39) : error C2065: 'dwCShell' : undeclared identifier

How do I fix this? /
#1 · 16y ago
Auxilium
Auxilium
You gib rice.
I gib help.


btw supply some code
#2 · 16y ago
WH
whit
can i take a look at the code
but obviously dwcshell isnt defined
#3 · 16y ago
KR
Krypton1x
All the rice you want.

Code:
	if (CShellCheck != NULL)
		{
			if (ClientFxCheck != NULL)
			{
				dwCShell = CShellCheck;
				dwClientFx = ClientFxCheck;

				Ready = 1;
			}
		}

		Sleep(200);
	}
#4 · 16y ago
Auxilium
Auxilium
Hmmm. Global or local?
#5 · 16y ago
KR
Krypton1x
What do you mean global or local?
#6 · 16y ago
Auxilium
Auxilium
Quote Originally Posted by Vital View Post
What do you mean global or local?
Is it global or local?
#7 · edited 16y ago · 16y ago
WH
whit
Quote Originally Posted by Vital View Post
What do you mean global or local?
like your #include
and #define
#8 · 16y ago
KR
Krypton1x
Code:
#include
Does it need to be #define?
#9 · 16y ago
Auxilium
Auxilium
Quote Originally Posted by Vital View Post
Code:
#include
Does it need to be #define?
Dosn't #Define declare something?
#10 · 16y ago
KR
Krypton1x
So do I need

#define dwCShell up there with the #include?
#11 · 16y ago
CoderNever
CoderNever
wow lol it seems like the people helping are confused im apauled at you whit

simple solution what do you plain to hold in this variable?
#12 · 16y ago
Auxilium
Auxilium
Quote Originally Posted by CoderNever View Post
wow lol it seems like the people helping are confused im apauled at you whit
Sorry brah only 3/4 done with my C++ book.
#13 · 16y ago
KR
Krypton1x
OK. Let's see:

Code:
#include "stdafx.h"
#include <Windows.h>
#include <fstream>
#include <sstream>
That's what I have...

And this is my error: 1>c:\documents and settings\owner\my documents\visual studio 2008\projects\forbidden hack v1.0\forbidden hack v1.0\resources.cpp(39) : error C2065: 'dwCShell' : undeclared identifier


Here is where dwCShell is:
Code:
if (CShellCheck != NULL)
		{
			if (ClientFxCheck != NULL)
			{
				dwCShell = CShellCheck;
				dwClientFx = ClientFxCheck;

				Ready = 1;
			}
		}

		Sleep(200);
	}
What other information do you need?
#14 · 16y ago
CoderNever
CoderNever
its fine, I respect you for learning by using a book instead of flaming people like some choobs do here...

You need to define your var dwCshell it most likly will be a...

Code:
bool - mostly for true/false
char - one word statement 
char* - string
int - number
DWORD - I forgot xD
so add one of the following by the includes

Code:
char dwCshell
or

Code:
char* dwCshell
etc


hope I helped goodluck with your hack vital, I wanna see a 1337 release.
#15 · edited 16y ago · 16y ago
Posts 1–15 of 23 · Page 1 of 2

Post a Reply

Similar Threads

  • I keep getting error when opening hack[HELP!!!!!!]By Cagamer in Combat Arms Hacks & Cheats
    18Last post 17y ago
  • Application error when trying hacksBy lilchumbe in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • Windows 7 colour scheme error when running hackBy lasts3cond in Combat Arms Help
    8Last post 16y ago
  • [SOLVED] Side-by-Side Error When Opening HacksBy crazorfrazor in Call of Duty Modern Warfare 2 Help
    13Last post 16y ago
  • Error when startting hacks.By Bargin in Combat Arms Help
    9Last post 16y ago

Tags for this Thread

None