Marlingaming

USSR SMI.OS Online Data

Jan 12th, 2021 (edited)
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Version = "1.0.0"
  2. if (fs.exists("SystemData")
  3. fs.open("SystemData", "r")
  4. if h.read != Version then
  5. fs.close
  6. fs.open("NewUpdate", "a")
  7. fs.write("Update Available!")
  8. fs.close
  9. sleep(5)
  10. os.reboot()
  11. end
  12. end
Add Comment
Please, Sign In to add comment