--Configuration getgenv().Use_Displayname = true -- if true, put accounts displayname for bots | if false use the username of accounts getgenv().bots = {"TheBot1User", "TheBot2User", "TheBot3User", "TheBot4User", "TheBot5User", "TheBot6User", "TheBot7User"} --bots getgenv().owner = "TheBotUserOwner" --Owner (USER NAME, DO NOT PUT DISPLAYNAME) getgenv().nbbot = 5 -- Number of bots you want to use getgenv().prefix = "." -- Prefix getgenv().botrender = false -- when true, bots use less CPU getgenv().printcmd = true -- if true, displays all commands available in the console loadstring(game:HttpGet('https://raw.githubusercontent.com/elfcodes808/HexaHubAltController/refs/heads/main/altcontroller.lua'))() --[[ INFO: do ;quit to deactivate the script, activate script only once, you can check whether bots are active by doing ;status, if the bots don't execute the command, you'll have to redo the command until it's executed., put the bots you want to use in the places of the list., you can try to fix bots with ;fix command, ]]