Gartic IO Word Collector with Auto Skip

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

Autor
anonimbiri_IsBack
Denně instalací
0
Celkem instalací
18
Hodnocení
0 0 0
Verze
2025-03-06
Vytvořeno
06. 03. 2025
Aktualizováno
07. 03. 2025
Size
9,0 KB
Licence
MIT
Spustit na

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.