Skip to content

Instantly share code, notes, and snippets.

@TheSainEyereg
Created January 10, 2021 15:17
Show Gist options
  • Select an option

  • Save TheSainEyereg/77a3d40e162e8415aa7b6783a66500fe to your computer and use it in GitHub Desktop.

Select an option

Save TheSainEyereg/77a3d40e162e8415aa7b6783a66500fe to your computer and use it in GitHub Desktop.
Discord Animated status aim logger messages.
let due_to = [
'spread',
'occlusion',
'resolver',
'fakelag',
'desync',
'bad cfg',
// 'pasted code',
// 'urbanichka'
]
new String('Missed shot due to '+ due_to[Math.floor(Math.random()*due_to.length)])
"eval let due_to=[\"spread\",\"occlusion\",\"resolver\",\"fakelag\",\"desync\",\"bad cfg\"];new String(\"Missed shot due to \"+due_to[Math.floor(Math.random()*due_to.length)])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment