{"id":51636920,"url":"https://github.com/thereisnotime/tint-cheats","last_synced_at":"2026-07-13T15:03:22.246Z","repository":{"id":366148166,"uuid":"1275153457","full_name":"thereisnotime/tint-cheats","owner":"thereisnotime","description":"Open-source Cheat Engine tables and trainers, fully documented, checksummed, and VirusTotal-linked. No surveys, no gates. Single-player only.","archived":false,"fork":false,"pushed_at":"2026-06-20T13:49:57.000Z","size":2228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T14:28:08.061Z","etag":null,"topics":["cheat-engine","cheats","trainers"],"latest_commit_sha":null,"homepage":"https://thereisnotime.github.io/tint-cheats/","language":"Astro","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/thereisnotime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-20T10:17:30.000Z","updated_at":"2026-06-20T13:50:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thereisnotime/tint-cheats","commit_stats":null,"previous_names":["thereisnotime/tint-cheats"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/thereisnotime/tint-cheats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thereisnotime%2Ftint-cheats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thereisnotime%2Ftint-cheats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thereisnotime%2Ftint-cheats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thereisnotime%2Ftint-cheats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thereisnotime","download_url":"https://codeload.github.com/thereisnotime/tint-cheats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thereisnotime%2Ftint-cheats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35426086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-engine","cheats","trainers"],"created_at":"2026-07-13T15:03:21.351Z","updated_at":"2026-07-13T15:03:22.238Z","avatar_url":"https://github.com/thereisnotime.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tint-cheats\n\nAn open, no-nonsense collection of **Cheat Engine tables** and **trainers** for single-player games, published as a static site to GitHub Pages.\n\nEvery table lives in this repo, in the open, with checksums and VirusTotal links so you can see exactly what you are running before you run it.\n\n## The trust pledge\n\nThis project exists because finding clean tables online is a nightmare of surveys, paywalls, and sketchy link shorteners. None of that here.\n\n- Always free. No donations gate, no premium tier.\n- No surveys, no \"click 3 ads to unlock\", no waiting timers.\n- No link shorteners or redirect chains. Files are served straight from the repo.\n- No paywalls. Ever.\n- Source is visible. Tables are committed as plain files in this repo.\n- Checksums for every file, plus a VirusTotal link where available, so you can verify before you download.\n- Single-player only. These tables are for offline, single-player use.\n\n## Tables\n\n\u003c!-- TABLES:START --\u003e\n\n| Game | Status | Table ver | Tested game ver | Updated | Link |\n| --- | --- | --- | --- | --- | --- |\n| Fatekeeper | ✅ Working | 1.1.1 | Current Steam build | 2026-06-21 | [open](tables/fatekeeper/) |\n| Arms of God | ✅ Working | 1.2.1 | 1.0 | 2026-06-20 | [open](tables/arms-of-god/) |\n| 20 Minutes Till Dawn | ✅ Working | 1.7.1 | Current Steam build | 2026-06-20 | [open](tables/minutes-till-dawn/) |\n\n\u003c!-- TABLES:END --\u003e\n\n## How to add a table\n\nEach game gets its own folder under `tables/\u003cslug\u003e/`:\n\n```\ntables/\u003cslug\u003e/\n  index.md        # frontmatter + notes (schema in src/content.config.ts)\n  \u003ctable\u003e.CT      # the Cheat Engine table itself\n  media/          # cover image and screenshots\n```\n\nThe fastest way to start:\n\n```bash\njust new-table \u003cslug\u003e \"\u003cGame Name\u003e\"\n```\n\nFill in `index.md`, drop your `.CT` file and a cover image in, then run:\n\n```bash\njust verify\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for the full walkthrough.\n\n## Local development\n\n```bash\njust setup    # asdf install + npm install\njust dev      # start the dev server\njust verify   # validate + type-check + build (run before pushing)\n```\n\n## Community\n\nJoin the chat for update alerts, cheat requests, and help from other players:\n\n- Telegram: https://t.me/+xgtzaZBrKRA2OWI8\n- Matrix: https://matrix.to/#/!GkVomrhlzPROGFzueG:matrix.org?via=matrix.org\n\n## Report or request\n\nFound a broken table, or want one for a specific game? Open an issue:\n\nhttps://github.com/thereisnotime/tint-cheats/issues/new/choose\n\n## Disclaimer\n\nThese tables are intended for single-player, offline use only. They are provided for educational and personal use. Do not use them in online or competitive multiplayer games. Use at your own risk; the maintainers take no responsibility for anything that happens to your saves, your install, or your account.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthereisnotime%2Ftint-cheats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthereisnotime%2Ftint-cheats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthereisnotime%2Ftint-cheats/lists"}