{"id":40464714,"url":"https://github.com/0mlml/chesshook","last_synced_at":"2026-01-20T18:04:07.725Z","repository":{"id":153866853,"uuid":"601799274","full_name":"0mlml/chesshook","owner":"0mlml","description":"chess.com  userscript","archived":false,"fork":false,"pushed_at":"2025-07-13T23:01:36.000Z","size":498,"stargazers_count":21,"open_issues_count":5,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T01:24:48.871Z","etag":null,"topics":["cheat","chess","chess-cheat","chesscom","hack","userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0mlml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-14T21:03:33.000Z","updated_at":"2025-07-13T23:01:40.000Z","dependencies_parsed_at":"2024-02-24T19:38:54.066Z","dependency_job_id":"962a4e1c-bfd8-453f-9869-05a1800ed296","html_url":"https://github.com/0mlml/chesshook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0mlml/chesshook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mlml%2Fchesshook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mlml%2Fchesshook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mlml%2Fchesshook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mlml%2Fchesshook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0mlml","download_url":"https://codeload.github.com/0mlml/chesshook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mlml%2Fchesshook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheat","chess","chess-cheat","chesscom","hack","userscript"],"created_at":"2026-01-20T18:04:07.168Z","updated_at":"2026-01-20T18:04:07.714Z","avatar_url":"https://github.com/0mlml.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Chesshook\r\n\r\nChess bot userscript for chess.com\r\n\r\n## Usage:\r\n - Install a userscript manager, such as [Tampermonkey](https://www.tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/get-it/).\r\n - Create a new script with the content of: [chesshook.user.js](https://raw.githubusercontent.com/0mlml/chesshook/master/chesshook.user.js)\r\n - Navigate to chess.com\r\n - Note: The hotkey to toggle the window is Alt+K, but it should render by default\r\n\r\n## Features:\r\n - Puzzle solver\r\n   - Intercepts puzzle solutions\r\n   - Solves puzzles with 100% accuracy in \u003c1 second each\r\n\r\n   ![Puzzle rating](.github/puzzles-new.png)\r\n\r\n   - Capable of putting in thousands of hours per day\r\n   \r\n   ![Puzzle hours](.github/hours.png)\r\n - Render Threats\r\n   - Utilizes some built in chess.com functions to render undefended pieces, underdefended pieces, pinned pieces, and mates\r\n\r\n    ![Threats](.github/renderthreats.png)\r\n - Autoqueue\r\n   - Automatically begins a queue for a new game after the current game ends\r\n - Engine integration\r\n   - Includes a few native engines, but can also use any UCI-compliant engine using [this](https://github.com/0mlml/chesshook-intermediary)\r\n   - Renders a green arrow on the board to indicate the best move\r\n - Automove\r\n   - Plays the best move generated by the selected engine\r\n   - Has a minimum and maximum move time; try to play the move within that time range\r\n     - Setting max to 0 will move instantly when the engine has a move\r\n   - Is detected by the site under 'didUseCheatMouse', but that does not appear to produce a ban\r\n - Legit mode\r\n   - Disables the engine and automove features\r\n - Bot game exploits\r\n   - 'Force Bot Scholars Mate': Will force the bot to play scholars mate, counts as defeating the bot for the crowns\r\n   - 'Force Draw Against Bot': Will force the bot to agree to draw\r\n\r\n### Engines:\r\n - [Betafish](https://github.com/Strryke/betafish), can beat the highest rated named free bot on chess.com (Francis, 2300 elo)\r\n - [Random](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random), plays a random legal move\r\n - [Checkmate, Check, Capture, Push](http://tom7.org/chess/weak.pdf), inspired by Tom7's paper for SIGBOVIK 2019, not very good at chess\r\n - [External](https://github.com/0mlml/chesshook-intermediary), can use any UCI-compliant engine using an intermediary server written in Golang","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0mlml%2Fchesshook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0mlml%2Fchesshook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0mlml%2Fchesshook/lists"}