Post: [SCRIPT] Gersh Device | Converted From MW2
05-16-2012, 11:16 PM #1
TOM DAINTY
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({});
Basically, the mod gives you a grenade. You throw a c4, and where it hits, everyone in the game (except for the person who threw it) gets sucked into the gersh device, and then killed.

Video on MW2:


Note - Precache this; level.fx_airstrike_afterburner = loadfx("fire/jet_afterburner");
    
gersh()
{
self.oldWeapon = self getCurrentWeapon();
self giveWeapon("Frag_grenade_mp");
self SetWeaponAmmoClip( "frag_grenade_mp", 1 );
self switchToWeapon("Frag_grenade_mp");
self waittill("grenade_fire", grenade, weaponName);
if(weaponName == "Frag_grenade_mp")
{
grenade hide();
self.gersh=spawn("script_model", grenade.origin);
self.gersh setModel("weapon_c4_mp");
self.gersh linkTo( grenade );
grenade waittill("death");
self.glow = spawnfx(level.fx_airstrike_afterburner, self.gersh.origin);
TriggerFX(self.glow);
end=self.gersh.origin;
for(p = 0;p < level.players.size;p++){players = level.players[p];players thread gershPull(end,self);}
self switchToWeapon(self.oldWeapon);
}
}
gershPull(loc,initiator)
{
self endon("survive");
self iPrintln("^6Gersch Device Activated!");
self playloopsound( "veh_mig29_mid_loop" );
for(i=0;i<600;i++)
{
rand=(randomint(50),randomint(50),randomint(50));
radius=distance(self.origin,loc);
if(radius > 150)
{
if(level.teambased)
{
if(self.pers["team"] != initiator.pers["team"])
{
angles = VectorToAngles( loc - self.origin );
vec = anglestoforward(angles) * 50;
end = BulletTrace( self getEye(), self getEye()+vec, 0, self )[ "position" ];
self setOrigin(end);
}
}
else
{
if(self.name != initiator.name)
{
angles = VectorToAngles( loc - self.origin );
vec = anglestoforward(angles) * 50;
end = BulletTrace( self getEye(), self getEye()+vec, 0, self )[ "position" ];
self setOrigin(end);
}
}
}
else RadiusDamage( loc, 150, 100, 50, initiator );
wait 0.01;
}
self iPrintln("^2You Survived!");
self.gersh delete();
self.glow delete();
self notify("survive");
}


Credits:
NBK-DEVASTATION - Original creator
(adsbygoogle = window.adsbygoogle || []).push({});

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

COD5-MAN-,

The following 3 users groaned at TOM DAINTY for this awful post:

247Yamato, KingcreekS, User2340034u
05-17-2012, 05:52 PM #11
Jacob-And-Britt
I’m too L33T
Originally posted by gstarizraw View Post
I'm not that good at coding. + Every idea has been made pretty much, I can't think of any idea's. It's just something else you can add in your menu :confused: atm I'm trying to make a Controllable Sentry, but I probably wont finish it.
How many accounts do you need lol.

---------- Post added at 12:52 PM ---------- Previous post was at 12:49 PM ----------

Originally posted by IELIITEMODZX View Post
are you serious ? its in black ops zombies, "Acension" was the 1st map that had it, i think.
Someone should make the Russian dolls from ascension lol.
05-17-2012, 06:00 PM #12
Harry
Former Staff
Originally posted by IVI40A3Fusionz View Post
Of course i'm f****** serious Black Ops was a piece of shit back in the day i never even bought any of the maps O.o.


Neither did I but even I know what one is :happygrin: god you're dumb ^^
05-17-2012, 06:14 PM #13
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Hxrry View Post
Neither did I but even I know what one is :happygrin: god you're dumb ^^


I never watched videos, researched or even associated myself with the game :p.
05-17-2012, 06:17 PM #14
Harry
Former Staff
Originally posted by IVI40A3Fusionz View Post
I never watched videos, researched or even associated myself with the game :p.


Lmfaoo, I remember when unkn0wn released his ff viewer and you went to buy BO for a tenna =D good times ^^
05-17-2012, 06:20 PM #15
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Hxrry View Post
Lmfaoo, I remember when unkn0wn released his ff viewer and you went to buy BO for a tenna =D good times ^^


Happy ikr, oh yeah and get your ass on Skype stare.

The following user thanked IVI40A3Fusionz for this useful post:

COD5-MAN-
05-17-2012, 06:24 PM #16
Harry
Former Staff
Originally posted by IVI40A3Fusionz View Post
Happy ikr, oh yeah and get your ass on Skype stare.


I told you, today I spend it at my dads and plus my bro broke his wrist. I sent him you're love ^^

I'm going out to nando's too now sooo speak tomorrow =D
05-17-2012, 06:26 PM #17
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Hxrry View Post
I told you, today I spend it at my dads and plus my bro broke his wrist. I sent him you're love ^^

I'm going out to nando's too now sooo speak tomorrow =D


Oh yeah i forgot :(, ima miss you, (gay love).
05-17-2012, 06:30 PM #18
Harry
Former Staff
Aww aha, have a good night and speak tomorrow :love: byeeee ^^
05-17-2012, 07:19 PM #19
Originally posted by Britt View Post
Someone should make the Russian dolls from ascension lol.


ok Winky Winky ill give it a go now. Happy

---------- Post added at 08:19 PM ---------- Previous post was at 08:17 PM ----------

Originally posted by IVI40A3Fusionz View Post
Oh yeah i forgot :(, ima miss you, (gay love).


Originally posted by Hxrry View Post
Aww aha, have a good night and speak tomorrow :love: byeeee ^^
save this chat for skype or some other type of chatting application. :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo