GSC Legit Looking Godmode | Hitmarkers

Liam

BU4
Messages
185
Reaction score
171
Points
818
Hey,

Simple script for a godmode that makes things look more realistic.
People will get hitmarkers on you but you wont die

Code:
self.notmax = 999; while ( 1 )    {     if(self.health < 990)     {     self.health = self.notmax;     }     wait .01;     } }

 
Top