项目作者: GirkovArpa

项目描述 :
A helpful graphical overlay to help you keep track of potential impostors in Among Us.
高级语言: CSS
项目地址: git://github.com/GirkovArpa/amongus-tool.git
创建时间: 2020-10-23T17:48:15Z
项目社区:https://github.com/GirkovArpa/amongus-tool

开源协议:The Unlicense

下载


Among Us Tool

A helpful graphical overlay to help you keep track of potential impostors in Among Us.

Made with Sciter.

Animated Screencapture

Building

You need the Rust toolchain.

If you’re not building for Windows, remove this line from main.rs:

  1. #![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.

  1. $ 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. Look in the folders that begin with bin.; e.g. bin.win/x64/sciter.dll.