while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
This is one of the many God and Ammo codes floating around online. This would need to be inserted into your Patch_MP file. This is just the line of code without instructions on how to decrypt the Patch_MP or the GSC's. You will have to learn how to Decrypt and find the place where this belongs in the Patch_MP.