Closed ugskv closed 2 years ago
When using the second argument in (RunString, RunStringEx, CompileString) filesteal allows you to create files in any directory on disk
Example
lua_run RunString([[print("wtf")]], "../../autorun.lua") lua_run RunString([[print("wtf")]], "../../../../../../Program Files (x86)/Steam/steamapps/common/GarrysMod/garrysmod/lua/autorun/autorun.lua")
Thought I dealt with this in 1.1 at least, god rust paths are annoying to sandbox
When using the second argument in (RunString, RunStringEx, CompileString) filesteal allows you to create files in any directory on disk
Example