Beep Timer
Time your attacks easily with an audible beep in time with the server time.
Timings
Simply click on the item in your quick bar and the sound will begin playing. Just refresh the page or navigate away to stop the beeping.
Beep every second - once every second
javascript:$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/general.js');$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/beep-timer/1000ms.js');
void 0;
Beep every 500ms - 2 times every second
javascript:$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/general.js');$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/beep-timer/500ms.js');
void 0;
Beep every 250ms - 4 times every second
javascript:$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/general.js');$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/beep-timer/250ms.js');
void 0;
Custom
Use the custom beeper to hear a beep once per second, but at your desired ms.
This is especially helpful if you know you need to send an attack at 375ms for example. No more watching the clock and trying to time it - just click on the beep!
javascript:$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/general.js');$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/beep-timer/custom-ms.js');
void 0;
Once this script is enabled you will see a text input appear at the bottom left of the screen. Enter your desired ms into the box and press start.