Gartic IO Word Collector with Auto Skip

Collects words presented during the game, saves them to a file, and auto-skips

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
anonimbiri_IsBack
今日安裝
0
安裝總數
38
評價
0 0 0
版本
2025-03-06
建立日期
2025-03-06
更新日期
2025-03-07
尺寸
9.0 KB
授權條款
MIT
腳本執行於

Gartic IO Word Collector with Auto Skip

Purpose

This Tampermonkey script collects words in Gartic.io and automates gameplay:

  • Captures your two word choices (event 16) and skips your turn.
  • Grabs the answer shown after a turn ends (event 18).
  • Stores words in window.wordList by room theme (e.g., "General (en)").
  • Saves them to a .txt file via a "Save Words" button.

Usage

  1. Install Tampermonkey and add the script.
  2. Join a Gartic.io room.
  3. Words are collected:
    • Your turn: Two words grabbed, then auto-skipped.
    • Others' turns: Answer collected when time runs out.
  4. Check the right-side panel:
    • Click "Save Words" to download (e.g., General (en)_words.txt).
    • See word count (e.g., Words (theme): 3).
  5. View window.wordList in the console.

Notes

  • No duplicates added.
  • Theme-based storage (defaults to "custom").
  • Skip delay: 500ms.