Net CommandsSo 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?
Originally Posted by suchisgood Code: local tbl = {} for k,v in pairs(net.Receivers) do tbl[k] = {k,v} end PrintTable(tbl) What the fuck? Code: PrintTable(net.Receivers)
Originally Posted by hilo peeps What the fuck? Code: PrintTable(net.Receivers) fkn skid copying my code