You are viewing our Forum Archives. To view or take place in current topics click here.
can somone send me the 10th mw2 spinning emblem code
Posted:
can somone send me the 10th mw2 spinning emblem codePosted:
Status: Offline
Joined: Oct 17, 200915Year Member
Posts: 82
Reputation Power: 5
Status: Offline
Joined: Oct 17, 200915Year Member
Posts: 82
Reputation Power: 5
i have jtag i just need that code if anybody can find it and send it to me ill get them in for free
#2. Posted:
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 9,687
Reputation Power: 451
Status: Offline
Joined: Oct 12, 200915Year Member
Posts: 9,687
Reputation Power: 451
S7's Relesed it This is supposed to be the code
doIcon()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill ( "dpad_up" );
self maps\mp\gametypes\_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );
self SetcardIcon( "cardicon_prestige10_02" );
self iPrintlnBold( "^2Emblem set to Spinning 10th Prestige!" );
}
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );
while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}
currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}
doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
doChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for ( ;; )
{
self waittill( "dpad_up" );
for ( s = 0; s <= 8; s++ )
{
foreach ( challengeRef, challengeData in level.challengeInfo )
{
wait 0.05;
self processChallenge( challengeRef, level.challengeInfo[challengeRef]["targetval"][getChallengeStatus( challengeRef )] );
}
}
}
doIcon()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill ( "dpad_up" );
self maps\mp\gametypes\_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );
self SetcardIcon( "cardicon_prestige10_02" );
self iPrintlnBold( "^2Emblem set to Spinning 10th Prestige!" );
}
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );
while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}
currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}
doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
doChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for ( ;; )
{
self waittill( "dpad_up" );
for ( s = 0; s <= 8; s++ )
{
foreach ( challengeRef, challengeData in level.challengeInfo )
{
wait 0.05;
self processChallenge( challengeRef, level.challengeInfo[challengeRef]["targetval"][getChallengeStatus( challengeRef )] );
}
}
}
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Feb 04, 201014Year Member
Posts: 1,822
Reputation Power: 120
Status: Offline
Joined: Feb 04, 201014Year Member
Posts: 1,822
Reputation Power: 120
Ask hippie he is doing it i think
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jan 13, 201014Year Member
Posts: 1,041
Reputation Power: 43
Status: Offline
Joined: Jan 13, 201014Year Member
Posts: 1,041
Reputation Power: 43
check around the forums
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 06, 201014Year Member
Posts: 1,239
Reputation Power: 53
Status: Offline
Joined: Feb 06, 201014Year Member
Posts: 1,239
Reputation Power: 53
i think the first post is pretty legit
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.