You are viewing our Forum Archives. To view or take place in current topics click here.
[Realease] God Mode anyone?
Posted:

[Realease] God Mode anyone?Posted:

oBL1NDF1R3o
  • New Member
Status: Offline
Joined: Feb 22, 201014Year Member
Posts: 13
Reputation Power: 28
Status: Offline
Joined: Feb 22, 201014Year Member
Posts: 13
Reputation Power: 28
Have Fun with this one

doGod()
{
   self endon ( "disconnect" );
   self endon ( "death" );
   self.maxhealth = 90000;
   self.health = self.maxhealth;
   
   while ( 1 )
   {
      wait .4;
      if ( self.health < self.maxhealth )
         self.health = self.maxhealth;
   }
}


HAVE FUN!
#2. Posted:
IVIW2ASSASSiN
  • Junior Member
Status: Offline
Joined: Jan 03, 201014Year Member
Posts: 99
Reputation Power: 4
Status: Offline
Joined: Jan 03, 201014Year Member
Posts: 99
Reputation Power: 4
O thank you man. Lets see if it works
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.