Skip to content

A lightweight and blazing-fast Rust auto clicker for the Sigame online quiz game (https://sigame.vladimirkhil.com ). Instantly clicks when the answer button becomes active.

License

Notifications You must be signed in to change notification settings

stefan-vasilenko/sigame-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 Sigame Click — Rust Auto Clicker for https://sigame.vladimirkhil.com

Rust License Build

A lightweight and ultra-fast auto clicker written in Rust, designed specifically for the Sigame online quiz game.
It automatically clicks on the answer button the moment it becomes active, giving you the fastest possible reaction time.

Supports macOS and Windows.

⚠️ Use responsibly. This tool is intended for personal use, practice, and experimentation. Do not use it to gain unfair advantage in competitions where external tools are not allowed.


✨ Features

  • ⚡ Blazing fast polling loop (microsecond precision)
  • 🟠 Detects the color of the answer button on the Sigame site
  • 🖱️ Automatically clicks when the button becomes available
  • ⌨️ Toggle on/off with ` (BackQuote) key
  • 🧠 Adjustable color tolerance and polling interval via CLI
  • 🧰 Cross-platform: macOS and Windows

📥 Download

You can download the latest prebuilt binaries for macOS and Windows from the Releases page.


📦 Installation

Requires Rust (1.90 or newer)

git clone https://github.com/stefan-vasilenko/sigame-click.git
cd sigame-click
make release
# or for windows
make release-windows

Run the binary:

make run 

Or directly:

./target/release/sigame-click

⚙️ Command-line Options

Flag Description Default Example
--color Target color in hex (with or without #) ED6D38 --color "#ff7c1e"
--tolerance Color match tolerance (distance) 45 --tolerance 60
--interval Polling interval in microseconds 1000 --interval 500

Usually you set --color to the exact color of the Sigame “Answer” button when it becomes active.
On macOS, use Digital Color Meter in “Display native values” to pick the exact pixel RGB under the cursor.


🧠 How to Use

  1. Open a Sigame game at https://sigame.vladimirkhil.com
  2. Move the mouse cursor over the answer button
  3. Read the exact framebuffer color using the built-in pixel logger
  4. Run sigame-clicker with that color and a reasonable tolerance
  5. Press ` to enable the clicker
  6. As soon as the button activates and matches the target color, the program will instantly click, then disable itself

📝 License

This project is licensed under the MIT License — see the LICENSE file for details.


⚠️ Disclaimer

This project is intended for personal use, training, and educational purposes.
Using auto-clickers may be against the rules in competitive environments.
The author is not responsible for misuse or any consequences of using this tool.


🌟 Contributing

Issues and pull requests are welcome.
If you find this project useful, please star it on GitHub!


🧰 Roadmap

  • Add a hotkey to pick the current pixel color as the new target
  • Cross-platform integration tests

About

A lightweight and blazing-fast Rust auto clicker for the Sigame online quiz game (https://sigame.vladimirkhil.com ). Instantly clicks when the answer button becomes active.

Resources

License

Stars

Watchers

Forks

Packages

No packages published