Advertisement
Guest User

ChatRoom

a guest
Apr 29th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local Username = {}
  2. local password = {}
  3. local newLogin = "newLog"
  4. while true do
  5. print("If you are new enter newLog to make an acount")
  6. print("If your returning enter Log to login")
  7. local Input = read()
  8. if  Input == newLogin then
  9. print("Enter Username")
  10.   read(Username)
  11. print("Enter Password")
  12.   read(password)
  13. print("Sucsses")
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement