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

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

License

Notifications You must be signed in to change notification settings

adistomar/typeracer-cheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.