Net Commands
So I've been using a command logger and I see that most of the commands that are done are net commands. Is there any way to exploit these like runconsole commands?
local tbl = {} for k,v in pairs(net.Receivers) do tbl[k] = {k,v} end PrintTable(tbl)