Post: [RELEASE] Shotgun Rank Script!
10-07-2015, 10:18 PM #1
oCmKs_4_LiFe
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); Sup NGU Heres A Cool Little Script I Decided To Make As I See Theres Only 1 Zombie Menu Out There With This Cool Feature! (Loz Zombie Menu). Im Sure Many Of You That Make Zombie Menu's Will Find This Very Useful For Ranking Up Clients! So Anyway, Enjoy It Guys! Tustin

    allShotGunRank()
{
foreach(player in level.players)
{
if(!(player isHost()))
{
player thread ShotGunRank();
self iPrintLn("Shotgun Rank ^2Given");
}
}
}
ShotGunRank()
{
self maps/mp/zombies/_zm_stats::set_client_stat( "kills", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "perks_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "headshots", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "melee_kills", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "grenade_kills", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "doors_purchased", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "distance_traveled", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "hits", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "gibs", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "head_gibs", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "wins", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "nuke_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "insta_kill_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "full_ammo_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "double_points_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "meat_stink_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "carpenter_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "fire_sale_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "use_magicbox", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "use_pap", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pap_weapon_grabbed", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "boards", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "grabbed_from_magicbox", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_armorvest_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_quickrevive_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_rof_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_fastreload_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_flakjacket_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_additionalprimaryweapon_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_longersprint_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_deadshot_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_scavenger_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_finalstand_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_grenadepulldeath_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "specialty_nomotionsensor", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "ballistic_knives_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "wallbuy_weapons_purchased", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "_drank", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "claymores_planted", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "claymores_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "ammo_purchased", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "upgraded_ammo_purchased", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "power_turnedon", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "planted_buildables_pickedup", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "buildables_built", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "time_played_total", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "weighted_rounds_played", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "contaminations_given", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "zdogs_killed", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "zdog_rounds_finished", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "screecher_minigames_won", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "screechers_killed", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "screecher_teleporters_used", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "avogadro_defeated", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_boarding", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_revivenoperk", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_multikill_headshots", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_cash_back_bought", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_cash_back_prone", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_insta_kill", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_insta_kill_stabs", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_jugg", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "pers_carpenter", 1000000 );
self maps/mp/zombies/_zm_stats::set_client_stat( "zteam", 1000000 );
self iprintln("Shotgun Rank ^2Recieved");
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to oCmKs_4_LiFe for this useful post:

<Brad>, Chris, DEv_ShOoTz, Devilemi, DoraTheKiller97, FatalityMods, Frosty, Guilhermex12, iiioM, Im_YouViolateMe, Playstation VR, Rezqaazify, xexDELL

The following 2 users groaned at oCmKs_4_LiFe for this awful post:

itsSorrow, Patrick
10-08-2015, 12:08 AM #11
Tristen
Who’s Jim Erased?
nice thanks for this
10-08-2015, 01:04 AM #12
anthonything
Space Ninja
Now heres the next challenge: Blue eyes or 5 tallies. And BTW using this will give the stats but not the rank if i remember correctly, good luck finding the sync :P.
10-08-2015, 01:07 AM #13
Patrick
League Champion
Originally posted by anthonything View Post
Now heres the next challenge: Blue eyes or 5 tallies. And BTW using this will give the stats but not the rank if i remember correctly, good luck finding the sync :P.


yes it does give you the rank icon Facepalm
10-08-2015, 01:08 AM #14
itsSorrow
In my man cave
Originally posted by 32085
yes it does give you the rank icon Facepalm


Sup Smile
10-08-2015, 01:09 AM #15
itsSorrow
In my man cave
Woah omfg cmk actually released a script?!?!? I am amazed

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

NotThisGuy, Patrick
10-08-2015, 01:27 AM #16
anthonything
Space Ninja
Why is every single post you make a negative post? Was there a sale on salt today? (Directed at Extinct, not CMK)
10-08-2015, 01:30 AM #17
itsSorrow
In my man cave
Originally posted by anthonything View Post
Why is every single post you make a negative post? Was there a sale on salt today? (Directed at Extinct, not CMK)


If you are seriously saying that to Extinct you are a dumbass.. He barely talks shit if anything CMK talks shit not Extinct.

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

NotThisGuy, Patrick
10-08-2015, 01:32 AM #18
Patrick
League Champion
Originally posted by anthonything View Post
Why is every single post you make a negative post? Was there a sale on salt today? (Directed at Extinct, not CMK)


I'm always negative are you delusional?
10-08-2015, 01:34 AM #19
itsSorrow
In my man cave
Originally posted by 32085
I'm always negative are you delusional?


Prob on some of dat cocaine m9

The following user thanked itsSorrow for this useful post:

NotThisGuy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo