Advertisement
suss_bacccc

school.XSS.host

Mar 13th, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. document.body.onkeyup = function(e) {
  2. if (e.key == " " ||
  3. e.code == "Space" ||
  4. e.keyCode == 32
  5. ) {
  6. new Audio('https://www.myinstants.com/media/sounds/hee-hee-hee-haw.mp3').play();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement