This is made for educational purposes only
⚠️ The devs of among us updated the anticheat of the game, most of the cheats are not working anymore. I'm working on a way to find new cheats and fix the old ones.
- About the client
- Supported versions
- Features
- Downloading the client
- Using the client
- Building the dll file
- Using the command line
- Credits
⚠️ This client is NOT a virus, it is detected as one for most of antivirus because of the injector and the methods used in the files. If you don't trust me read the code by yourself.
⚠️ Post issues about features not working ONLY if they are not listed as 'not working' in the features part.
Version of the game | Version of the client required | Statut of the client |
---|---|---|
2020.9.9s | 0.0.2 | ✔️ Everything working |
2020.9.22s | 0.0.3-beta | |
2020.10.x & later | Not supported | ❌ Not supported yet |
Features | Working 2020.9.9s | Working 2020.9.22s |
---|---|---|
Force call meeting | ❌ | ✔️ |
Noclip | ✔️ | ❌ |
Mark Imposters | ✔️ | ✔️ |
Radar | ✔️ | ✔️ |
Reset ban points | ✔️ | ✔️ |
Spam chat | ✔️ | ❌ |
Make everyone spam chat | ✔️ | ❌ |
Murder anyone even if not impostor | ✔️ | ❌ |
Teleport to anyone | ✔️ | ✔️ |
Vote off anyone | ✔️ | ❌ |
Kick anyone | ✔️ | ❌ |
Close doors | ✔️ | ❌ |
Sabotage even if not impostor | ✔️ | ✔️ |
Repair | ➖ | ➖ |
Instantly complete all tasks | ✔️ | ✔️ |
Before downloading, make sure you looked the Supported Versions to know what to download
Please note that releases are not created as often as dll build, if you want to get the latests features, I reccomend downloading the dll file and injecting it yourself
-
Extract zip file in a folder
-
Start AmongUs
-
Run the
AmongUsCheatClient.exe
file -
A console should spawn saying further instructions
The client was created in Visual Studio 2019, to edit and compile your own version, get the project located in AmongUsCheatClient-22s. Then compile the project as Release - x86
The injector and the main file support command line.
Injector.exe --process-name "Among Us.exe" --inject DLL_PATH
DLL_PATH being the absolute path of the dll file, for example F:\Docs\AUCC.dll
python main.py --dev
This will start the client using the dll file located in AmongUsCheatClient-22s\Release\AUCC.dll assuming the project is in the same location as the master branch
I did not made this by myself and I used some work of others people, here is the list :
- ExtraConcentratedJuice - Original client
- void0p - Radar cheat
- nefarius - DLL Injector
- Cypher - Injection classes