Advertisement
mastahslayah

Torch Place

Jan 15th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local a = ""
  2. while true do
  3. a = a..string.char(math.random(65,90))
  4. a = a..string.char(math.random(65,90))
  5. a = a..string.char(math.random(65,90))
  6. a = a..string.char(math.random(65,90))
  7. a = a..string.char(math.random(65,90))
  8. commands.say(a)
  9. a = ""
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement