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-14-2010, 05:49 AM #20
jschoggins
Bounty hunter
This is a good release, but you should have given credit to the person that released it. Not going to advertise the link to the original person who released this, but I'm sure you didn't make this code...
04-14-2010, 07:10 AM #21
Drake
<3 SGC
so its confirmed.......ps3 users will like never ever ever EVER get the spinning skull, maybe someone will release a hack that gets all online, that would be EPIC
04-14-2010, 08:17 AM #22
Spartan Gunney
Who dares, wins.
Originally posted by jschoggins View Post
This is a good release, but you should have given credit to the person that released it. Not going to advertise the link to the original person who released this, but I'm sure you didn't make this code...


Titonx did make the code (found), although didn't want to post it as it took him over a month to get it working. And you cant blame him :p

Anyway thanked and Nominated! Winky Winky

The following user thanked Spartan Gunney for this useful post:

titonx
04-14-2010, 02:30 PM #23
titonx
Banned
Originally posted by jschoggins View Post
This is a good release, but you should have given credit to the person that released it. Not going to advertise the link to the original person who released this, but I'm sure you didn't make this code...


Are you serious? I have coded my own script over a month ago. I don't have to give credit to anyone considering everyone who coded there own script have the same outcome with the function. I think you shouldn't post anymore until you research who you speak to or at. -Rep for you all day sir for being a mouron. Thanks.

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

Fionn, Kinetic
04-14-2010, 03:50 PM #24
jschoggins
Bounty hunter
Originally posted by titonx View Post
Are you serious? I have coded my own script over a month ago. I don't have to give credit to anyone considering everyone who coded there own script have the same outcome with the function. I think you shouldn't post anymore until you research who you speak to or at. -Rep for you all day sir for being a mouron. Thanks.


First you need to learn to spell. It's moron not mouron...

Anyway, I wasn't trying to flame you. I said this was a good release. It was posted on se7sens 2 hours before you posted it. But if you did "code" this yourself then props to you and good job. Was just stating if you did "copy and paste" then you might give someone credit. But if you coded yourself then there is no need to give credit like you said.

Boils down to good job and nice release.
04-14-2010, 04:02 PM #25
titonx
Banned
Originally posted by jschoggins View Post
First you need to learn to spell. It's moron not mouron...

Anyway, I wasn't trying to flame you. I said this was a good release. It was posted on se7sens 2 hours before you posted it. But if you did "code" this yourself then props to you and good job. Was just stating if you did "copy and paste" then you might give someone credit. But if you coded yourself then there is no need to give credit like you said.

Boils down to good job and nice release.


Typos do happen. You made an ass out of yourself now you look pretty dumb that's all I have to say. People wonder why I don't share my findings before they are publicly released ^ :rolleyes:
04-14-2010, 06:13 PM #26
Cryptic
Former Staff | Content Manager
Well enjoi 360.

Someone bust open the PS3 one then.
04-14-2010, 07:35 PM #27
Xvailer
League Champion
can this code work on XBL?
04-14-2010, 07:40 PM #28
shiver
chaos personified
Originally posted by 1337 View Post
Well enjoi 360.

Someone bust open the PS3 one then.


Originally posted by HEADSHOTDG2 View Post
can this code work on XBL?


Seriously, you both need to stop.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo