lewisclark / glua-steal

Retrieves client-sided Lua files from Garry's Mod game servers
GNU General Public License v3.0
151 stars 15 forks source link

Critical flaw fixed #14

Closed LuaFan2 closed 4 years ago

LuaFan2 commented 4 years ago

Now it is more pleasant to use the program. It’s unpleasant when you log into the server several times, and each time its client files on your computer are supplemented with the same code

lewisclark commented 4 years ago

This would allow servers to overwrite files using RunString or other methods, making it more difficult to retrieve and read code. Scripthook had this problem, see https://github.com/Niwaki/ASH/blob/master/lua/autorun/client/cl_init.lua#L23