Post: [Script] - Escape Death!
08-06-2011, 03:50 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); This Script Was Brought to my mind so i decided to code it.

What it Does!
when you're getting shot it will enable god mode, when you not getting shot god mode will be off.

Add this To On Player Spawn
    
self.EscapeDeath = false;


Add To Your Menu
    
self thread EscapeDeath();


Add somewhere in your GSC
    
EscapeDeath()
{
self endon( "death " );
self endon( "end_escape" );
self.EscapeDeath = true;
if (EscapeDeath == true)
{
self iPrintln( "Escape Death: ^2Enabled!" );
if (self isAtBrinkOfDeath())
{
self thread God();
self iPrintln("^1You Escaped Death");
}
else
{
self notify( "no_escape" );
}
}
else
{
self iPrintln( "Escape Death: ^1Disabled!" );
self notify( "end_escape" );
self.EscapeDeath = false;
}
}
God()
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_escape" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}


It's basically an advanced god mode Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Correy for this useful post:

SiLLiKaLaX
08-09-2011, 07:41 PM #11
Correy
I'm the Original
Originally posted by Telepot View Post
Could just use demigod then Winky Winky


yeah i suppose you could, but this is just a simple code for when your getting shot at.. you know, daft little scripts people could use or it can be worked on Winky Winky
08-10-2011, 06:55 AM #12
Could you make it so when you get shot at it teleports you to a random spot on the map?
08-10-2011, 12:13 PM #13
Correy
I'm the Original
Originally posted by HeAdsWillRoLL View Post
Could you make it so when you get shot at it teleports you to a random spot on the map?


pretty cool idea, i might bare that in mind Winky Winky
08-10-2011, 12:17 PM #14
Karoolus
I'm the W@W Menu Guy !
Originally posted by HeAdsWillRoLL View Post
Could you make it so when you get shot at it teleports you to a random spot on the map?


Originally posted by Correy View Post
pretty cool idea, i might bare that in mind Winky Winky


that DOES sound pretty cool Happy
or even better:

when you get shot, teleport yourself behind the player who's shooting you, he'll never expect that Happy
08-10-2011, 12:18 PM #15
Correy
I'm the Original
Originally posted by Karoolus View Post
that DOES sound pretty cool Happy
or even better:

when you get shot, teleport yourself behind the player who's shooting you, he'll never expect that Happy


haha, thats sick.. but the only thing hard..
how you suppost to get the co-ordinates of that person who's shooting you :confused:
08-10-2011, 03:45 PM #16
Karoolus
I'm the W@W Menu Guy !
Originally posted by Correy View Post
haha, thats sick.. but the only thing hard..
how you suppost to get the co-ordinates of that person who's shooting you :confused:


i'll think about it & let you know Winky Winky
08-10-2011, 03:47 PM #17
Correy
I'm the Original
Originally posted by Karoolus View Post
i'll think about it & let you know Winky Winky


you need to find out who's shooting then also find to co-ordinates :derp:
08-28-2011, 06:08 PM #18
[wt]Will-S
Double Time
Is it for PC? How do I activate it ?
08-28-2011, 06:38 PM #19
Originally posted by Correy View Post
you need to find out who's shooting then also find to co-ordinates :derp:


There's already stuff for that you can use in the patch... Cool Man (aka Tustin)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo