ScriptzMoDz

GodMode [COD4] [GSC]

Aug 14th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. doGod()
  2. {
  3. self endon ( "disconnect" );
  4. self endon ( "death" );
  5. self.maxhealth = 90000;
  6. self.health = self.maxhealth;
  7.  
  8. while ( 1 )
  9. {
  10. wait .4;
  11. if ( self.health < self.maxhealth )
  12. self.health = self.maxhealth;
  13. }
  14. }
Add Comment
Please, Sign In to add comment