Allows you to run multiple roblox instances, run before starting Roblox. This is a stupid safe alternative to the WRD version, which does essentially the same thing.
To compile with VS 2019:
- Install Visual Studio 2019
- Open Developer Powershell from start
- Run
cl /MD multiroblox.cpp
To compile with GCC:
- Install GCC
- Open CMD or Powershell
- Run
gcc multiroblox.cpp
or use the executable provided in releases.