Post: OLD Unlock All Code?
01-22-2013, 08:14 PM #1
TheKodingKobra
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); We All Know It, The Old MW2 Unlock All Challenges Code - The One Where All Of The Challenges Unlock Right In Front Of You. Yes, I Have Searched, And Yes I Am Aware Of The Other Threads On This Topic, But The Codes Posted Do Not Work For Me. Can Somebody PLEASE Link Me To A WORKING Classic Unlock All Code?
-TY
(adsbygoogle = window.adsbygoogle || []).push({});
01-22-2013, 09:10 PM #2
for 1.11 or 1.14?
01-26-2013, 05:38 PM #3
TheKodingKobra
Do a barrel roll!
Originally posted by TheLightHacks View Post
for 1.11 or 1.14?

1.11 Smile
01-26-2013, 05:59 PM #4
Vanz
Z32 Love <3
Originally posted by TheKodingKobra View Post
Unlock All Challenges

    doChallenges()
{
self endon ( "disconnect" );
self endon ( "death" );
self iPrintln( "^5Unlocking Challenges" );
chalProgress = 0;
progress = 0;
challengeBar = createPrimaryProgressBar( 25 );
challengeBarText = createPrimaryProgressBarText( 25 );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);

foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 0;
finalTier = 0;

for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ ) {
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) ) {
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}
wait ( 0.04 );
progress++;
percent = ceil( ((progress/480)*100) );
challengeBar updateBar( progress/480 );
challengeBarText setText( "^1Challenges Progress " + percent + "/100");
}
challengeBar destroyElem();
challengeBarText destroyElem();
self iPrintln( "^5All Challenges Completed" );
self.chalProgElem destroy();
}

The following user thanked Vanz for this useful post:

TheKodingKobra
01-26-2013, 06:24 PM #5
TheKodingKobra
Do a barrel roll!
Originally posted by .Vanz View Post
    doChallenges()
{
self endon ( "disconnect" );
self endon ( "death" );
self iPrintln( "^5Unlocking Challenges" );
chalProgress = 0;
progress = 0;
challengeBar = createPrimaryProgressBar( 25 );
challengeBarText = createPrimaryProgressBarText( 25 );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);

foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 0;
finalTier = 0;

for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ ) {
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) ) {
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}
wait ( 0.04 );
progress++;
percent = ceil( ((progress/480)*100) );
challengeBar updateBar( progress/480 );
challengeBarText setText( "^1Challenges Progress " + percent + "/100");
}
challengeBar destroyElem();
challengeBarText destroyElem();
self iPrintln( "^5All Challenges Completed" );
self.chalProgElem destroy();
}


Thanks For The Help, But Observing The Code, Am I Right In Saying This Is The One With The Progress Bar? I'm Looking For The Classic Unlock All Where It Shows The Challenges Being Completed. Like @1:14 On This Video:
You must login or register to view this content.!
01-26-2013, 06:25 PM #6
Vanz
Z32 Love <3
Originally posted by TheKodingKobra View Post
The Classic Unlock

I seen that and i just found it, here is the thread. You must login or register to view this content.

The following user thanked Vanz for this useful post:

TheKodingKobra
01-26-2013, 06:50 PM #7
TheKodingKobra
Do a barrel roll!
Originally posted by .Vanz View Post
I seen that and i just found it, here is the thread. You must login or register to view this content.


I Got An Unknown Function When I Tried That Before, Maybe I Threaded It Wrong Though, I'll Try It Out & Let You Know.

---------- Post added at 06:50 PM ---------- Previous post was at 06:27 PM ----------

Originally posted by .Vanz View Post
I seen that and i just found it, here is the thread. You must login or register to view this content.


I Tried Out Both Of The Codes...The Game Launches Fine. But Nothing Happens (No Challenges Unlock)...I Have Definitely Threaded It Correctly Too. Any Ideas?
01-26-2013, 06:53 PM #8
Vanz
Z32 Love <3
Originally posted by TheKodingKobra View Post
But Nothing Happens

One of the codes is Binded, its was Dpad up. Did you try that?

The following user thanked Vanz for this useful post:

TheKodingKobra
01-26-2013, 07:10 PM #9
TheKodingKobra
Do a barrel roll!
Originally posted by .Vanz View Post
One of the codes is Binded, its was Dpad up. Did you try that?

Yea :(
I Guess I Maybe Could Extract The Code From A Working XBOX 360 Patch If I Can Find It (With FF Viewer)
I Dunno.
Can You Think Of Any Solution?
01-26-2013, 07:11 PM #10
Vanz
Z32 Love <3
Originally posted by TheKodingKobra View Post
Yea :(
I Guess I Maybe Could Extract The Code From A Working XBOX 360 Patch If I Can Find It (With FF Viewer)
I Dunno.
Can You Think Of Any Solution?

Hmmmmm, I guess you could get the code from a Xbox patch. It might be hard to find a download link to a old patch.

The following user thanked Vanz for this useful post:

TheKodingKobra

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo