Skip to content

101Symbol101/RBLXBypass-SingletonEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🎮 Multi-Account Roblox Tool

Automate Process Explorer to enable multiple Roblox instances on a single Windows machine.

⚠️ WARNING ⚠️

This tool requires administrator privileges and modifies system processes.

  • I am aware of the issue that it does not detect when the lower pane that shows handles is open or not, so it closes it if it was originally opened before running.
  • Ensure your usage complies with Roblox's Terms of Service
  • The authors are not responsible for any issues, bans, or problems that may arise

Windows AutoHotkey License

📋 Table of Contents

🎯 Overview

This tool automates the process of using Microsoft Sysinternals Process Explorer to close a specific handle in Roblox processes, allowing you to run multiple Roblox accounts simultaneously on the same Windows machine.

✨ Features

  • 🔄 Automated Process Explorer Integration - Automatically launches and configures Process Explorer
  • 📥 Auto-Download - Automatically downloads Process Explorer if not installed
  • 🎯 Smart Process Detection - Automatically filters and finds Roblox processes
  • 🔐 Admin Rights Handling - Batch script handles elevation automatically
  • One-Click Execution - Simple double-click to run
  • 🖥️ Resolution Support - Optimized for 1920x1200 resolution

📦 Requirements

  • Operating System: Windows 10/11
  • Screen Resolution: 1920x1200 (required for proper automation)
  • Administrator Rights: Required (handled automatically by start.bat)
  • AutoHotkey: v2.0 or later (Download here)
  • Roblox: Must have at least one Roblox game open via web browser

🚀 Installation

  1. Clone or download this repository

    git clone https://github.com/101Symbol101/Multi-Account.git
    cd Multi-Account
  2. Install AutoHotkey v2.0

  3. Verify files are present

    • RBLXBypass.ahk - Main automation script
    • start.bat - Launcher script with admin elevation
    • SysinternalsSuite/ - Process Explorer files (auto-downloaded if missing)

💻 Usage

Quick Start

  1. Open a Roblox game in your web browser (Chrome, Edge, Firefox, etc.)

  2. Double-click start.bat

    • The script will automatically request administrator privileges
    • Click "Yes" when prompted by UAC
  3. Follow the on-screen instructions

    • Read and acknowledge the resolution warning
    • Do not click any buttons while the script is running
    • The script will automatically:
      • Launch Process Explorer
      • Filter for Roblox processes
      • Navigate to the Handles tab
      • Prepare for handle closure
  4. When prompted, choose whether to close the selected handle

    • This allows multiple Roblox instances to run simultaneously

Manual Execution

If you prefer to run the AutoHotkey script directly:

  1. Right-click RBLXBypass.ahk
  2. Select "Run as administrator"
  3. Follow the same steps as above

⚠️ Important Notes

Resolution Requirement

  • This script is designed for 1920x1200 resolution only
  • If your resolution differs, the automation may not work correctly
  • The script will warn you if your resolution doesn't match

During Execution

  • Do not interact with your mouse or keyboard while the script runs
  • The script includes intentional pauses - this is normal behavior
  • Interrupting the script may cause it to fail

Process Explorer

  • Process Explorer will be automatically downloaded if not found
  • It's downloaded from Microsoft Sysinternals (official source)
  • The tool requires administrator rights to function properly

Multiple Accounts

  • After closing the handle, you can open additional Roblox instances
  • Each instance can use a different Roblox account
  • The handle closure persists until you restart Roblox

🔧 Troubleshooting

Script won't run

  • Solution: Ensure you're running as administrator
  • Right-click start.bat → "Run as administrator"

Process Explorer won't launch

  • Solution: Check if antivirus is blocking it
  • Add Process Explorer to your antivirus exclusions
  • Try running Process Explorer manually first

Script doesn't find Roblox

  • Solution: Ensure Roblox is open via web browser
  • The script looks for RobloxPlayerBeta.exe process
  • Open a Roblox game before running the script

Wrong resolution

  • Solution: Change your display resolution to 1920x1200
  • Or modify the script's coordinate calculations for your resolution

Script seems stuck

  • Solution: Wait - the script has intentional delays
  • Do not click anything while it's running
  • If truly stuck, close Process Explorer and restart

📝 Disclaimer

This tool is provided as-is for educational and personal use.

  • ⚠️ Use at your own risk - Modifying process handles can cause instability
  • ⚠️ Roblox Terms of Service - Ensure your usage complies with Roblox's ToS
  • ⚠️ No Warranty - This software comes with no guarantees
  • ⚠️ Administrator Access - Requires elevated privileges (use responsibly)

The authors are not responsible for any issues, bans, or problems that may arise from using this tool.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

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

🙏 Acknowledgments


Made with ❤️ for the Roblox community

If you find this tool helpful, consider giving it a ⭐!

About

Bypass Roblox's one-session-per-device limit using Process Explorer and an AutoHotKey script. Works for me, may not work for you. I coded this in like 3 minutes ok!?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors