Just a simple project that I made that detects whether you're using turbo mode or not. Remember to double click the flag! How to use: Backpack the "Checker sprite" sprite and add it into your projects. Under the if then else statement, change the code in the "then" code to what you want the program to do when turbo mode is on. Then in the "else" section, add the code that you want to use if Turbo mode is off.
How it works: There's an invisible sprite that moves 1 pixel in a loop. After it's done, the program then checks the timer. If it's over a certain number, then it detects that you're not using turbo mode, but if it's under that number then you are.