https://github.com/girkovarpa/amongus-tool
A helpful graphical overlay to help you keep track of potential impostors in Among Us.
https://github.com/girkovarpa/amongus-tool
amongus gui overlay sciter tool transparent
Last synced: 1 day ago
JSON representation
A helpful graphical overlay to help you keep track of potential impostors in Among Us.
- Host: GitHub
- URL: https://github.com/girkovarpa/amongus-tool
- Owner: GirkovArpa
- License: unlicense
- Created: 2020-10-23T17:48:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T17:49:27.000Z (over 5 years ago)
- Last Synced: 2025-03-18T02:47:59.828Z (about 1 year ago)
- Topics: amongus, gui, overlay, sciter, tool, transparent
- Language: CSS
- Homepage: https://girkovarpa.itch.io/imposter-tracker
- Size: 4.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Among Us Tool
A helpful graphical overlay to help you keep track of potential impostors in Among Us.
Made with [Sciter](https://sciter.com).

## Building
You need the Rust toolchain.
If you're not building for Windows, remove this line from `main.rs`:
```rust
#![windows_subsystem = "windows"]
```
It's purpose is to hide the console window that would otherwise pop up. I'm not sure what the corresponding directive is for other operating systems.
```
$ cargo build
```
When running the executable, the appropriate Sciter library must be included in the same folder.
In this case, I've included the 64bit `sciter.dll`.
If this doesn't match your system, you can find the one that does in the [Sciter SDK repository](https://github.com/c-smile/sciter-sdk). Look in the folders that begin with `bin.`; e.g. `bin.win/x64/sciter.dll`.