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 › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › Crossfire Coding Help & Discussion › Need help in base

AngryNeed help in base

Posts 16–18 of 18 · Page 2 of 2
rabir007
rabir007
Quote Originally Posted by XXkillerFin1 View Post
It's undetected now and and injection is fine but hacks are not working, I updated the addys but still not working. I think the problem is in void Hacks()
I'm sure Addys are up to date!
Code:
void Hacks()
{    
bool noreload = true;    
while(1){
        *(char*)(CShell + 0x438ABC) = 0;//damage per second = 0(in dmgZone)
        *(char*)(CShell + 0x438ACC) = 'G'; //no bug damage(not sure if working)
                //No Reload
                if(noreload)
                {
                    if (pWeaponMgr)
                    {
                      for(int i=0; i<445; i++)
                       {
                         DWORD CurrentWeapon = *(DWORD*)( pWeaponMgr + (4*i) );
                         if(CurrentWeapon != NULL)
                            *(float*)(CurrentWeapon + NoReload) = 100;
                        }
                    }
               }
    }
}
#16 · edited 13y ago · 13y ago
JamesRo
JamesRo
Be sure to raise your loop, you're using a small number.
#17 · 13y ago
XX
XXkillerFin1
Quote Originally Posted by rabir007 View Post


PM the base, let me check it...
check your PMs
#18 · 13y ago
Posts 16–18 of 18 · Page 2 of 2

Post a Reply

Similar Threads

  • need help with baseBy Andrew89898 in Combat Arms EU Hack Coding/Source Code
    8Last post 16y ago
  • Need Help Noob base HacksBy golfitup in Combat Arms Help
    2Last post 15y ago
  • i need help with BaseBy wicho_koz in Combat Arms Coding Help & Discussion
    11Last post 15y ago
  • need help building a base hackBy Sneaky Fox in CrossFire Help
    7Last post 16y ago
  • need help fixing A detected baseBy lakha in Combat Arms EU Hack Coding/Source Code
    1Last post 16y ago

Tags for this Thread

#base#c++#crossfire#help#simple#xtrap