local ab = {
"a", "b", "c", "d", "e",
"f", "g", "h", "i", "j",
"k", "l", "m", "n", "o",
"p", "q", "r", "s", "t",
"u", "v", "w", "x", "y",
"z"
}
local eos = {
".",
",",
"?",
"!"
}
local aaa = false
repeat
local ranNum = math.random(1,26)
local rn2 = math.random(1,26)
local rn3 = math.random(1,26)
local rn4 = math.random(1,26)
local rn5 = math.random(1,26)
local rn6 = math.random(1,26)
local rn7 = math.random(1,4)
local yes = ab[ranNum]..""..ab[rn2]..""..ab[rn3]..""..ab[rn4]
print(yes)
if yes == "yess" then
break
end
until aaa == true
To embed this project on your website, copy the following code and paste it into your website's HTML: