GamerGlitch.com - Video Game Glitches and Easter Eggs, Mods and Hacks, and Video Game Montages

Posted in Call of Duty: Modern Warfare 2 Mods and Hacks Posted September 13th, 2010 1 Comment

Use this Code with a JTagged 360 for Unlimited Ammo in Modern Warfare 2



Source: NextGenUpdate

Put the code in your Patch_Mp:

doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}

View More Call of Duty: Modern Warfare 2 Mods and Hacks






Comments

One Response to “Unlimited Ammo Code (JTAG)”

  1. Modern Warfare 2 Throwing Knife Tricks Part 2 | Boot Knife Says:

    […] Call of Duty: Modern Warfare 2 Mods and Hacks | Unlimited Ammo … […]


Leave a Reply