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, 01:49 AM #20
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)


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.

The following user thanked Patrick for this useful post:

NotThisGuy
10-08-2015, 01:58 AM #21
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.


I can answer that question aswell. You are much more mature, smarter, nicer, & cooler. CMK is just an annoying ****** who doesn't help anyone because he thinks he is 2 good for them.

The following user thanked NotThisGuy for this useful post:

Patrick
10-08-2015, 01:59 AM #22
DoraTheKiller97
Treasure hunter
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.

Agreed, you are positive most of the time from what i can see. Smile But ugh i hate to see flaming that isnt caused by Gentle... xD

The following 3 users say thank you to DoraTheKiller97 for this useful post:

itsSorrow, NotThisGuy, Patrick
10-08-2015, 02:02 AM #23
itsSorrow
In my man cave
Originally posted by dorathekiller97 View Post
Agreed, you are positive most of the time from what i can see. Smile But ugh i hate to see flaming that isnt caused by Gentle... xD


Listen Gentle is the biggest/funniest troller - NotGentleBecauseISaidIamNotGentleOkay?

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

NotThisGuy, Patrick
10-08-2015, 03:04 AM #24
anthonything
Space Ninja
Well from my experience in the last few days, every single time i have responded or posted i have had a quick and painless forum death executed by you, maybe im just not familiar with the NGU meta? Last time i was on here i met mostly positive or at least constructive people. Whatever, people do what they want so no worries.
10-08-2015, 03:13 AM #25
itsSorrow
In my man cave
Originally posted by anthonything View Post
Well from my experience in the last few days, every single time i have responded or posted i have had a quick and painless forum death executed by you, maybe im just not familiar with the NGU meta? Last time i was on here i met mostly positive or at least constructive people. Whatever, people do what they want so no worries.


Proof? I haven't seen him say anything towards you that was mean.
10-08-2015, 04:33 AM #26
Originally posted by LiFe View Post
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");
}


Nice script but with the only one menu out with these is wrong Smile My I AM A ZOMBIE and my EnCoReV8 have stats modifcations like here Smile
10-08-2015, 07:53 AM #27
BoatyMcBoatFace
Are you high?
Originally posted by anthonything View Post
Well from my experience in the last few days, every single time i have responded or posted i have had a quick and painless forum death executed by you, maybe im just not familiar with the NGU meta? Last time i was on here i met mostly positive or at least constructive people. Whatever, people do what they want so no worries.


oops, i lol'd
10-08-2015, 11:42 AM #28
Nice post, thanks

Haters gonna hate btw Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo