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
September 23rd, 2010 at 7:21 pm
[…] Call of Duty: Modern Warfare 2 Mods and Hacks | Unlimited Ammo … […]