Advertisement
MaxBerz

Passwortmaker7000

Apr 25th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while 1 == 1 do
  2. print("P = Neues Passwort erstellen")
  3. antwort = read()
  4. if antwort == "p" then
  5. for i = 1,10 do
  6. print(math.random(1,9))
  7. end
  8. os.sleep(30)
  9. term.clear()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement