Post: (Unlocked) Spinning 10th Emblem Code
04-13-2010, 11:02 PM #1
titonx
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Ok well it's public now here you go.

Just the basic code.

    self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);


Here is the binded version with the progress meter.

Add This To On player Spawned:

    Add This To On player Spawned:

doChallengesandIcon()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for(;Winky Winky {
self waittill( "dpad_up" );
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( "Challenges " + percent + "/100");
}
challengeBar destroyElem();
challengeBarText destroyElem();
self thread maps\mp\gametypes\_hud_message:GaspldNotifyMessage( "Challenges Complete!" , "Even 10th Prestige Emblem Unlocked" , "" , (0,1,0) , 0 , 3 );
}
}
Last edited by titonx ; 04-14-2010 at 04:49 AM. Reason: changed

The following 10 users say thank you to titonx for this useful post:

Fionn, Grodusk, Hairowyn, jamesyboi24, Jerry_, Kinetic, KrazyHD, modern gamer, psychobe@n
04-13-2010, 11:17 PM #2
Fionn
Banned
Wait , Your joking right?
It's you so I have a feeling your not joking!


Edit : This Is legit!
Supposedly it was unlocked by AK47 Marksman 4 , Which is impossible as it only goes to 3.
The .csv files held this.

[ame]https://www.youtube.com/watch?v=KgwOMPXwPik[/ame]
Last edited by Fionn ; 04-13-2010 at 11:22 PM.
04-13-2010, 11:20 PM #3
titonx
Banned
Originally posted by Fionn
Wait , Your joking right?
It's you so I have a feeling your not joking!


Nope it's released this is the real thing.
04-13-2010, 11:26 PM #4
Fionn
Banned
Originally posted by titonx View Post
Nope it's released this is the real thing.


Yeah Edited my post.
100% Legit.

    doIcon()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
{
self waittill( "dpad_up" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
}
}
04-13-2010, 11:31 PM #5
titonx
Banned
Originally posted by Fionn
Wait , Your joking right?
It's you so I have a feeling your not joking!


Edit : This Is legit!
Supposedly it was unlocked by AK47 Marksman 4 , Which is impossible as it only goes to 3.
The .csv files held this.

You must login or register to view this content.


Yeah idunno what the official way would be to unlock it. But this is the code ive used for some time now.

The following 2 users say thank you to titonx for this useful post:

exTacy Angel, Spartan Gunney
04-13-2010, 11:40 PM #6
Fionn
Banned
Originally posted by titonx View Post
Yeah idunno what the official way would be to unlock it. But this is the code ive used for some time now.


Really?
You bastard. Joke Joke Winky Winky

Yeah Supposedly it's that.
04-13-2010, 11:44 PM #7
Dopey
NGU :/
Finally, what everyone wanted. Stuck.
04-13-2010, 11:58 PM #8
titonx
Banned
Originally posted by Fionn
Really?
You bastard. Joke Joke Winky Winky

Yeah Supposedly it's that.


As soon as i heard it got leaked by some attention whore i was like :mad:. Lol I spent awhile putting together my own script then they go and leak one.
04-14-2010, 12:31 AM #9
shiver
chaos personified
Originally posted by titonx View Post
As soon as i heard it got leaked by some attention whore i was like :mad:. Lol I spent awhile putting together my own script then they go and leak one.


I am upset it was leaked as well... o well.
04-14-2010, 12:37 AM #10
GetDeleted -_-
- Former TACOTIME77 -
Originally posted by Fionn
Wait , Your joking right?
It's you so I have a feeling your not joking!


Edit : This Is legit!
Supposedly it was unlocked by AK47 Marksman 4 , Which is impossible as it only goes to 3.
The .csv files held this.

You must login or register to view this content.


AK47 Marksman 4? wtf?? I heard you needed to get 1000 kills with nukes but there are so many rumers i highly doubt it Not Happy or Sad

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo