link 1: https://wearedevs.net/d/Multiple%20Games
link 2: https://github.com/ic3w0lf22/Roblox-A... (remove K at the end)
link 3: https://www.xeno.now/download
if your linkvertise gets an hour timer use this: https://bypass.vip
link to the creators discord server: / discord
first open multiple roblox before doing anything, next add your alt accounts to RAM (roblox account manager), and have them join you in game once ready (i usually do this on another device)
open your executor with multi injection and inject into all the alts, replace Main account here with the username of your account (use capitalization)
and replace the ALT ACCOUNT 1 , 2, 3, 4 etc with the username of your alts (use capitalization), and run the script on the alts AND the main account that will be controlling the accounts
*note the voice chat unban script requires you to have voice chat before joining the game*
i will be posting a video on how to do this, if this description did not help you
note * this script supports infinite alts*
* if you want to use more alts copy and paste the line that says ["ALT ACCOUNT 1"] = true, and add it below the others*
--CONFIG START
getgenv().Settings = {
prefix = "/";
mainAccount = "MAIN ACCOUNT HERE";
fpslimit = 30;
altAccounts = {
["ALT ACCOUNT 1"] = true,
["ALT ACCOUNT 2"] = true,
};
};
-- CONFIG END --
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nuc...", true))()
*the script below is an example of what it looks like to add more accounts*
--CONFIG START
getgenv().Settings = {
prefix = "/";
mainAccount = "MAIN ACCOUNT HERE";
fpslimit = 30;
altAccounts = {
["ALT ACCOUNT 1"] = true,
["ALT ACCOUNT 2"] = true,
["ALT ACCOUNT 3"] = true,
["ALT ACCOUNT 4"] = true,
};
};
-- CONFIG END --
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nuc...", true))()