Warning
This repository has been archived in favor of MultiScope V2
Short Description: A Sols RNG Biome Macro made to detect changes across multiple accounts while ensuring no AFK kicks.
MultiScope is a Python application designed to track Biome Changes in Sols RNG across multiple accounts. | Formerly BiomeScope
- Multi-Account Management: Configure and track multiple accounts.
- Biome/Event Detection: Automatically detects biomes with sub second delays.
- Discord Notifications: Sends notifications via Discord webhooks for configured events and accounts.
- Statistics Tracking: Keeps track of detected events (e.g., biome counts) and session time.
- GUI: Provides a tabbed interface for controls, webhooks, stats, logs, and settings.
- (Optional) Anti-AFK: Includes functionality to prevent being marked as AFK Kicked. This is done without you even noticing.
- Configuration: Saves settings, accounts, and logs.
- Update Checker: Checks for new versions on startup.
- Python (or use the precompiled executable)
Option 1: Using Python
- Clone the repository:
git clone https://github.com/cresqnt-sys/MultiScope cd MultiScope - Install Python dependencies:
# It's recommended to use a virtual environment python -m venv venv # Activate the virtual environment (Windows example): venv\\Scripts\\activate # (macOS/Linux example): source venv/bin/activate # Install requirements pip install -r requirements.txt
Option 2: Using Precompiled Executable
- Download the precompiled executable from the releases section.
- Run the executable directly without any additional steps.
Note: The precompiled executable includes all necessary dependencies and does not require Python installation.
# Ensure your virtual environment is activated (if used)
python main.py - Launch the application using
python main.py. - Use the 'Manage Accounts' button to add your accounts.
- Use the 'Webhooks & Control' tab to add Discord webhook URLs.
- Configure which accounts notify which webhooks.
- Use the 'Configure Biomes' button to set up notification preferences.
- Press F1 (or the 'Start' button) to begin detection.
- Press F2 (or the 'Stop' button) to stop detection.
- Monitor logs and stats in the 'Stats & Logs' tab.
Notable changes to this project are documented in the CHANGELOG.md file. The current version is 0.9.9-Stable.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International - see the LICENSE file for details.
- Created by: cresqnt & Bored Man
- Original Inspiration: Maxstellar
- Discord Server: Join the MultiScope Discord
- GitHub Repository: https://github.com/cresqnt-sys/MultiScope
If you find MultiScope useful, please consider starring the repository on GitHub