A program that allows one to achieve extremely high speeds on typeracer.com on all game modes.
TyperacerCheatDemo.mp4
pip3 install typeracer_cheat
To run cheat, enter type_cheat
in command line.
To change the typing speed, locate this line in main.py
:
time.sleep(.009)
Change the value inside the parentheses: .009
means that the typing speed is 1 character every .009 seconds, or 1 character every 9-thousandth of a second.