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:
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201014Year 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
Credits to Nitram
#2. Posted:
Status: Offline
Joined: Sep 06, 201014Year Member
Posts: 1,057
Reputation Power: 43
Status: Offline
Joined: Sep 06, 201014Year Member
Posts: 1,057
Reputation Power: 43
have you tried this yourself?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
ryanmeachen wrote have you tried this yourself?
, look at the video
- 0useful
- 0not useful
#4. Posted:
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 ?
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
URBANxMYTH wrote Can you get banned for doing this? like perma banned console or what ?
offline, jtag only
- 0useful
- 0not useful
#6. Posted:
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
- 0useful
- 0not useful
#7. Posted:
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 ;(
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
URBANxMYTH wrote Ahhhh Ook Thanks for that
No problem
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
Status: Offline
Joined: Aug 07, 201014Year Member
Posts: 300
Reputation Power: 13
no feedback
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 960
Reputation Power: 38
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 960
Reputation Power: 38
Looks Pretty Cool, Even Tho I Dont Own A JTAG
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.