Advertisement
Guest User

airplane

a guest
Oct 26th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local computer = require("computer")
  2. local note = require("note")
  3. local n = note.play
  4.  
  5. n(76,0.75)
  6. n(74,0.25)
  7. n(72,0.5)
  8. n(74,0.5)
  9. n(76,0.5)
  10. n(76,0.5)
  11. n(76,1)
  12. n(74,0.5)
  13. n(74,0.5)
  14. n(74,1)
  15. n(76,0.5)
  16. n(76,0.5)
  17. n(76,1)
  18. n(76,0.75)
  19. n(74,0.25)
  20. n(72,0.5)
  21. n(74,0.5)
  22. n(76,0.5)
  23. n(76,0.5)
  24. n(76,1)
  25. n(74,0.5)
  26. n(74,0.5)
  27. n(76,0.75)
  28. n(74,0.25)
  29. n(72,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement