The fastest bot to bypass anticheat on https://play.typeracer.com/
-
Java 11 installed and on system path
-
Chromedriver downloaded
- Check your Chrome version: https://www.whatismybrowser.com/detect/what-version-of-chrome-do-i-have
- Download driver for your version: https://chromedriver.chromium.org/downloads
- Unzip the downloaded package and keep track of the location of chromedriver.exe
- Download EasyTypeRacer.jar from the latest release.
- On terminal, execute the jar with
java -jar <path/to/EasyTypeRacer.jar> <path/to/chromedriver.exe> [path/to/chrome/profile/]
- The Chrome Profile is optional and will allow you to use your personal Google Chrome settings (including adblocker and other plugins)
- Example:
java -jar C:/Downloads/EasyTypeRacer.jar C:/Downloads/chromedriver_win32/chromedriver.exe "C:/Users/Wink/AppData/Local/Google/Chrome/User Data"
A Google Chrome window should open to TypeRacer's website, alongside the application window.
- Navigate to any race page ("Enter a typing race", "Practice", or "Race your friends").
- Press the play button during the countdown.
- Use the pause and play buttons to hault and resume typing during a race (you can also pause before a race has started).
- Press the stop button to drop out during a race. You can go to another race to play again.
- Close the application window to end the program (this closes the Chrome window as well).