Advertisement
Guest User

log

a guest
Aug 22nd, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. local a = fs.open("loginLog", "r")
  2. print(a.readAll())
  3. a.close()
  4. shell.run("menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement