You are viewing our Forum Archives. To view or take place in current topics click here.
System Link Codes
Posted:
System Link CodesPosted:
Status: Offline
Joined: Feb 16, 201014Year Member
Posts: 482
Reputation Power: 26
Status: Offline
Joined: Feb 16, 201014Year Member
Posts: 482
Reputation Power: 26
So I got Spinning 10th and Accuracy mods in System Link. I figured you guys would like them as well.
**Accuracy works too, proof is the Se7enSins account I did for Sizzurp. It is ranked number 6 global.
** After you do the Accuracy mod you have to join a real game and fire 1 (one) bullet.
doScore()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_left", "+actionslot 3");
foreach ( statName, statVal in self.bufferedStats )
{
self waittill( "dpad_left" );
self setPlayerData( "deaths" , 0 );
self setPlayerData( "kills" , 2147483647 );
self setPlayerData( "score" , 2147483647 );
self setPlayerData( "wins" , 2147483647 );
self setPlayerData( "winStreak" , 1337 );
self setPlayerData( "killStreak" , 1337 );
self setPlayerData( "hits" , 2147483647 );
self setPlayerData( "misses" , 0 );
self setPlayerData( "headshots" , 2147483647 );
self setPlayerData( "losses" , -1 );
self setPlayerData( "accuracy" , 2147483647 );
self iPrintlnBold("^1Score/Kills/Wins Modded! Also Modded Streaks");
}
}
Spinning Tenth Code:
doIcon()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "button_x", "+usereload" );
self waittill ( "button_x" );
self setPlayerData( "cardIcon" , "cardicon_prestige10_02" );
self mapsmpgametypes_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );
self iPrintlnBold( "^2Emblem set to Spinning 10th Prestige!" );
}
Happy Modding everyone! Let's really mess up that leaderboard now!
I don't take credit for these mods!
**Accuracy works too, proof is the Se7enSins account I did for Sizzurp. It is ranked number 6 global.
** After you do the Accuracy mod you have to join a real game and fire 1 (one) bullet.
doScore()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_left", "+actionslot 3");
foreach ( statName, statVal in self.bufferedStats )
{
self waittill( "dpad_left" );
self setPlayerData( "deaths" , 0 );
self setPlayerData( "kills" , 2147483647 );
self setPlayerData( "score" , 2147483647 );
self setPlayerData( "wins" , 2147483647 );
self setPlayerData( "winStreak" , 1337 );
self setPlayerData( "killStreak" , 1337 );
self setPlayerData( "hits" , 2147483647 );
self setPlayerData( "misses" , 0 );
self setPlayerData( "headshots" , 2147483647 );
self setPlayerData( "losses" , -1 );
self setPlayerData( "accuracy" , 2147483647 );
self iPrintlnBold("^1Score/Kills/Wins Modded! Also Modded Streaks");
}
}
Spinning Tenth Code:
doIcon()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "button_x", "+usereload" );
self waittill ( "button_x" );
self setPlayerData( "cardIcon" , "cardicon_prestige10_02" );
self mapsmpgametypes_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );
self iPrintlnBold( "^2Emblem set to Spinning 10th Prestige!" );
}
Happy Modding everyone! Let's really mess up that leaderboard now!
I don't take credit for these mods!
#2. Posted:
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 1,408
Reputation Power: 594
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 1,408
Reputation Power: 594
Can anyone confirm?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 25, 200914Year Member
Posts: 1,853
Reputation Power: 1882
Status: Offline
Joined: Dec 25, 200914Year Member
Posts: 1,853
Reputation Power: 1882
this isnt even enough to work in live...better yet system link. these are just basic stats code...missing a part of it.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 05, 201014Year Member
Posts: 8
Reputation Power: 0
Status: Offline
Joined: Apr 05, 201014Year Member
Posts: 8
Reputation Power: 0
if i pay will you do it for my account
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.