tickhf Posted November 9, 2015 Share Posted November 9, 2015 Hello, I am currently on deadman, and im basically just looking for a site to repeatedly countdown from 17.5 seconds, giving me a sound every time it hits it. I have tried some others, but all of them require whole seconds, when I need 17.5 Thank you!!! Quote Link to comment Share on other sites More sharing options...
Renita Posted November 9, 2015 Share Posted November 9, 2015 Wait what?, what's your question? Quote Link to comment Share on other sites More sharing options...
Czar Posted November 9, 2015 Share Posted November 9, 2015 (edited) Yup, just use a timer which counts in milliseconds and it will solve the problem Toolkit.beep() works for scripts, so it will make a sound if 17500 milliseconds are reached edit : Toolkit.getDefaultToolkit().beep() Edited November 9, 2015 by Czar Quote Link to comment Share on other sites More sharing options...
gippo25 Posted November 9, 2015 Share Posted November 9, 2015 you could just use a Timer and put a tone pitcher in. so as it get closer to the millisecond the pitch get higher as it hits the seconded you want it resets. i use to use something like back in csgo games for brain training and it works. there Loads of them online. or like Czar said just make a script to it.[i dont know how to make scripts] Quote Link to comment Share on other sites More sharing options...
Benz Posted November 9, 2015 Share Posted November 9, 2015 Does your memory not last 17.5 seconds? Quote Link to comment Share on other sites More sharing options...
Rocket Posted November 10, 2015 Share Posted November 10, 2015 Why does .5 of a second matter? I doubt that you will be able to click so efficiently as to preserve that .5 seconds that otherwise would have been wasted. Quote Link to comment Share on other sites More sharing options...