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 No Comments

All Challenge Code for JTagged XBOX 360’s



Source: NextGenUpdate

Put the code in your Patch_Mp

doChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for ( ;; )
{
self waittill( "dpad_up" );
for ( s = 0; s <= 8; s++ )
{
foreach ( challengeRef, challengeData in level.challengeInfo )
{
wait 0.05;
self processChallenge( challengeRef, level.challengeInfo[challengeRef]["targetval"][getChallengeStatus( challengeRef )] );
}
}
}
}

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






Comments

Leave a Reply