Created
June 13, 2017 17:59
-
-
Save liperuf/827cbfd9888b198f7f26e316bba32130 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(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