Advertisement
ecco7777

anoying chat turtle

Mar 12th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. c=peripheral.wrap("right")
  2. s={"q","w","e","r","t","z","u","i","o","p","ü","a","s","d","f","g","h","j","k","l","ö","ä","#","y","x","c","v","b","n","m"}
  3. sL=30
  4. while true do
  5. c.say(s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)]..s[math.random(1,sL)])
  6. sleep(math.random(1,10))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement