You are viewing our Forum Archives. To view or take place in current topics click here.
Unlock all in under 20 seconds | Systemlink | Download |
Posted:

Unlock all in under 20 seconds | Systemlink | Download |Posted:

Jason1337
  • Ladder Climber
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
Here We have a Code that you can unlock all in under 20 seconds!


UnlockEverything()
{
       
        self endon( "death" );
        ProcessBar = createPrimaryProgressBar( 25 );
        ProcessBarText = createPrimaryProgressBarText( 25 );
        ProcessBarText setText( "Unlocking Challenges..." );
        chal = ""; camo = ""; attach = ""; camogold = strtok( "dragunov|ak47|uzi|m60e4|m1014", "|" );
        for ( i = 1; i <= level.numChallengeTiers; i++ )
        {
                tableName = "mp/challengetable_tier" + i + ".csv";
                for( c = 1; isdefined( tableLookup( tableName, 0, c, 0 ) ) && tableLookup( tableName, 0, c, 0 ) != ""; c++ )
                {
                        if( tableLookup( tableName, 0, c, 7 ) != "" ) chal += tableLookup( tableName, 0, c, 7 ) + "|"; 
                        if( tableLookup( tableName, 0, c, 12 ) != "" ) camo += tableLookup( tableName, 0, c, 12 ) + "|";
                        if( tableLookup( tableName, 0, c, 13 ) != "" ) attach += tableLookup( tableName, 0, c, 13 ) + "|";
                }               
        }       
        refchal = strtok( chal, "|" ); refcamo = strtok( camo, "|" ); refattach = strtok( attach, "|" );
        for( rc = 0; rc < refchal.size; rc++ )
        {
                self setStat( level.challengeInfo[refchal[ rc ]]["stateid"], 255 );
                self setStat( level.challengeInfo[refchal[ rc ]]["statid"], level.challengeInfo[refchal[ rc ]]["maxval"] );
                Process = ceil( ( ( rc / refchal.size ) * 100 ) );
                ProcessBar updateBar( Process / 100 );
                wait ( 0.05 );
        }
        ProcessBarText setText( "Unlocking Attachments.." );
        for( at = 0; at < refattach.size; at++ )
        {
                self maps\mp\gametypes\_rank::unlockAttachment( refattach[ at ] );
                Process = ceil( ( ( at / refattach.size ) * 100 ) );
                ProcessBar updateBar( Process / 100 );
                wait( 0.05 );
        }
        ProcessBarText setText( "Unlocking Camos." );
        for( ca = 0; ca < refcamo.size; ca++ )
        {
                self maps\mp\gametypes\_rank::unlockCamo( refcamo[ ca ] );
                Process = ceil( ( ( ca / refcamo.size ) * 100 ) );
                ProcessBar updateBar( Process / 100 );
                wait( 0.05 );
        }
        for( g = 0; g < camogold.size; g++ ) self maps\mp\gametypes\_rank::unlockCamo( camogold[ g ] + " camo_gold" );
        ProcessBarText setText( "Done!" );
        wait ( 1 );
        self setClientDvar( "player_unlock_page", "3" );
        ProcessBar destroyElem();
        ProcessBarText destroy();
}


Video :


Credits to Nitram


Patch Download : [ Register or Signin to view external links. ]
#2. Posted:
ryanmeachen
  • TTG Senior
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,057
Reputation Power: 43
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,057
Reputation Power: 43
have you tried this yourself?
#3. Posted:
Jason1337
  • Ladder Climber
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
ryanmeachen wrote have you tried this yourself?

, look at the video
#4. Posted:
URBANxMYTH
  • New Member
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 48
Reputation Power: 1
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 48
Reputation Power: 1
Can you get banned for doing this? like perma banned console or what ?
#5. Posted:
Jason1337
  • Ladder Climber
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
URBANxMYTH wrote Can you get banned for doing this? like perma banned console or what ?

offline, jtag only
#6. Posted:
URBANxMYTH
  • New Member
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 48
Reputation Power: 1
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 48
Reputation Power: 1
Ahhhh Ook Thanks for that
#7. Posted:
SOS
  • TTG Undisputed
Status: Offline
Joined: Jan 02, 201113Year Member
Posts: 5,707
Reputation Power: 245
Status: Offline
Joined: Jan 02, 201113Year Member
Posts: 5,707
Reputation Power: 245
wish i had a jtag man ;(
#8. Posted:
Jason1337
  • Ladder Climber
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
URBANxMYTH wrote Ahhhh Ook Thanks for that

No problem
#9. Posted:
Jason1337
  • Ladder Climber
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 300
Reputation Power: 13
no feedback
#10. Posted:
xIMAHIx
  • TTG Natural
Status: Offline
Joined: Sep 01, 201013Year Member
Posts: 960
Reputation Power: 38
Status: Offline
Joined: Sep 01, 201013Year Member
Posts: 960
Reputation Power: 38
Looks Pretty Cool, Even Tho I Dont Own A JTAG
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.