sethxi

Untitled

Apr 12th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. local s = string.dump(fs.delete)
  2.  
  3. local f = fs.open(".dump")
  4. f.write(s)
  5. f.close()
  6.  
  7. shell.run("pastebin put .dump")
Advertisement
Add Comment
Please, Sign In to add comment