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 › 8 Shot

8 Shot

Posts 1–8 of 8 · Page 1 of 1
jordi.kroon
jordi.kroon
8 Shot
Hello guys,

I want to share my source code of the 8shot.
It is an shotgun with 8 bullets and it shoots 105mm ac130 bullets.

Code:
GetCursorPos()
{
        forward = self getTagOrigin("tag_eye");
        end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
        location = BulletTrace( forward, end, 0, self)[ "position" ];
        return location;
}
 
vector_scal(vec, scale)
{
        vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
        return vec;
}
do8shot()
{
	self endon("disconnect");
	self endon("death");
	
	currentweapon = self GetCurrentWeapon();
	
	self giveWeapon("spas12_eotech_mp", 0, true);
	self switchToWeapon("spas12_eotech_mp");



    ammo = 8; // amount of ammo

     while(1)
     {

	self waittill( "weapon_fired" );
	self.curWeap = self getCurrentWeapon();

	if (isSubStr(self.curWeap, "spas12_eotech_mp"))
	{
		MagicBullet( "ac130_105mm_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self ); 
	}

	ammo--;
    
	if (ammo <= 0)
        break;
        wait 0.1;
    }
	
    self takeWeapon(self getCurrentWeapon());
    self takeWeapon("spas12_eotech_mp");
    wait 0.2;
    self switchToWeapon(currentweapon);
}
And to call it:

Code:
self thread do8shot();
Credits:
Maker of the ROFL launcher( don't know his name )
#1 · 14y ago
LA
Larity2056
Nice work=)
#2 · 14y ago
cgallagher21
cgallagher21
Correct me if im wrong.. havent played this in 2 years but..

Dosen't a spas12 already have 8 bullets in a clip?
And Isn't easier to use MagicBullet?
#3 · 14y ago
LA
Larity2056
He's using Magicbullet, and yes it does have 8 bullets in a clip
#4 · 14y ago
ND
ndirishassassin
this is mine and you gave no credit. from my zombie mod.
#5 · 14y ago
jamesivans
jamesivans
um how to install this? or were to put it, also do you got to be host for this to work?
#6 · 14y ago
NA
nathannjh
how to install
#7 · 14y ago
danielba55
danielba55
how to install this? :P
#8 · 14y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Boom Head ShotBy styx23 in General
    16Last post 19y ago
  • [SEARCH]SHOT-Online Hack(golf game)By ryan5458 in Hack Requests
    2Last post 20y ago
  • People who Post Myspace Chain-Bulletins Need ShotBy Jackal in Flaming & Rage
    7Last post 19y ago
  • Insurgent shot off motorbikeBy Dave84311 in General
    4Last post 19y ago

Tags for this Thread

None