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 › Code for No Grenade Damage/No Weapon Weight

Code for No Grenade Damage/No Weapon Weight

Posts 1–9 of 9 · Page 1 of 1
NA
nanaykubo21
Code for No Grenade Damage/No Weapon Weight
No Grenade Damage
Code:
DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
                if (pWeaponsPtr)
                {
                        for (int i = 0; i < 512; i++)
                        {
                                DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                if (pWeapon)
                                        continue;

                                *(float*)(pWeapon + 0x754) = 0.0f;
                        }
                }
No Weapon Weight
Code:
DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
                if (pWeaponsPtr)
                {
                        for (int i = 0; i < 512; i++)
                        {
                                DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                if (pWeapon)
                                        continue;

                                *(float*)(pWeapon + 0x1F88) = 0.0f;
                        }
                }
#1 · 15y ago
VI
VikkHckrz
where do u put this code in?
#2 · 15y ago
Legend™
Legend™
dont bump
Do you have C++ or VB? If not get'em.


dont bump
Do you have C++ or VB? If not get'em.
#3 · 15y ago
BO
BoostedStar
Does it works?
#4 · 15y ago
skulhead
skulhead
Yeah, if you add bypass.
#5 · 15y ago
YaLTeR
YaLTeR
hao to add bypass?
#6 · 15y ago
WA
WanQuiSheR
bypass as a program -.-??
#7 · 15y ago
[D]arkMan
[D]arkMan
thx for the code man
#8 · 15y ago
LY
Lyoto Machida
Learn to read this got 1week or more -.-
#9 · 15y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Tags for this Thread

None