hook.Add("PlayerInitialSpawn", "AntiSteamIDSpoof", function(ply)
if game.SinglePlayer() then return end
timer.Simple(0, function()
if IsValid(ply) == false or ply:IsBot() or ply:IsListenServerHost() or ply.IsFullyAuthenticated == nil or ply:IsFullyAuthenticated() then return end...