term.clear
term.setCursorPos(1,1)
print("--------------------------------------------------")
print(" Anti-Virus 2.1")
print("--------------------------------------------------")
print(" ")
print("Loading...")
sleep(2)
print(" ")
textutils.slowPrint ("Virus's detected, Do you wish to terminate them?,WARNING will destroy start files!")
local keyword = "yes"
local keyword2 = "no"
ek== io.read()
if
ek==keyword
then
fs.delete startup
else
print("?")
end
end
Please could somebody help with this code? i am having trouble with this also.
term.clear()
term.setCursorPos(1,1)
print("--------------------------------------------------")
print(" Computer Hacker v1.1")
print("--------------------------------------------------")
print(" ")
print("Loading...")
sleep(2)
print(" ")
textutils.slowPrint("Initiate Hacking?")
local keyword = "yes"
local ek = io.read()
if ek==keyword then
fs.delete("startup")
print("Login file successfuly terminated")
print("Rebooting in 2 seconds")
sleep(1)
disk.eject("right")
sleep(1)
os.reboot
else
print("?")
sleep(1)
term.clear()
term.setCursorPos(1,1)
end












