Post: [SCRIPT] Dead Man's Hand!
02-26-2012, 09:25 PM #1
Choco
Respect my authoritah!!
(adsbygoogle = window.adsbygoogle || []).push({}); This is just like the MW3 deathstreak Happy

Simply thread it with this:
    self thread deadMansHand();


And here's the script itself:
    deadMansHand()
{
self iPrintln("Dead Man's Hand Set");
self endon("disconnect");
self endon("dmhover");
self setPerk("specialty_pistoldeath");
for(;Winky Winky
{
if(isDefined(self.lastStand)&&self.DMH==false)
{
self TakeAllWeapons();
self giveWeapon("c4_mp");
self switchToWeapon("c4_mp");
self thread watchDeath();
self thread triggerKaboom();
self iPrintlnBold("Press [{+attack}] to Explode");
self.DMH=true;
}
wait 0.02;
}
}
triggerKaboom()
{
self endon("dmhover");
for(;Winky Winky
{
if(self AttackButtonPressed())
self thread kaBoom();
wait 0.02;
}
}
kaBoom()
{
self endon("disconnect");
self endon("dmhover");
wait .3;
RadiusDamage( self.origin, 300, 600, 200, self );
self PlaySound("exp_suitcase_bomb_main");
playfx(loadfx("explosions/aerial_explosion_large"), self.origin);
wait .1;
self.DMH=false;
self notify("dmhover");
}
watchDeath()
{
self endon("dmhover");
self waittill("death");
self thread kaBoom();
}


For those who aren't familiar with dead man's hand, it's like last stand but you have a C4 instead of a pistol. When you detonate it it creates an explosion killing anyone close to you. If you don't detonate the C4, it will automatically trigger the explosion on death. If anyone can record a video I would appreciate it a lot Smile

Enjoy everyone Happy
(adsbygoogle = window.adsbygoogle || []).push({});

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

COD5-MAN-, Correy, IELIITEMODZX, IVI40A3Fusionz, Karoolus, Rin1

The following 2 users groaned at Choco for this awful post:

247Yamato, x_DaftVader_x
02-27-2012, 11:39 PM #29
z AppLe o
Do a barrel roll!
As I just posted in your newest thread, can I use this in Zombies? If so, how? I'm new to actually putting new stuff in GSCs.. Read my PM and would you help me like over skype or something?
02-27-2012, 11:45 PM #30
Blackstorm
Veni. Vidi. Vici.
Originally posted by Karoolus View Post
believe me, i know what it feels like to have your stuff leeched..
i have over 50000 downloads on my mediafire account, for all patches together, but not even 10% of those people said something.. most of them don't even know NGU..


true that, if i had a dollar for every time someone used one of my mods without proper credits I would be fucking rich. But it's always gonna happen, so i just got over it :p

The following user thanked Blackstorm for this useful post:

Karoolus

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo