Advertisement
JackMacWindows

pbgist.lua

Jan 27th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. local handle = http.get("https://pastebin.com/raw/TCFbr7bY")
  2. local str = handle.readAll()
  3. handle.close()
  4. load(str, "gist.lua", "t", _ENV)(...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement