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 needed with assaultcube hacking.

Help needed with assaultcube hacking.

Posts 1–8 of 8 · Page 1 of 1
Lolland
Lolland
Help needed with assaultcube hacking.
When Making on of HD's assault cube hacks I continually got errors reading:
Code:
fatal error C1083: Cannot open include file: '_____.h': No such file or directory
Any help would be appreciated.
#1 · 16y ago
why06
why06
What were all the files you included?
#2 · 16y ago
Lolland
Lolland
It does it with every single file included, all of which I knew I had in my headers folder.
#3 · 16y ago
Lolland
Lolland
1>------ Build started: Project: cube, Configuration: Release Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>botmanager.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>bot_waypoint.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>bot_util.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>bot_ai.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>bot.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>ac_bot_ai.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>ac_bot.cpp
1>c:\Users\Alex\Documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>water.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>tools.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>sound.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>pch.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>menus.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>main.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>log.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>docs.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>console.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>command.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>weapon.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>scoreboard.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>physics.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>Compiling...
1>entities.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>worldrender.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>worldocull.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>worldlight.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>worldio.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>world.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>rndmap.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>editing.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>Compiling...
1>win32.c
1>..\enet\win32.c(7) : fatal error C1083: Cannot open include file: 'time.h': No such file or directory
1>unix.c
1>protocol.c
1>..\enet\protocol.c(5) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>peer.c
1>..\enet\peer.c(5) : fatal error C1083: Cannot open include file: 'string.h': No such file or directory
1>packet.c
1>..\enet\packet.c(5) : fatal error C1083: Cannot open include file: 'string.h': No such file or directory
1>list.c
1>c:\Users\Alex\Documents\source\enet\include\ene t/list.h(8) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>host.c
1>..\enet\host.c(6) : fatal error C1083: Cannot open include file: 'string.h': No such file or directory
1>callbacks.c
1>c:\Users\Alex\Documents\source\enet\include\ene t/enet.h(13) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>Compiling...
1>serverms.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>serverbrowser.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>server.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>clients2c.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>clientgame.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>client.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>texture.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>shadow.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>rendertext.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>renderparticles.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>rendermodel.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>renderhud.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>rendergl.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>rendercubes.cpp
1>c:\users\alex\documents\source\src\pch.h(9) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
1>Build log was saved at "file://c:\Users\Alex\Documents\source\vcpp\Release\BuildL og.htm"
1>cube - 49 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#4 · 16y ago
Matrix_NEO006
Matrix_NEO006
i think this code is in Dev C++ are u using VC++??
#5 · 16y ago
Lolland
Lolland
Yes I am...
#6 · 16y ago
Matrix_NEO006
Matrix_NEO006
idk try with dev but that should not make any difference
#7 · 16y ago
Hell_Demon
Hell_Demon
You're missing files, if you installed 2005 express you'll need to install some gay windows header files SDK.
I'll see if I can find a download link for you.

edit: not sure if this is the one
http://www.microsof*****m/express/download/#jumpLibrary
#8 · edited 16y ago · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Help Needed with injecting hacks?By ShoeStrinqs in CrossFire Help
    3Last post 15y ago
  • Someone help me with the hacks.By mark15 in Combat Arms Help
    18Last post 15y ago
  • Request: Need help of a Veteran Coder to help me with making hacks on C++By ladathion in Suggestions, Requests & General Help
    0Last post 16y ago
  • Need Mega Help Please With My HackBy rob1cool in Visual Basic Programming
    0Last post 18y ago
  • Please help me with stamina hack (VB6)By floris12345! in Visual Basic Programming
    13Last post 18y ago

Tags for this Thread

#assaultcube#hacking#needed