Skip to content

A tool that allows you to open multiple Roblox windows at the same time

Notifications You must be signed in to change notification settings

Avaluate/MultipleRobloxInstances

Repository files navigation

I just want to download it

See this or look at Releases. This works as of 14 July 2024.

Multiple Roblox Instances

This program allows you to run 2 or more different Roblox accounts at the same time.

This is not against the Roblox ToS and applications such as Bloxstrap had similar functionality.

Bloxstrap removed the multiple Roblox instances feature due to fears people were using it to farm and well as their implementation of multiple Roblox instances being a "hit or miss".

Current problems

  • Teleporting between places in a universe (for example, between different worlds in a game, or joining a lobby) won't work
  • However, teleporting between different games still works

I need help

My Discord username is avaluate if you need help.

MainDab (now called Echolyth on Discord) no longer discusses any form of Roblox utility, but you can still join to contact me.

How this works

Note: although the program already states this, closing the program will close all but one of the Roblox windows.

You can see how this works in program.cs.

It boils down to this :

new Mutex(true, "ROBLOX_singletonMutex");

What this does is essentially locking the Roblox thread. Logically speaking because of this, Roblox isn't able to make a new mutex (or rather, because an existing one already exists).

Can I use this in my program?

Yes.

Brief history

I had originally made this for MainDab, a keyless Roblox exploit. I recently (6 July 2024) unarchived this project to improve upon it.

About

A tool that allows you to open multiple Roblox windows at the same time

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages