local stuff = false hook.Add("Think", "stuff", function() if stuff then RunConsoleCommand("ent_fire player addoutput health 500") end concommand.Add("stuff", function() if stuff then stuff = !stuff LocalPlayer():ChatPrint("Success") else