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 Help › Need help making a hack

Need help making a hack

Posts 1–9 of 9 · Page 1 of 1
Jordyr
Jordyr
Need help making a hack
Hi Heres the code im using but when i turn them on nothing happens :P

Heres the code



}
if(GetAsyncKeyState(VK_F1))
{
if(reload)
{
if (pWeaponMgr)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 0;
}
}
}
}
if(GetAsyncKeyState(VK_F2))
{
if(spread)
{
if (pWeaponMgr)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + nospread) = 0;
}
}
}
#1 · 14y ago
H4
H4CK3R987
wht ? wth ? where are the #include <windows.h> #include "stdafx.h" and all tht ?
and whos gonna do this #define reload 0x2424
u hav to do al tht plus u hav to put the code to attach the dll =P
#2 · 14y ago
Takari
Takari
You're doing it wrong.
The Hotkeys should before the functions.
#3 · 14y ago
[CF]Hackers
[CF]Hackers
@Helper

Like this?

(THE SHORTKEY CODE HERE)
if(reload)
{
if (pWeaponMgr)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 0;
}
}
}
}
Like that??
#4 · 14y ago
Jigsaw
Jigsaw
You can ask for actives members from Source Code Section too...
#5 · 14y ago
Takari
Takari
You should have a Loop Function (probably you're using the While) and it should go after that.
#6 · 14y ago
Ryuesi
Ryuesi
Learn First C++
Sites : XoaX.net Video Tutorials
cplusplus.com - The C++ Resources Network
Then Make Hack , Dont Run Before You Know How To Walk
#7 · 14y ago
Takari
Takari
Quote Originally Posted by Swiftdude Jr View Post
Learn First C++
Sites : XoaX.net Video Tutorials
cplusplus.com - The C++ Resources Network
Then Make Hack , Dont Run Before You Know How To Walk
Exactly .
#8 · 14y ago
Jigsaw
Jigsaw
Answered. /closed
#9 · 14y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • i need help making CA hacksBy kill_boy in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • I need help making warrock hacksBy maxhax195 in WarRock Hack Source Code
    12Last post 15y ago
  • (SOLVED)need help making hackBy Fmxz in CrossFire Help
    1Last post 15y ago
  • NEED HELP MAKING HACKS.By skizz720 in CrossFire Hacks & Cheats
    12Last post 16y ago
  • [Help how?]Need help making a WR hack please look.By mikelmao11 in WarRock - International Hacks
    1Last post 18y ago

Tags for this Thread

None