Created
January 10, 2021 15:17
-
-
Save TheSainEyereg/77a3d40e162e8415aa7b6783a66500fe to your computer and use it in GitHub Desktop.
Discord Animated status aim logger messages.
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
| 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)]) |
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
| "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