Advertisement
Guest User

startup

a guest
Sep 16th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. print "UZAY ISTASYONU GIRIS"
  2. giris = true
  3. while (giris == true) do
  4. write "Kullanici: "
  5. kullanici = read()
  6. if(kullanici == "admin") then
  7. print "Giris onaylandi"
  8. redstone.setOutput("right",true)
  9. print "AEK COMPUTER"
  10. sleep(5)
  11. redstone.setOutput("right",false)
  12. giris = false
  13. else
  14. print "YANLIS SIFRE ... TEKRAR DENE"
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement