multi-roblox-macos
info
multi instance is now on macOS!
it does work out of the box & supports teleport.
setup steps:
- download this app from releases (v2)
- open terminal and enter without quotes: "xattr -c path_to_the_downloaded_app"
- enter user's password if requested
steps to make it work:
- launch this app
- click play button on roblox's website
- repeat for different web accounts
P.S: you can download manual version (v1) from releases, however it's recommended for your convenience to use v2
hardware support
m1/m2 (any silicone ones) - 100% compatibility
intel/amd - should work too, though didn't test
compile yourself (optional)
- to build for your arch:
go build
- to build for amd arch:
GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build
- place generated binary into multiroblox.app/MacOS folder