Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function c()
- term.clear()
- term.setCursorPos(1,1)
- end
- c()
- print("Welcome to CraftEye Free Antivirus")
- sleep(1)
- print("Verifying the Startups...")
- textutils.slowPrint("|-//-//-//-//-//-//-//-//-//-//-|")
- sleep(1)
- verify = fs.exists("/startup")
- if verify == true then
- print("1 Startup found")
- print("You want view the script of it?(Y/N)")
- ans = read()
- if ans == "y" then
- shell.run("edit", "/startup")
- print("The script is correct?(Y/N)")
- sna = read()
- if sna == "n" then
- print("Deleting...")
- fs.delete("/startup")
- sleep(1)
- print("Your computer has been disinfected")
- sleep(1)
- else
- print("OK, ending the program")
- sleep(1)
- c()
- end
- else
- print("The Startup files will be deleted")
- fs.delete("/startup")
- sleep(1)
- end
- else
- print("The antivirus did not find any malicious of script file")
- end
Add Comment
Please, Sign In to add comment