Guest User

Untitled

a guest
Nov 29th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if third == secondary then
  2. function original ()
  3. end
  4. end
  5. function secondary (original)
  6. return original
  7. end
  8. function third (secondary)
  9. return third
  10. end
  11. function talk (original)
  12. end
  13. while talk do
  14. local i = "qwertyuiopasdfghjklzxcvbnm."
  15. x = math.random(27)
  16. print(string.sub(i, x, x))
  17. if x == 27 then break
  18. end
  19. end
Add Comment
Please, Sign In to add comment