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-26-2012, 09:32 PM #2
Originally posted by .Choco View Post
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


lol is this in your menu you sent me ?
02-26-2012, 09:33 PM #3
Choco
Respect my authoritah!!
Originally posted by IELIITEMODZX View Post
lol is this in your menu you sent me ?


No, actually I've updated it quite a bit since I sent it to you :p
02-26-2012, 09:33 PM #4
Originally posted by .Choco View Post
No, actually I've updated it quite a bit since I sent it to you :p


:( lol i was going to try this out on your menu Happy
02-26-2012, 09:37 PM #5
Choco
Respect my authoritah!!
Originally posted by IELIITEMODZX View Post
:( lol i was going to try this out on your menu Happy


:lol: If you want the updated version I can give it to you... do you like the menu styling?
02-26-2012, 09:54 PM #6
DlBSY993
There's 0nly 1..
has a touch of vaders code in there no?
02-26-2012, 09:58 PM #7
xKtF
In my man cave
do you mind giving me a few tips on coding
02-26-2012, 09:59 PM #8
Choco
Respect my authoritah!!
Originally posted by DlBSY993 View Post
has a touch of vaders code in there no?


No, I scripted this myself. Why, is some of it reminiscent of vader's codes? Maybe that's why he groaned :p
02-26-2012, 10:01 PM #9
DlBSY993
There's 0nly 1..
Originally posted by .Choco View Post
No, I scripted this myself. Why, is some of it reminiscent of vader's codes? Maybe that's why he groaned :p


If you look at the script he posted earlier there is a uncanny resemblance between the 2 ideas.. just looks that way thats all.
02-26-2012, 10:06 PM #10
Choco
Respect my authoritah!!
Originally posted by DlBSY993 View Post
If you look at the script he posted earlier there is a uncanny resemblance between the 2 ideas.. just looks that way thats all.


Oh shit you mean this... You must login or register to view this content.

Well fuck. I didn't see that posted, and yea they are pretty similar. I don't expect anyone to believe me but I really did code this myself :\

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo