Post: [CODE]: Flood Gun
09-29-2012, 11:54 AM #1
HackersForHire
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys,
I made this Gun after looking through MW2 Hidden Files but I realized it only works for UnderPass & Storm though, so I thought I'd release!
Still a cool Gun in my Opinion!

Lets see if PREMIER Can make it Shorter! :satisfied: :happygrin:

What it looks Like
Video :


Code Here

    
FloodGUN()
{
self endon("death");
self endon("disconnect");
self iPrintln("^2Flood Gun for UnderPass");
self iPrintln("^0Made by HepticOnline");
level._effect["rain_noise_splashes"] = loadfx( "weather/rain_noise_splashes" );
level._effect["rain_splash_lite_64x64"] = loadfx( "weather/rain_splash_lite_64x64" );
level._effect["rain_splash_lite_128x128"] = loadfx( "weather/rain_splash_lite_128x128" );
level._effect["river_splash_small"] = loadfx( "water/river_splash_small" );
level._effect["drips_fast"] = loadfx( "misc/drips_fast" );
self giveWeapon("beretta_silencer_mp",6);
self switchtoweapon("beretta_silencer_mp",6);
for(;Winky Winky
{
self waittill("weapon_fired");
if(self getcurrentweapon()== "beretta_silencer_mp")
{
my=self gettagorigin("j_head");
trace=bullettrace(my,my+anglestoforward(self getplayerangles())*100000,true,self)["position"];
playfx(level._effect["rain_noise_splashes"],trace);
playfx(level._effect["rain_splash_lite_64x64"],trace);
playfx(level._effect["rain_splash_lite_128x128"],trace);
playfx(level._effect["river_splash_small"],trace);
playfx(level._effect["drips_fast"],trace);
}
wait 0.1;
}
}



Hope you Guys Like it Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 19 users say thank you to HackersForHire for this useful post:

*xActionMods*, BvB-09r-_-N!c0, crazymodzz, CrEaTiiOnUNREAL, ForgivenxModz, FourzerotwoFAILS, Callumeleyy, ImCreativeModdz, Komet웃, JokerRey, notoriousCFW, Jango, PnuTGamer, PussayPatrol, Slice, Valid♥, Vanz, xCyMods, xToysBoy_
10-13-2012, 06:05 PM #38
ChromeVisionz
Do a barrel roll!
nice, this is cool

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo