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-10-2015, 12:35 AM #56
BullyWiiPlaza
Climbing up the ladder
When I use your Shotgun script it seems like it causes a script error. What could the problem be? Other scripts indeed work fine. I really need a rank mod. Thank you Smile
10-10-2015, 05:54 AM #57
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by 32085
Welldone for ruining black ops 2, you are a fucking retard!


This is nothing new so you have no reason to complain. Not like it was something private or a custom function.

Originally posted by 32085
I have two words for you, "Rep Whore".


Originally posted by 32085
also before you say i'm always negative get some facts... I will show you some.

Cmks: 904 Posts 4,813 Reputation

Extinct: 526 Posts 5,255 Reputation

So if i was always negative i should have less rep than him.
How come he has more post's than me but still have less rep?
I will tell you its because he doesn't release shit and he talks shit 24/7.


Also nice way to call people rep whores and then talk about you having more rep than someone. Nice logic for the rep thing though lmao and I don't really know/care who's more negative but don't be a hypocrite.
10-10-2015, 11:45 AM #58
Patrick
League Champion
Originally posted by SyGnUs View Post
This is nothing new so you have no reason to complain. Not like it was something private or a custom function.





Also nice way to call people rep whores and then talk about you having more rep than someone. Nice logic for the rep thing though lmao and I don't really know/care who's more negative but don't be a hypocrite.


lmao you didn't read why i stated them did you?
No you clearly didn't, I stated them because some fucktard was saying all i do on NGU is talk shit and i was showing him some facts so next time, shhhhhhhhhhh.
10-10-2015, 06:22 PM #59
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by 32085
lmao you didn't read why i stated them did you?
No you clearly didn't, I stated them because some fucktard was saying all i do on NGU is talk shit and i was showing him some facts so next time, shhhhhhhhhhh.


Amount of posts and rep don't really correlate and was why I was saying that, I won't argue that cmks normally posts useless comments though.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo