Skip to content

Instantly share code, notes, and snippets.

@liperuf
Created June 13, 2017 17:59
Show Gist options
  • Save liperuf/827cbfd9888b198f7f26e316bba32130 to your computer and use it in GitHub Desktop.
Save liperuf/827cbfd9888b198f7f26e316bba32130 to your computer and use it in GitHub Desktop.
(function(){
alewords = [
'dente',
'mãe',
'tapa na sua',
'cara',
'arrombado',
'morrer',
'fodase',
'ninguem te perguntou',
'q vc morra',
'fdp do caralho',
'pn',
'seu abusado',
'ce curte rpg?',
'vai pra pqp',
'aaahhhhh gostei gostei gostei gostei *____* ^^'
]
return alewords.sort(function(){ return 0.5 - Math.random() }).slice(0, Math.round((Math.random() * alewords.length))).join(' ')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment