Advertisement
Guest User

startup

a guest
Mar 28th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. print("Passwort eingeben:")
  2. sleep(1)
  3. pw = read()
  4. if pw == "flo300101" then
  5. print("Willkommen")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement