Advertisement
Pinkishu

bbdl

Aug 12th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. shell.run("pastebin","get","eWdZcMWn","bb")
  2. local f = fs.open("bb","r")
  3. local l = f.readLine()
  4. local s = ""
  5. while l do s = s.."\n"..l l = f.readLine() end
  6. f.close()
  7. fs.delete("bb")
  8. local fu,e = loadstring(s)
  9. if e then print("E:"..e) end
  10. fu()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement