Advertisement
asteroidsteam

Untitled

Feb 15th, 2017
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. file = fs.open("/rom-3/ID", "r")
  2. data = file.readAll()
  3. file.close()
  4. print("Your Computers UID is: ", data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement