Posted 10 December 2012 - 05:42 PM
Hi this is my first posted script :)/>.
tArgs = {…}
write("Enter Password: ")
if read() == ("Dae124") then
print("Launching In "..tArgs[1].." Seconds")
for i = tArgs[1], 1, -1 do
sleep(1)
print(i)
end
else
print("Incorret Password")
sleep(1)
os.reboot()
end
sleep(1)
rs.setOutput("right", true)
print("Launched")
sleep(1)
rs.setOutput("right", false)
tArgs = {…}
write("Enter Password: ")
if read() == ("Dae124") then
print("Launching In "..tArgs[1].." Seconds")
for i = tArgs[1], 1, -1 do
sleep(1)
print(i)
end
else
print("Incorret Password")
sleep(1)
os.reboot()
end
sleep(1)
rs.setOutput("right", true)
print("Launched")
sleep(1)
rs.setOutput("right", false)