Where did the Login Form Go?
Read About the GamerGlitch.com Changes Here.

All Challenge Code for JTagged XBOX 360′s

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




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