Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. //zoba teet music loop created by blobek-lady2013
  2. //script designed by lulu29 and cakelin498
  3. setInterval(function(){
  4. setTimeout(function(){
  5. MPP.press("g1")
  6. }, 200)
  7. setTimeout(function(){
  8. MPP.press("g2")
  9. MPP.press("b2")
  10. MPP.press("d3")
  11. MPP.press("g3")
  12. }, 400)
  13. setTimeout(function(){
  14. MPP.press("d1")
  15. }, 600)
  16. setTimeout(function(){
  17. MPP.press("g2")
  18. MPP.press("b2")
  19. MPP.press("d3")
  20. MPP.press("g3")
  21. }, 800)
  22. }, 800)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement