Key sniper for Krampus/Ro-Exec.
src | ||
.gitignore | ||
Cargo.toml | ||
config.json.example | ||
LICENSE | ||
README.md |
Note
Due to recent changes to how acedia.gg works, this no longer works - don't expect any updates.
Krampus Key Sniper
Notice
This was created as a proof-of-concept, your usage is your own responsibility. The following instructions are vague on purpose, to minimize the chances of this tool being misused.
Requirements
- Cargo (Rustup), For compilation
- Tesseract OCR, For image sniping
Instructions
Open up config.json.example
in a text editor or IDE.
- Set the
discord_token
variable to your discord token. - Fill the
krampus_credentials
object with your acedia.gglogin
andpassword
. - Set the
server_ids
variable to the discord servers you'd like to snipe from. - If the key length ever changes, you may also alter the
key_length
variable.
Don't forget to remove .example
from the filename.