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 › Call of Duty Hacks & Cheats › Call of Duty 6 - Modern Warfare 2 (MW2) Hacks › Call of Duty Modern Warfare 2 Server / GSC Modding › Call of Duty Modern Warfare 2 GSC Modding Help/Discussion › [Solved]explosive bullets code

Red face[Solved]explosive bullets code

Posts 1–7 of 7 · Page 1 of 1
MU
Muskratus
[Solved]explosive bullets code
he can some1 help me please because i can't find the explosive bullets code so can some1 tell me what it is?


thx muskratus
#1 · edited 15y ago · 15y ago
JE
Jean_FACK
I think its something like that

Code:
doHostcheck()
{          
        if( self isHost() ) 
    {
           self thread dobullets();
         }
}

onPlayerSpawned()
{
    self endon ("disconnect");
   for(;;)
    {
        self thread doHostCheck();
    }
}
dobullets()
{
        self endon("death");
        self notifyOnPlayerCommand( "[{+frag}]", "+frag" );
                                while ( 1 )
                                {
                self waittill( "[{+frag}]" );
        for(;;)
        {
                self waittill( "weapon_fired" );
               MagicBullet( "ac130_105mm_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );
                                 }
        }

}


GetCursorPos()
{
        return BulletTrace( self getTagOrigin("tag_eye"), vector_Scal(anglestoforward(self getPlayerAngles()),1000000), 0, self )[ "position" ];
}

vector_scal(vec, scale)
{
        return (vec[0] * scale, vec[1] * scale, vec[2] * scale);
}
press frag grenade to activate :=)
#2 · 15y ago
Blubb1337
Blubb1337
/moved to gsc help
#3 · 15y ago
master131
[MPGH]master131
Code:
setDvar("bg_forceExplosiveBullets", 1);
#4 · 15y ago
Blubb1337
Blubb1337
/marked as solved
#5 · 15y ago
FO
foasdgg
Quote Originally Posted by master131 View Post
Code:
setDvar("bg_forceExplosiveBullets", 1);
how can i change their damage and radius?
#6 · 15y ago
master131
[MPGH]master131
I don't think you can, it's game related.
#7 · 15y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Crazy Ragdoll, Explosive Bullets And MoreBy silentrunner2 in Call of Duty Modern Warfare 2 Discussions
    10Last post 16y ago
  • [SOLVED] Static gun codeBy HeroicSlayr in Call of Duty Modern Warfare 2 Help
    9Last post 16y ago
  • [SOLVED] lost secuirty codeBy soaresf in CrossFire Help
    2Last post 16y ago
  • [SOLVED] umm source codeBy tuamanator1 in CrossFire Help
    4Last post 16y ago
  • [SOLVED]Need some codes :DBy Mr.Mackey in Call of Duty Modern Warfare 2 Help
    4Last post 16y ago

Tags for this Thread

None