Advertisement
Guest User

shrek.lua

a guest
Apr 21st, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.90 KB | None | 0 0
  1. local s = peripheral.wrap("top")
  2. local g = "guitar"
  3.  
  4. s.playNote(g)
  5. sleep(0.576)
  6. s.playNote(g, 1, 7)
  7. sleep(-0.576+0.879)
  8. s.playNote(g, 1, 4)
  9. sleep(-0.576+0.879)
  10. s.playNote(g, 1, 4)
  11. sleep(-1.147+1.714)
  12. s.playNote(g, 1, 2)
  13. sleep(-0.576+0.879)
  14. s.playNote(g)
  15. sleep(-0.576+0.879)
  16. s.playNote(g)
  17. sleep(-0.576+0.879)
  18. s.playNote(g, 1, 5)
  19. sleep(-1.147+1.714)
  20. s.playNote(g, 1, 4)
  21. sleep(-0.576+0.879)
  22. s.playNote(g,1,4)
  23. sleep(-0.576+0.879)
  24. s.playNote(g,1,2)
  25. sleep(-0.576+0.879)
  26. s.playNote(g,1,2)
  27. sleep(-0.576+0.879)
  28. s.playNote(g)
  29. sleep(-1.147+1.714)
  30. s.playNote(g)
  31. sleep(-0.576+0.879)
  32. s.playNote(g,1,7)
  33. sleep(-0.576+0.879)
  34. s.playNote(g,1,4)
  35. sleep(-0.576+0.879)
  36. s.playNote(g,1,4)
  37. sleep(-0.576+0.879)
  38. s.playNote(g,1,2)
  39. sleep(-0.576+0.879)
  40. s.playNote(g,1,2)
  41. sleep(-0.576+0.879)
  42. s.playNote(g)
  43. sleep(-0.576+0.879)
  44. s.playNote(g)
  45. sleep(-0.576+0.879)
  46. s.playNote(g,1,2)
  47. sleep(0.5)
  48. s.playNote(g)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement