{"id":47620204,"url":"https://github.com/alyaclient/alya","last_synced_at":"2026-04-13T01:26:29.020Z","repository":{"id":345579918,"uuid":"1124962737","full_name":"AlyaClient/alya","owner":"AlyaClient","description":"NOTE: still in development, not ready for use.","archived":false,"fork":false,"pushed_at":"2026-04-02T19:00:21.000Z","size":147540,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T00:38:58.342Z","etag":null,"topics":["alya","cheat","client","esp","free","hacked","hacked-clients","mcp","minecraft","minecraft-client","minecraft-esp","mod-coder-pack","pvp"],"latest_commit_sha":null,"homepage":"https://alya.thoq.dev","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlyaClient.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-29T23:24:45.000Z","updated_at":"2026-04-02T19:18:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AlyaClient/alya","commit_stats":null,"previous_names":["alyaclient/alya"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/AlyaClient/alya","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlyaClient%2Falya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlyaClient%2Falya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlyaClient%2Falya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlyaClient%2Falya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlyaClient","download_url":"https://codeload.github.com/AlyaClient/alya/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlyaClient%2Falya/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31539229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":["alya","cheat","client","esp","free","hacked","hacked-clients","mcp","minecraft","minecraft-client","minecraft-esp","mod-coder-pack","pvp"],"created_at":"2026-04-01T22:00:05.837Z","updated_at":"2026-04-13T01:26:29.002Z","avatar_url":"https://github.com/AlyaClient.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alya\n\nAlya client is a free, open-source Minecraft cheat client.\n\n## Setting up\n\n### IntelliJ (Recommended)\n\nOpen the project in IntelliJ, import it and run the `Start` or `Start (macOS)` run configuration.\n\n### I am the IDE (manual)\n\n#### Prerequisites\n\n- Java 25\n- Gradle (Optional, will be downloaded by wrapper)\n\n1. Init the Gradle wrapper and package libraries: `./scripts/init.sh`\n2. Build the project: `./gradlew jar shadowJar`\n3. Run the project: `./scripts/run.sh`\n\n## Project Structure\n\nPackages\n- `bypass`: The package holding all of Alya Client's base code.\n- `net.minecraft`, `net.minecraftforge` and `net.optifine`: Contains all of Minecraft + Optifines source.\n- `de.florianmichael`: ViaMCP for protocol switching\n- `resources/lua`: Contains most of Alya client's bypasses and modules.\n\nYou will mainly need to look at `bypass` and `resources/lua` while developing. If you need to hook into Minecraft,\nyou will (obviously) be digging through `net.minecraft`.\n\n### Project Tree\n\n```aiignore\n.\n├── src/main/java\n│   ├── bypass             # Alya base code\n│   ├── de.florianmichael  # ViaMCP\n│   ├── net.minecraft / net.minecraftforge / net.optifine\n│   └── start\n├── src/main/resources\n│   └── lua                # bypasses and modules\n├── jars                   # runtime working directory\n├── scripts                # utilities\n└── build.gradle.kts\n```\n\n## Support\n\nIf you have trouble, please feel free to join our [Discord](https://discord.gg/J3XUnGaZjQ)\nor DM `@thoqx` on Discord.\n\n## License\n\nThis project uses the GPL-2.0-only license.\n\nPERMISSIONS\n- Use the software for any purpose\n- Study and read the source code\n- Modify the source code\n- Distribute original copies\n- Distribute modified copies, under the same license\n\nCONDITIONS\n- Copyleft: any distributed version must also be licensed under GPL-2.0\n- Source code must be made available when distributing\n- Original license and copyright notices must be preserved\n- No additional restrictions may be imposed on recipients\n\nRESTRICTIONS\n- Cannot be relicensed under a different or more restrictive license\n- Cannot be distributed as closed-source without providing source\n- Cannot be upgraded to GPL-3.0 or any other version\n  (the \"-only\" suffix locks it strictly to version 2)\n\nSee the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyaclient%2Falya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falyaclient%2Falya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyaclient%2Falya/lists"}