ok some garbage server has some garbage code that has some garbage exploits
FamousRP | Wire | M9K | Custom | FastDL |
185.38.148.8:27085

Code:
 
hook.Add("Think","crap", function()
	if LocalPlayer():Health() < 100 then
		net.Start("buyinghealth")
		net.SendToServer()
	end
	if LocalPlayer():Armor() < 100 then
		net.Start("armorgiving")
		net.SendToServer()
	end
 end)
gives you full health and armor if they go under 100