Code:local Abusable = { ["Net"] = false, ["Messages"] = false, ["You"] = false, ["Have"] = false, ["Exploits"] = false, ["For"] = false, } for str in next, net.Receivers do if (Abusable[str]) == nil) then continue end Abusable[str] = true end local exploit = function() if !(Abusable["nwstr"]) then return end -- exploit codes -- end