Created
August 3, 2024 15:48
-
-
Save kvba0000/832955517423117d372db6b12e63b3f0 to your computer and use it in GitHub Desktop.
"Did someone ping me? Meh.. That's probably nothing..."
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Vencord required | |
;(()=>{ | |
;(async()=>{ | |
const playSoundpackAudio = findAllByCode(".disableSounds", ".getSoundpack()", ".play()").find(f => f.length === 1) | |
while(true) { | |
await new Promise(r => setTimeout(r, Math.floor(30 + Math.random() * 200) * 1000)) | |
playSoundpackAudio("message1") | |
} | |
})(); | |
console.log("%cSchizophrenia mode - ON", "font-size:30px;color:red;background-color:black;") | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment