screen-based board detection
captures the visible board from the Roblox window and turns the observed cells into solver state.
meowClient reads the door-hacking minigame directly from the screen and solves its Minesweeper boards externally, without injecting into, modifying, or loading code into the Roblox client.
screen capture, board recognition, constraint solving, verification, and normal operating-system input kept separate from Roblox itself.
I am against exploiting, as I feel as if entirely shatters the fun of what a game was. However, what I am more against is exploitation of children. Thunder Scientific Corporation, its developers, its design decisions, and the community that has grown around it are undeniably disgusting.
Thunder Scientific Corporation is a Roblox SCP:F styled game, based on a fairly popular Steam game named 'Changed', following the idea of Transformation. Transformation is a fetish- oriented concept where a person is 'transformed' into something else. In this case, the transformation is 'latex' or 'furry' transformation, where the person is transformed into an anthropomorphic animal. Changed has been heavily criticized in the past for the highly sexualized 'transformations' in their game alongside the underlying clear fetishized concept. Due to the art-style heavily appealing to children, Changed has contributed to concerns surrounding early exposure to sexualized material.
Instead of understanding how harmful the game Changed is, Falling, the creator of TSC, decided to create a fan-game based on it. As anyone would expect, the game was initially full of degeneracy, rampant with groomers. Despite attempts at reforming the community, cleaning it up for the most part, it isn't nearly enough. Constantly, high-ranks and other prolific members of the community are repeatedly exposed for allegations of pedophilia and other predatory behavior.
the obvious solution would be to remove the fetish-content, right?
Instead, the developers of TSC have failed to fully make that change. It is not enough to rename things, distance themselves rhetorically, or promise future reform while the underlying identity remains. In a vote in the CIS discord, nearly every CIS voted to have all the designs fully remade. Many of the designs for the Infected, Specimens, and Latexes remain heavily associated with Changed, with some appearing extremely similar or directly derivative. Alongside those designs, TSC still follows the same fundamental method of transformation that Changed has used: transformation through puddles of 'latex'. That connection is exactly what needs to be confronted instead of ignored.
change needs to be made.
meowClient functions as a never seen before highly functional Level-5 door hacker in TSC.
the hardest door-hacking difficulty uses a 30 by 30 board containing 200 mines.
level 5 isn't a tiny casual Minesweeper board. the solver is built to process the full configuration.
a level 5 hack that can take a skilled player several minutes can be reduced to roughly a minute.
captures the visible board from the Roblox window and turns the observed cells into solver state.
builds constraints from the observed board, reduces them, evaluates possibilities, and selects safe actions.
designed to handle the hardest door-hacking board, including the 30×30, 200-mine configuration.
flag actions are verified against the observed board before the solver continues.
tracks the Roblox Player window and follows its position and dimensions.
enable or disable the solver, adjust solver speed, and select the available solving mode.
this isn't just about solving Minesweeper quickly. door hacking is one of the most important mechanics in the game outside of combat. it gates some of the most powerful and rewarding systems available to players.
level 5 is a 30×30 board with 200 mines. even someone who is genuinely skilled can spend several minutes solving one. meowClient can reduce that entire process to roughly one minute of automated solving.
u4 breaching is one example. these breaches can leave an entire server heavily disrupted for a long time, yet the door-hacking skill requirement can be bypassed through automation.
nuking is even more extreme. it can completely shut down a server, while the same progression normally requires successfully completing difficult door hacks.
pa access can allow a player to make sitewide announcements, normally requiring them to actually earn access through difficult door hacking.
the skill check disappears.
what should be a difficult, rewarding part of the game becomes an automated step between the player and some of the game's most powerful systems. calling this "just a Minesweeper solver" completely misses what it actually enables.
the overlay can stay out of your way when you want to play yourself, or work through the board automatically.
use the external overlay for board information and hints while keeping actual gameplay under manual control. hide the overlay when you want a clean view.
automatic solving is driven from the observed board state. while r is held, the solver can calculate safe moves, identify flags, perform actions, and track the run timer.
the important distinction is architectural: meowClient operates outside the game client instead of modifying its process or loading code into it.
the external solver captures the board area from the screen and identifies its current state.
constraints, candidate groups, probabilities, safe cells, and flag decisions are calculated externally.
when automatic solving is enabled, the tool uses operating-system mouse input rather than game-client injection.
because the interface is an external overlay rather than content rendered inside Roblox, capturing or screensharing the Roblox game window itself does not include the meowClient overlay. this applies specifically to game-window capture, not every possible desktop capture mode.
this criticism isn't coming from someone who saw the game once and decided to complain about it. i was previously part of the community and held two of its highly sought-after roles: CIP and CIS.
a highly wanted role with limited application availability and an extremely low acceptance rate.
another highly sought-after position with limited applications and a very low acceptance rate.
meowClient is a standalone Windows tool designed to keep its solving logic outside the Roblox client while automating the door-hacking Minesweeper minigame.