Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mag = peripheral.wrap("top")
- label = "Nathan's Base ID Card."
- data = "auth123"
- while true do
- mag.setInsertCardLight(true)
- mag.beginWrite(data, label)
- mag.setInsertCardLight(false)
- sleep(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement