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
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ A JS script to cheat on certain online typing tests.
4
4
## Supported sites
5
5
As of now, the sites that work are:
6
6
-[10FastFingers](https://10fastfingers.com/) (Normal tests and [custom text](https://10fastfingers.com/text-practice/new))
7
-
<!-- - [Ratatype](https://www.ratatype.com/) -->
8
-
<!-- ^^^WIP^^^ -->
7
+
-[TypeRacer](https://play.typeracer.com/)
9
8
-[TypingTestNow](https://typingtestnow.com/)
10
9
11
10
I am planning to add support for more.
@@ -15,26 +14,22 @@ I am planning to add support for more.
15
14
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.
16
15
**If you use TypeCheat too much/at all on 10FastFingers, you will get banned from the site. I recommend using an alternate account for this, as if it's banned you can just delete and re-create it.**
17
16
17
+
### TypeRacer
18
+
If you go moderately fast, you will get a message asking you to do a test to confirm your score.
19
+
If you go too fast, an alert box will appear saying that they believe you have cheated.
20
+
18
21
## Use
19
-
### Copy+Paste
20
22
0. Ensure that you're on a supported site
21
-
1. Copy [the contents of `typecheat.min.js`](https://raw.githubusercontent.com/MysteryBlokHed/TypeCheat/master/typecheat.min.js).
23
+
1. Copy the contents of [`typecheat.min.js`](https://raw.githubusercontent.com/MysteryBlokHed/TypeCheat/master/typecheat.min.js) or [`typecheat-button.min.js`]. The first will instantly run the code, and the other will create a button to be pressed first.
22
24
2. Open the developer console (Ctrl+Shift+J on Chrome/Chromium Edge)
23
25
3. Paste the code and press enter
24
26
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.
25
27
26
-
### Tampermonkey
27
-
If you have the [Tampermonkey Extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) installed:
28
-
29
-
1. Click on the tampermonkey icon next to the search bar.
30
-
2. Select "Create a new script..."
31
-
3. Copy [the contents of `typecheat-tampermonkey.min.js`](https://raw.githubusercontent.com/MysteryBlokHed/TypeCheat/master/typecheat-tampermonkey.min.js).
32
-
4. Replace the default contents with the contents of `typecheat-tampermonkey.min.js` (While inside the editor, Ctrl+A then Ctrl+V).
33
-
5. Save the script (Ctrl+S).
34
-
35
-
Once you're on a supported site, you should see an button labelled "Start TypeCheat". Click this only when the words have finished loading. The text of the button will appear green when it is active.
28
+
**Note: On TypeRacer, the code must be run after a race has been entered. It will not work on the main page.**
36
29
30
+
### If you're using `typecheat-button.min.js`
37
31
On **10FastFingers**, the button appears just **below** the text field.
38
-
On **TypingTestNow**, it appears at the **top of the page** just under the navbar.
32
+
On **TypeRacer**, the button appears **in the navbar** above the "Blog, Forum, Pit Stop, About" buttons.
33
+
On **TypingTestNow**, the button appears at the **top of the page** just under the navbar.
39
34
40
35
**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.**
0 commit comments