Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 733 Bytes

typeracer-cheat

A program that allows one to achieve extremely high speeds on typeracer.com on all game modes.

Demo:

TyperacerCheatDemo.mp4

Install:

Python 3.6 or higher is required

pip3 install typeracer_cheat

Usage:

To run cheat, enter type_cheat in command line.

Change typing speed

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.