Caution
This project is now deprecated and will no longer be maintained. Please consider using an alternative tool like voxel or fork the repository if you wish to continue development.
AltMan is a robust and intuitive tool designed to help you manage multiple Roblox accounts effortlessly.
- Multi-Account Management – Add, organize, and securely store cookies for multiple Roblox accounts.
- Quick Join – Instantly join games via JobID or PlaceID.
- Friends Integration – View and manage friends per account.
- Friend Requests – Send friend requests directly from the interface.
- Server Browser – Explore active Roblox game servers.
- Advanced Filtering – Sort servers by ping or player count.
- Game Discovery – Search Roblox games by title or keyword.
- Log Parser – Convert Roblox logs into a human-readable format.
- Launch AltMan.
- Navigate to
Accountson the menu bar. - Click
Add Account>Add Via Cookie. - Paste your cookie and click Add Cookie.
- By JobID: Enter the JobID in the Quick Join field.
- By PlaceID: Use a valid PlaceID to connect to a server.
- By Username: Connect directly to a user's session (if joins are enabled).
💡 Tip: You can also join games through the Servers or Games tabs.
- Select an account from the list.
- Go to the Friends tab to see the current friend list.
- Use the Add Friend button to send requests via username or UserID.
- Windows 10 or 11 (Tested for Windows 11 24H2)
- Active internet connection
- Visual Studio 2022 (or Build Tools) with the Desktop development with C++ workload
- CMake ≥ 3.25
- vcpkg (any location; set the
VCPKG_ROOTenvironment variable) - Git
git clone https://github.com/crowsyndrome/AltMan.git
cd AltMangit clone https://github.com/microsoft/vcpkg.git %USERPROFILE%\vcpkg
%USERPROFILE%\vcpkg\bootstrap-vcpkg.batThe project ships with a vcpkg.json manifest. With vcpkg on your %PATH% simply run:
%USERPROFILE%\vcpkg\vcpkg.exe install(If you skip this step vcpkg will build the ports automatically the first time CMake configures.)
mkdir build
cmake -B build -S . ^
-DCMAKE_TOOLCHAIN_FILE=%USERPROFILE%\vcpkg\scripts\buildsystems\vcpkg.cmake ^
-A x64 -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release -- /mThe executable will be generated at build\altman\altman.exe together with the required assets folder.
- Open the project folder in CLion.
- Go to File ▸ Settings ▸ Build, Execution, Deployment ▸ CMake and add
-DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%/scripts/buildsystems/vcpkg.cmaketo CMake options. - Make sure the Toolchain is set to the Visual Studio toolchain (x86_64).
- Press
▶️ to run thealtmantarget.
- Your account cookies are stored locally and encrypted.
- All save files are kept inside a storage folder in the application's directory.
- Never share your cookies with anyone.
- Use the tool at your own risk.
This project is licensed under the MIT License. See the LICENSE file for full details.
Pull requests are welcome! For substantial changes, please open an issue to discuss the proposed improvements beforehand.
This tool is not affiliated with Roblox Corporation. Use responsibly and in compliance with Roblox's Terms of Service.
