Description
What It Does
This script automatically solves the Word Hunt game in Roblox. Instead of you having to find words manually, the script scans the board, figures out every possible word, and submits them for you — all automatically.
How It Works (Step by Step)
Download a Dictionary — The first time you use it, the script quietly downloads a full dictionary of valid English words. This only happens once.
Scan the Board — When you're in a game, the script looks at the letter tiles on screen and reads every letter, figuring out their positions. It can handle different board sizes (4x4, 5x5, and the ring-shaped 5x5 board).
Find All Words — The script uses a clever method called a "Trie" (pronounced "try") to quickly search through every possible path of connected letters on the board. It finds every valid English word — usually hundreds or even thousands per board — in less than a second.
Submit the Words — Once all words are found, the script sends them to the game one by one:
It submits with human-like delays between each word (faster for short words, slower for long ones)
Words are shuffled randomly so it doesn't look like they're being submitted in order
Occasional random pauses make it look even more natural
Key Features
One Click — Turn on "Auto Solve" and it handles everything
Board Detection — Automatically detects when a new board appears
Natural Timing — Submits words with realistic pacing so it's less detectable
Word Limit — You can set a max number of words to submit, so you don't go overboard
Press Left Alt to show/hide the control panel
In Short
You open the game, turn on Auto Solve, and the script does the rest — finding and submitting words faster than any human could, while trying to look natural about it.

Comments
No comments yet
Be the first to share your thoughts!