Gartic IO Word Collector with Auto Skip

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

目前為 2025-03-06 提交的版本,檢視 最新版本

作者
anonimbiri_IsBack
評價
0 0 0
版本
2025-03-06
建立日期
2025-03-06
更新日期
2025-03-06
尺寸
7.2 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.