Advertisement
LGPvS

Multiplayer Piano Explosions - Nuclear Bomb

Mar 15th, 2017
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //by LudwigOS
  2. nq = Infinity
  3. for(var i = 100; i--;) setTimeout(()=>Object.keys(MPP.piano.keys).forEach((a, b) => setTimeout(MPP.press, b * 10, a, 1)), i * 40);for(var i = 100; i--;) setTimeout(()=>Object.keys(MPP.piano.keys).forEach((a, b) => setTimeout(MPP.press, b * 40, a, 1)), i * 40);
  4. //by LudwigOS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement