monsteonaleash

123

Nov 18th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw --No ctrl + T!
  2. while true do
  3. s = ""
  4. for i=1, 50 do
  5. s = s..math.random(0,1)
  6. end
  7. write(s)
  8. sleep(0)
  9. end
Add Comment
Please, Sign In to add comment