Nitro Type auto typer

Lets you type anything and still types correctly on Nitro Type. Extended version with extra features.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

Advertisement:

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

Advertisement:

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
David Bett
1日のインストール数
0
累計インストール数
527
評価
0 0 0
バージョン
1.0
作成日
2025/10/10
更新日
2025/10/10
大きさ
7.09KB
ライセンス
MIT
対象サイト

1. Install Tampermonkey

Open your browser:

Chrome / Edge: Tampermonkey Chrome Web Store

Firefox: Tampermonkey Firefox Add-ons
Click “Add to [Browser]” and confirm.

After installation, you should see the Tampermonkey icon in the top-right of your browser.
2. Add the Nitro Type Script

Click the Tampermonkey icon → select “Dashboard”.

Click “+” (Add a new script).

Delete any template text in the editor.

Copy the entire script you provided and paste it into the editor.

Click File → Save (or press Ctrl+S / Cmd+S).

3. Run the Script

Open Nitro Type race page.

The script automatically injects itself and starts typing for you.

Features:

Mistake-free typing (you can type anything, script corrects it)

Human-like pauses (5–7 per race)

Day/night speed variation

Auto “Play Again” after each race

Simulated mouse movement for realism

To stop or start the script manually:

Open browser console (F12 → Console tab)

Type: NT_autotyper.stop(); // stops the script
NT_autotyper.start(); // resumes the script



4. Adjusting Settings (Optional)

Inside the script, you can tweak the config section:

| Setting | Description | Example |
| ----------------------------- | --------------------------------- | ------------ |
| `wpmDayMin` / `wpmDayMax` | Typing speed range during the day | 40–50 |
| `wpmNightMin` / `wpmNightMax` | Typing speed at night | 30–40 |
| `accuracyPercent` | Chance of typing correctly | 97 = 97% |
| `pausePerRace` | Number of pauses per race | 5–7 |
| `mouseSimulate` | Simulate random mouse movements | true / false |


5. Tips for Beginners

Make sure the script is enabled in Tampermonkey dashboard.

Refresh Nitro Type page if the script doesn’t start automatically.

The script works per race, so it will type, pause naturally, and click “Play Again” automatically.

Keep your console open if you want to see messages like:

NT_autotyper HUMAN-FOREVER injected — stays active, auto restarts each race, 5–7 pauses, human rhythm.