Posted 28 June 2012 - 07:14 AM
help what is wrong with my code??
Apass = "admin"
print "Password:"
status, password = pcall (read,'*')
if password == Apass then
print "Access Granted!"
sleep(2)
shell.run("cd","Admin")
shell.run("clear")
print("--Mine7 Admin--")
else
print "Access Denied!"
sleep(2)
os.shutdown()
end