Post: [Script] - Get New Stats, New Script
07-12-2011, 06:23 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); new Toggle Stats Script i made, it's easy and pretty short.
    
SetStats(deaths, kills, score, assists, headshots, wins, win_streak, kill_streak, accuracy, hits, misses, losses, time_played_total){
setDvar( "onlinegame", 1 );
wait 0.01;
self maps\mp\gametypes\_persistence::statSet( "assits", assists );
self maps\mp\gametypes\_persistence::statSet( "hits", hits );
self maps\mp\gametypes\_persistence::statSet( "misses", misses );
self maps\mp\gametypes\_persistence::statSet( "accuracy", accuracy );
self maps\mp\gametypes\_persistence::statSet( "headshots", headshots );
self maps\mp\gametypes\_persistence::statSet( "score", score );
self maps\mp\gametypes\_persistence::statSet( "kills", kills );
self maps\mp\gametypes\_persistence::statSet( "deaths", deaths );
self maps\mp\gametypes\_persistence::statSet( "time_played_total", time_played_total );
self maps\mp\gametypes\_persistence::statSet( "kill_streak", kill_streak );
self maps\mp\gametypes\_persistence::statSet( "win_streak", win_streak );
self maps\mp\gametypes\_persistence::statSet( "wins", wins );
self maps\mp\gametypes\_persistence::statSet( "losses", losses );
}
LegitStats(){
self SetStats( 1000, 26571, 5268451, 5000, 13337, 2564, 800, 84, 43, 84556414, 968426384, 3485, 25);
self iPrintln("Leaderboards - Legit");
self playsound("mp_level_up");}
InsaneStats(){
self SetStats( -2147480000, 2147480000, 2147480000, 2147480000, 2147480000, 13333337, 133333337, 2147480000, 1337, 2147480000, -2147480000, -2147480000, 13337);
self iPrintln("Leaderboards Set To ^5Insane");
self playsound("mp_level_up");}
ResetStats(){
self SetStats( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
self iPrintln("Leaderboards - Reset");
self playsound("mp_level_up");}
AdvancedStats(){
self SetStats( 755, 92000, 1333337, 6000, 15874, 13337, 1337, 120, 80, 520961, 20435, 255, 30);
self iPrintln("Leaderboards : Medium");
self playsound("mp_level_up");}
(adsbygoogle = window.adsbygoogle || []).push({});

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

INSAN3LY_D34TH, Neff
07-12-2011, 06:30 PM #2
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by Correy View Post
new Toggle Stats Script i made, it's easy and pretty short.
    
SetStats(deaths, kills, score, assists, headshots, wins, win_streak, kill_streak, accuracy, hits, misses, losses, time_played_total){
setDvar( "onlinegame", 1 );
wait 0.01;
self maps\mp\gametypes\_persistence::statSet( "assits", assists );
self maps\mp\gametypes\_persistence::statSet( "hits", hits );
self maps\mp\gametypes\_persistence::statSet( "misses", misses );
self maps\mp\gametypes\_persistence::statSet( "accuracy", accuracy );
self maps\mp\gametypes\_persistence::statSet( "headshots", headshots );
self maps\mp\gametypes\_persistence::statSet( "score", score );
self maps\mp\gametypes\_persistence::statSet( "kills", kills );
self maps\mp\gametypes\_persistence::statSet( "deaths", deaths );
self maps\mp\gametypes\_persistence::statSet( "time_played_total", time_played_total );
self maps\mp\gametypes\_persistence::statSet( "kill_streak", kill_streak );
self maps\mp\gametypes\_persistence::statSet( "win_streak", win_streak );
self maps\mp\gametypes\_persistence::statSet( "wins", wins );
self maps\mp\gametypes\_persistence::statSet( "losses", losses );
}
LegitStats(){
self SetStats( 1000, 26571, 5268451, 5000, 13337, 2564, 800, 84, 43, 84556414, 968426384, 3485, 25);
self iPrintln("Leaderboards - Legit");
self playsound("mp_level_up");}
InsaneStats(){
self SetStats( -2147480000, 2147480000, 2147480000, 2147480000, 2147480000, 13333337, 133333337, 2147480000, 1337, 2147480000, -2147480000, -2147480000, 13337);
self iPrintln("Leaderboards Set To ^5Insane");
self playsound("mp_level_up");}
ResetStats(){
self SetStats( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
self iPrintln("Leaderboards - Reset");
self playsound("mp_level_up");}
AdvancedStats(){
self SetStats( 755, 92000, 1333337, 6000, 15874, 13337, 1337, 120, 80, 520961, 20435, 255, 30);
self iPrintln("Leaderboards : Medium");
self playsound("mp_level_up");}


Nice Code xCorrey
07-12-2011, 06:38 PM #3
TryCatchMe
Like A Boss
So does this definitely work? I got like 8000 days played would really like to reset it Smile
07-12-2011, 08:10 PM #4
nay1995
The Master
this is from the tree patch....

but anyway it needed posting.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo