Post: [CODE] Glow Stick
07-16-2012, 01:14 AM #1
Cmd-X
It's been awhile.
(adsbygoogle = window.adsbygoogle || []).push({});
Glow Stick Code (MW2)

    
lightsticktestwtf()
{
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_extendedmelee");
self maps\mp\perks\_perks::givePerk("specialty_fastsprintrecovery");
self maps\mp\perks\_perks::givePerk("specialty_improvedholdbreath");
self maps\mp\perks\_perks::givePerk("specialty_fastsnipe");
self maps\mp\perks\_perks::givePerk("specialty_selectivehearing");
self maps\mp\perks\_perks::givePerk("specialty_heartbreaker");
self maps\mp\perks\_perks::givePerk("specialty_automantle");
self maps\mp\perks\_perks::givePerk("specialty_falldamage");
self maps\mp\perks\_perks::givePerk("specialty_lightweight");
self maps\mp\perks\_perks::givePerk("specialty_coldblooded");
self maps\mp\perks\_perks::givePerk("specialty_fastmantle");
self maps\mp\perks\_perks::givePerk("specialty_quickdraw");
self maps\mp\perks\_perks::givePerk("specialty_parabolic");
self maps\mp\perks\_perks::givePerk("specialty_detectexplosive");
self maps\mp\perks\_perks::givePerk("specialty_marathon");
self maps\mp\perks\_perks::givePerk("specialty_extendedmags");
self maps\mp\perks\_perks::givePerk("specialty_armorvest");
self maps\mp\perks\_perks::givePerk("specialty_scavenger");
self maps\mp\perks\_perks::givePerk("specialty_jumpdive");
self maps\mp\perks\_perks::givePerk("specialty_extraammo");
self maps\mp\perks\_perks::givePerk("specialty_bulletdamage");
self maps\mp\perks\_perks::givePerk("specialty_quieter");
self maps\mp\perks\_perks::givePerk("specialty_bulletpenetration");
self maps\mp\perks\_perks::givePerk("specialty_bulletaccuracy");
self takeweapon( "semtex_mp" );
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "throwingknife_mp" );
self takeweapon( "concussion_grenade_mp" );
self takeweapon( "smoke_grenade_mp" );
self giveweapon("c4_mp",0,false);
wait 0.01;
self takeweapon( "c4_mp" );
wait 0.5;
self giveweapon("lightstick_mp",0,false);
}

(Yes, you need all the perks, or else it won't work for some reason)

Precache:
    
precacheItem("lightstick_mp");


that's what my class setup was, sometimes it may not work if you use other items.

video:


Thanks LightModz for always being by my side when I was down :love:

credits:

rendflex
&
You must login or register to view this content.


_____________________________________________
thanks :love:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 27 users say thank you to Cmd-X for this useful post:

-Kitten-, blackhawk2299, YouAppreciateMe, ChromeVisionz, CrEaTiiOnUNREAL, d1g1tal, DiscoverTheOG, dutch masters, EcLiPz_MoDD3Rz, forflah123, ForgivenxModz, Fraud, Hoodie Allen, Ingloreusemodz, itzHaZed, Kush Friendly, Jango, primetime43, say-say123, Script Kiddie, Simple-_-Modz, Special-Modding, This-Guyy, UnboundUser, Vultra, xSoulEdge, xXdynomite1997X

The following 5 users groaned at Cmd-X for this awful post:

247Yamato, KingcreekS, Uk_ViiPeR, Vampytwistッ
07-16-2012, 01:18 AM #2
LightModz
League Champion
You must login or register to view this content.
go to last page.
also wheres credits? :<
07-16-2012, 01:26 AM #3
homeedog
I am error
lol make sure you have steady aim on when you use it!

The following user thanked homeedog for this useful post:

Cmd-X
07-16-2012, 01:32 AM #4
primetime43
Knowledge is power Tiphat
Originally posted by Snow
Glow Stick Code (MW2)

    
lightsticktestwtf()
{
self takeweapon( "semtex_mp" );
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "throwingknife_mp" );
self takeweapon( "concussion_grenade_mp" );
self takeweapon( "smoke_grenade_mp" );
wait 0.5;
self giveweapon("lightstick_mp",0,false);
}

Precache:
    
precacheItem("lightstick_mp");


video:


hate me all you want LightModz :carling:

credits:
Not sure since this was always in the game..

thanks :love:

Haha, thats sick man.

The following user thanked primetime43 for this useful post:

Cmd-X
07-16-2012, 01:35 AM #5
SCR34M
Banned
really nice
07-16-2012, 02:00 AM #6
Cmd-X
It's been awhile.
Originally posted by homeedog View Post
lol make sure you have steady aim on when you use it!


Oh yeah, I forgot about that.

The following user thanked Cmd-X for this useful post:

Special-Modding
07-16-2012, 02:06 AM #7
Vanz
Z32 Love <3
Originally posted by Snow
Glow Stick Code (MW2)

    
lightsticktestwtf()
{
self takeweapon( "semtex_mp" );
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "throwingknife_mp" );
self takeweapon( "concussion_grenade_mp" );
self takeweapon( "smoke_grenade_mp" );
wait 0.5;
self giveweapon("lightstick_mp",0,false);
}

Precache:
    
precacheItem("lightstick_mp");


make sure you have the following perks/equipment:

C4 (not sure if needed)
Smoke Grenade (not sure if needed)
Scavenger (not sure if needed)
Stopping Power (not sure if needed)
Steady Aim


that's what my class setup was, sometimes it may not work if you use other items.

video:


hate me all you want LightModz :carling:

credits:
Not sure since this was always in the game..

thanks :love:

I know this is a noob question put here do I put the
    precacheItem("lightstick_mp");
?
07-16-2012, 02:08 AM #8
Cmd-X
It's been awhile.
Originally posted by Vanz View Post
I know this is a noob question put here do I put the
    precacheItem("lightstick_mp");
?


Put that in the missions init()

The following user thanked Cmd-X for this useful post:

Special-Modding
07-16-2012, 02:17 AM #9
Originally posted by Snow
Glow Stick Code (MW2)

    
lightsticktestwtf()
{
self takeweapon( "semtex_mp" );
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "throwingknife_mp" );
self takeweapon( "concussion_grenade_mp" );
self takeweapon( "smoke_grenade_mp" );
wait 0.5;
self giveweapon("lightstick_mp",0,false);
}

Precache:
    
precacheItem("lightstick_mp");


make sure you have the following perks/equipment:

C4 (not sure if needed)
Smoke Grenade (not sure if needed)
Scavenger (not sure if needed)
Stopping Power (not sure if needed)
Steady Aim


that's what my class setup was, sometimes it may not work if you use other items.

video:


hate me all you want LightModz :carling:

credits:
Not sure since this was always in the game..

thanks :love:



give credits to the person who found it!

also this wasn't the original.

All you need to do is precacheItem("lightstick_mp"); in init

and then anywhere

self takeAllWeapons();
self giveWeapon("lightstick_mp");

and press R2...

The following 7 users say thank you to Jakes625 for this useful post:

DEREKTROTTER, KCxFTW, PussayPatrol, RaspberryIce, Simple-_-Modz, Special-Modding, Vampytwistッ
07-16-2012, 02:27 AM #10
Cmd-X
It's been awhile.
Originally posted by GAMER View Post
give credits to the person who found it!

also this wasn't the original.

All you need to do is precacheItem("lightstick_mp"); in init

and then anywhere

self takeAllWeapons();
self giveWeapon("lightstick_mp");

and press R2...


Credits to infinity ward for putting it in their game? Lol, and yes Jake, we know you can also add it to the spawn, and yes, Jake, I already stated what you need to precache. Tell me who found it, because I seriously don't know.

The following user groaned Cmd-X for this awful post:

LightModz

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo