Gartic IO Word Collector with Auto Skip

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

Penulis
anonimbiri_IsBack
Pemasangan harian
0
Total pemasangan
29
Nilai
0 0 0
Versi
2025-03-06
Dibuat
06 Maret 2025
Diperbarui
07 Maret 2025
Size
8,98 KB
Lisensi
MIT
Berlaku untuk

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.