Greasy Fork is available in English.

Gartic IO Word Collector with Auto Skip

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

Tác giả
aninimbiri_IsBack
Cài đặt hàng ngày
1
Số lần cài đặt
7
Đánh giá
0 0 0
Phiên bản
2025-03-06
Đã tạo
06-03-2025
Đã cập nhật
07-03-2025
Size
9 KB
Giấy phép
MIT
Áp dụng cho

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.