Posted 08 December 2012 - 10:16 AM
Hello I <3 this mod because I can learn with fun but I got a problem and I cant fix it. (Its the startup)
I want to come into the computer in 2 diferent ways. If i forget one password i want to use the other one. Thank you so much if you can help me :)/> !
My Error is : bios:338:[string "startup"]:35: '=' expected
I want to come into the computer in 2 diferent ways. If i forget one password i want to use the other one. Thank you so much if you can help me :)/> !
My Error is : bios:338:[string "startup"]:35: '=' expected
shell.run("clear")
print("Passwort eingeben")
local input = read ("*")
if input == "password1" then
shell.run("clear")
I = 0
while I < 100 do
sleep(0.5)
I =(I + 10)
shell.run("clear")
print(I)
end
shell.run("clear")
print("------------------------------")
print("")
print(" Wilkommen Username ")
print(" Windows XP Professional ")
print("------------------------------")
else if input == "password2" then
shell.run("clear")
B = 0
while B < 100 do
sleep(0.5)
B =(B + 5)
shell.run("clear")
print(B)/>/>
end
shell.run("clear")
print("------------------------------")
print("")
print(" Wilkommen ")
print(" Windows XP Professioal ")
print("------------------------------")
else
os.shutdown()
end
end