Advertisement
Pvp_machine100

Untitled

Nov 18th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function click() {
  2. var dot = String.fromCharCode(46);
  3. soundLink = "https://cdn" + dot + "discordapp" + dot + "com/attachments/364091712181895181/420433545660465162/uuhhh" + dot + "mp3";
  4. var audio = document.createElement("audio");
  5. audio.src = soundLink;
  6. document.onmouseup = function() {
  7. audio.play();
  8. };
  9. }
  10. click();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement