You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ A JS script to cheat on certain online typing tests.
3
3
4
4
## Supported sites
5
5
As of now, the sites that work are:
6
-
-[10FastFingers](https://10fastfingers.com/)
6
+
-[10FastFingers](https://10fastfingers.com/) (Normal tests and [custom text](https://10fastfingers.com/text-practice/new))
7
7
<!-- - [Ratatype](https://www.ratatype.com/) -->
8
8
<!-- ^^^WIP^^^ -->
9
9
-[TypingTestNow](https://typingtestnow.com/)
@@ -14,7 +14,12 @@ I am planning to add support for more.
14
14
0. Ensure that you're on a supported site
15
15
1. Copy [the contents of `typecheat.min.js`](https://raw.githubusercontent.com/MysteryBlokHed/TypeCheat/master/typecheat.min.js).
16
16
2. Open the developer console (Ctrl+Shift+J on Chrome/Chromium Edge)
17
-
3. Paste the code
17
+
3. Paste the code and press enter
18
18
4. The text box will start to autofill the next words as they appear. Simply press `space` as fast as you would like, and the next words will appear as you do.
19
19
20
20
**Note: On 10FastFingers, if you end up going through the entire text, the words will continue to autofill. If you continue to press space it can cause you to get incorrect words marked, despite the text being over.**
21
+
22
+
23
+
## Anticheat systems
24
+
### 10FastFingers
25
+
If you go above a certain WPM (not sure exactly what), you will be forced to take an anticheat test to confirm your result. The timer starts as soon as you press the "Start" button, and is a randomly generated image instead of a normal text-based system.
0 commit comments