Daw588 / stateye

Roblox presence for Discord with only one native standalone executable that relies on zero external dependencies, and doesn't need to be installed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatEye 👁️‍🗨️

An eye that keeps track of your Roblox status and shares it with others.

application application

Roblox presence for Discord with only one native standalone executable that relies on zero external dependencies, and doesn't need to be installed.

Performance ⚡

Executable Size Memory Usage Network Usage Disk Usage CPU Usage
~1.5MB ~1.5MB to ~2.1MB 0MB/s to ~0.1MB/s 0% 0%

0% does NOT imply that the program is not utilizing the given resource, but rather indicate that the usage is too low to be represented by one decimal place percentage.

Installation 🏗️

Just download the stateye.exe file from the latest release, and run it.

Configuration File ⚙️

Configuration file is optional, if you choose to include it, do the following:

  • Create a file called stateye.config and place it in the same dictionary where stateye.exe is located.
  • Open stateye.config in a notepad or other text editing program and paste the following:
token=YOUR_ROBLOX_SECURITY_TOKEN (optional)
website=true (optional)
player=true (optional)
studio=true (optional)

Format: key=value.

Key Description Value Type Default Value
token Roblox account token which can be found in a cookie called .ROBLOSECURITY. string
website Whether to show that you are online. bool true
player Whether to show that you are playing a game. bool true
studio Whether to show that you are developing a game. bool true

⚠️ Do NOT share the token with anyone, keep it safe as it will allow bad actor to bypass all security features and access your account!

Reporting Bugs 🐛

  1. Download stateye_debug.exe from the latest release.
  2. Start screen recording.
  3. Do something to cause problems and then exit out of the program if it didn't already.
  4. Stop screen recording.
  5. Remove sensitive details from the console (if any) and the screen recording.
  6. Open new issue and include the console logs with a screen recording along with details, such as what operating system you're using, etc.

About

Roblox presence for Discord with only one native standalone executable that relies on zero external dependencies, and doesn't need to be installed.

License:MIT License


Languages

Language:Rust 100.0%