{"id":13759803,"url":"https://github.com/shlifedev/among-us-memory","last_synced_at":"2025-07-18T05:39:08.807Z","repository":{"id":55397215,"uuid":"288476371","full_name":"shlifedev/among-us-memory","owner":"shlifedev","description":"my among us hacking utility","archived":false,"fork":false,"pushed_at":"2022-03-19T17:47:49.000Z","size":1350,"stargazers_count":197,"open_issues_count":10,"forks_count":57,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-21T21:12:50.650Z","etag":null,"topics":["among-us","among-us-cheat","amongus","cheat","game-cheat"],"latest_commit_sha":null,"homepage":"","language":"C#","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/shlifedev.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}},"created_at":"2020-08-18T14:19:27.000Z","updated_at":"2025-03-20T09:21:04.000Z","dependencies_parsed_at":"2022-08-14T23:20:44.191Z","dependency_job_id":null,"html_url":"https://github.com/shlifedev/among-us-memory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shlifedev/among-us-memory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Famong-us-memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Famong-us-memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Famong-us-memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Famong-us-memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shlifedev","download_url":"https://codeload.github.com/shlifedev/among-us-memory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Famong-us-memory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265705671,"owners_count":23814495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["among-us","among-us-cheat","amongus","cheat","game-cheat"],"created_at":"2024-08-03T13:00:59.306Z","updated_at":"2025-10-14T12:03:52.445Z","avatar_url":"https://github.com/shlifedev.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"# AmongUsMemory (Deprecated) \n2022-03-20: No longer update this repository.\n\nIt's Among us hacking example for students.\n\n![image](https://user-images.githubusercontent.com/49047211/91510992-9581fe00-e919-11ea-8be1-93e333de762b.png)\n[blog post](https://blog.shlife.dev/4)\n \n\nYou are responsible for any disadvantages caused by using this src.  \nIt only working on downloaded from steam..\n\nPlease use only for study. Do not abuse it!   \n\nOffset update guide here! : https://github.com/shlifedev/AmongUsMemory/blob/master/OffsetGuide.md  \nIt's very easy. does not require il2cpp dumper.  \n\n  ----------------------\n## How to Use\n 1. Download Source Code\n 2. Add Reference AmongUsMemory Your Project \n 3. Let's write your cheat code and build project!  \n   \n### Example Start Cheating.\n \n ```cs\n       \n        // Readed Player List\n        static List\u003cPlayerData\u003e playerDatas = new List\u003cPlayerData\u003e(); \n        \n        // Update Your Cheat \n        static void UpdateCheat()\n        {\n            while (true)\n            { \n                foreach (var data in playerDatas)\n                {\n                    Console.WriteLine(\"Find Player Name :: \" + Utils.ReadString(data.PlayerInfo.Value.PlayerName));\n                } \n                System.Threading.Thread.Sleep(100); \n            }\n        }\n        \n        // Update Player List EveryGame.\n        static void OnDetectJoinNewGame()\n        {\n            playerDatas = HamsterCheese.AmongUsMemory.Cheese.GetAllPlayers();\n        }\n        \n        static void Main(string[] args)\n        {\n            // Cheat Init\n            if (HamsterCheese.AmongUsMemory.Cheese.Init())\n            { \n                // Update Player Data When Join New Map.\n                HamsterCheese.AmongUsMemory.Cheese.ObserveShipStatus(OnDetectJoinNewGame);\n\n                // Start Your Cheat \n                CancellationTokenSource cts = new CancellationTokenSource();\n                Task.Factory.StartNew(\n                    UpdateCheat\n                , cts.Token); \n            }\n\n            System.Threading.Thread.Sleep(1000000);\n        }\n        \n ```  \n## Example Cheat\n\n This is my private cheat :)\n ![](https://github.com/shlifedev/AmongUsPublic/blob/master/Example.PNG) \n https://www.youtube.com/watch?v=Cfk9_wNjEto\u0026feature=youtu.be \n \n`offset is no longer updated.` \n`if you have new offset pull request plz.`\n \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlifedev%2Famong-us-memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshlifedev%2Famong-us-memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlifedev%2Famong-us-memory/lists"}