Skip to content

Instantly share code, notes, and snippets.

View nullscc's full-sized avatar
🎯
Focusing

nullscc

🎯
Focusing
View GitHub Profile
@nullscc
nullscc / inject.lua
Created November 2, 2016 07:38 — forked from cloudwu/inject.lua
Inject code with locals and upvalues
local FUNC_TEMP=[[
local $ARGS
return function(...)
$SOURCE
end,
function()
return {$LOCALS}
end
]]