Skip to content

Instantly share code, notes, and snippets.

@kvba0000
Created August 3, 2024 15:48
Show Gist options
  • Save kvba0000/832955517423117d372db6b12e63b3f0 to your computer and use it in GitHub Desktop.
Save kvba0000/832955517423117d372db6b12e63b3f0 to your computer and use it in GitHub Desktop.
"Did someone ping me? Meh.. That's probably nothing..."
// 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