{"id":17887656,"url":"https://github.com/oragejuice/oragehack","last_synced_at":"2026-02-12T02:03:07.160Z","repository":{"id":116728704,"uuid":"516861253","full_name":"oragejuice/oragehack","owner":"oragejuice","description":"A minecraft injection client that uses launchwrapper","archived":false,"fork":false,"pushed_at":"2024-01-25T03:32:58.000Z","size":6422,"stargazers_count":12,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T01:08:16.501Z","etag":null,"topics":["java","launchwrapper","minecraft","minecraft-cheat"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oragejuice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-07-22T19:10:55.000Z","updated_at":"2025-07-31T13:24:13.000Z","dependencies_parsed_at":"2024-10-28T14:22:58.737Z","dependency_job_id":"2a7647ec-f1ab-4dfd-96d1-933f97c66e11","html_url":"https://github.com/oragejuice/oragehack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oragejuice/oragehack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oragejuice%2Foragehack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oragejuice%2Foragehack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oragejuice%2Foragehack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oragejuice%2Foragehack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oragejuice","download_url":"https://codeload.github.com/oragejuice/oragehack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oragejuice%2Foragehack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29354690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["java","launchwrapper","minecraft","minecraft-cheat"],"created_at":"2024-10-28T13:31:21.279Z","updated_at":"2026-02-12T02:03:07.124Z","avatar_url":"https://github.com/oragejuice.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oragehack\nreinventing the idea of overengineered\n\n## How to build\nrun `./gradlew oragehack:build`\n\nbuild should be in `oragehack/build/libs`\n\n## Papers I need to read to help me\n- https://code.google.com/archive/p/java-gpu/\n- http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.174.8624\u0026rep=rep1\u0026type=pdf\n\n## Credits\nmade by oragejuce (mostly) with pain and love\nSpecial thanks to:\n- Jenni\n- 254n_m for github CI stuff\n- thank u nuker (for being awesome)\n- 0x22 (for keeping me motivated) also 254n_m (helping me with gradle)\n\n# How to install\n\nThis assumes you use multimc / prism-launcher\n\nClick `edit instance`\n\nGo to the `versions` tab\n\nClick `add empty`\nset `name` to `oragehack` and `uid` to `me.oragejuice.oragehack`\n\nSelect `edit` and replace with the Json below\n\nClick `Open libraries` and drag the jar into it\n\nInstall forge and make sure it loads **before** oragehack\n```\n{\n    \"+tweakers\": [\n        \"me.oragejuice.oragehack.tweak.Tweaker\"\n    ], \n    \"formatVersion\": 1,\n    \"libraries\": [\n        {\n            \"name\": \"net.minecraft:launchwrapper:1.12\"\n        },\n        {\n            \"name\": \"org.ow2.asm:asm-all:4.1\"\n        },\n        {\n            \"name\": \"me.oragejuice.oragehack:oragehack:1.0\",\n            \"MMC-hint\": \"local\",\n            \"MMC-filename\": \"oragehack-1.0.jar\"\n        }\n    ],\n    \"name\": \"oragehack\",\n    \"requires\": [\n        {\n            \"equals\": \"1.12\",\n            \"uid\": \"net.minecraft\"\n        }\n    ],\n    \"uid\": \"me.oragejuice.oragehack\",\n    \"version\": \"1\",\n    \"mainClass\": \"net.minecraft.launchwrapper.Launch\"\n}\n```\n\n\n# Contributing\n\n## Formatting\nWhen writing classes and functions they should all follow the format\n```java\nclass aClass {\n    public void aFunction() {\n        if (something()) {\n            //do thing\n        }\n    }\n}\n```\ntake note of the use of Camel case, and the spacing after each call.\nthe braces should match the indentation of the call.\n\n## Design\nSecondly `static` functions should only be written if they are either purely functional (no side effects)\nunless if they interface with an inherently stateful system\ne.g GL or MC itself. The exception to this is Factories.\nOtherwise, if needed then use singletons\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foragejuice%2Foragehack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foragejuice%2Foragehack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foragejuice%2Foragehack/lists"}