Really simple lua executor for gmod I created to learn some more reverse engineering and C++. Uses minhook to hook the luaopen_jit function in the lua_shared.dll, and calls lua_loadfilex to load ...