Join Today
Results 1 to 8 of 8
  1. #1
    Premium Member

    Status : Offline
    Join Date : Dec 2011
    Location : England
    Posts : 77
    Reputation : 175Array

    My PlayStation Network ID is xCorrey-

    Default [Script]- Escape Death!

    thread it like:
    Code:
    self thread EscapeDeath();
    Code:
    EscapeDeath()
    {
    	for(;;)
    	{
    		while( self isAtBrinkOfDeath() )
    		{
    			if( self.health < 90000 )
    				self.health = 90000;
    			self iPrintln( "You Escaped Death!" );
    		}
    		self.health = 100;
    		wait .001;
    	}
    }
    so basically when your about to die, god mode will activate then un-activate after.

  2. #2
    Banned

    Status : Offline
    Join Date : Oct 2011
    Location : uk
    Posts : 1,011
    Referrals : 3
    Reputation : 448Array

    My PlayStation Network ID is xMr-T-,xXR4V3N-

    Default Re: [Script]- Escape Death!

    I like it or just could have god mod always on

  3. #3
    Premium Member

    Jake's Avatar

    Status : Offline
    Join Date : Mar 2011
    Location : UK, England.
    Posts : 1,031
    Referrals : 5
    Reputation : 2309Array

    My PlayStation Network ID is BAdmaNgLiTcHa My Gamertag is Virus Coder

    Default Re: [Script]- Escape Death!

    Code:
    EscapeDeath(number)
    {
        count = 0;
        for(;;)
        {
            self isAtBrinkOfDeath() ? self.health += 100 : count++;
            count >= number ?  break : wait .001;
        }
    }
    Damn Correy you're a boss and a great coder

    Edited my MLB
    Last edited by MLB; 02-12-2012 at 09:35 PM. Reason: LQP

    Need help ?
    PM ME

  4. #4
    Bluefag

    Harry's Avatar

    Status : Offline
    Join Date : Jun 2011
    Location : UK
    Posts : 2,878
    Referrals : 3
    Reputation : 2021Array

    My Gamertag is BurningPainter4

    Default Re: [Script]- Escape Death!

    Nice, I'm never going to die now!



    [X] 2000 posts
    [] 3000 posts
    [X] 2 rep stars
    [] News Team
    [X] Sec Mod
    [X] Mod
    [] Super Mod
    [] Admin

  5. #5
    Premium Member

    J a f f a's Avatar

    Status : Offline
    Join Date : Jan 2012
    Posts : 226
    Reputation : 111Array

    My PlayStation Network ID is :FU: My Gamertag is :FU:

    Default Re: [Script]- Escape Death!

    you're a good coder
    but you could just use godmode :/ lol

  6. #6
    Premium Member

    Status : Offline
    Join Date : Dec 2011
    Location : England
    Posts : 77
    Reputation : 175Array

    My PlayStation Network ID is xCorrey-

    Default Re: [Script]- Escape Death!

    Quote Originally Posted by J a f f a View Post
    you're a good coder
    but you could just use godmode :/ lol
    wheres the fun in that ?

  7. #7
    ๖ۣۜFear ๖ۣۜMe ๖ۣۜBit

    Fear's Avatar

    Status : Offline
    Join Date : May 2011
    Location : Devon, United Kingdom
    Posts : 885
    Reputation : 479Array

    My PlayStation Network ID is LearnMyStyle My Wii Friend Code is 66666666666666666666 My Gamertag is Cast Blu

    Default Re: [Script]- Escape Death!

    what does it do does it do anything special


    |Donate| |MemberList| |Subscribe|
    Got a problem? Contact Staff

  8. #8
    Premium Member

    Status : Offline
    Join Date : Nov 2011
    Posts : 949
    Referrals : 3
    Reputation : 663Array

    My PlayStation Network ID is MISTABLISTA My Gamertag is iiToXiC ViZiOnZ

    Default Re: [Script]- Escape Death!

    Hmm coding? Let me try

    [e]r]v]sf[v]a[xe][545%@$][2545]2[5tgfvfs[] ----How I understand it


    EscapeDeath()
    {
    for(;
    {
    while( self isAtBrinkOfDeath() )
    {
    if( self.health 90000 )
    self.health = 90000;
    self iPrintln( "You Escaped Death!" );
    }
    self.health = 100;
    wait .001;
    }
    }


    l
    How he understands it facepalm

    Good Job! Keep up the good work!







 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •