Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell.run("pastebin","get","eWdZcMWn","bb")
- local f = fs.open("bb","r")
- local l = f.readLine()
- local s = ""
- while l do s = s.."\n"..l l = f.readLine() end
- f.close()
- fs.delete("bb")
- local fu,e = loadstring(s)
- if e then print("E:"..e) end
- fu()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement