--[[ ╔══════════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ ██╗ ██╗███████╗██████╗ ██████╗ ███╗ ██╗'██████╗ ║ ║ ██╔══██╗╚██╗ ██╔╝██╔════╝██╔══██╗██╔═══██╗████╗ ██║██╔════╝ ║ ║ ██████╔╝ ╚████╔╝ █████╗ ██████╔╝██║ ██║██╔██╗ ██║██║ ║ ║ ██╔══██╗ ╚██╔╝ ██╔══╝ ██╔══██╗██║ ██║██║╚██╗██║██║ ║ ║ ██████╔╝ ██║ ███████╗██║ ██║╚██████╔╝██║ ╚████║╚██████╗ ║ ║ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝ ║ ║ ║ ║ A L T C O N T R O L V 3 ║ ║ ║ ╚══════════════════════════════════════════════════════════════════╝ ]] --// ========================= --// BYFRON'S ALT CONTROL V3 --// Configuration / Loader --// ========================= --// Name Settings getgenv().UseDisplayNames = false -- true = use display names -- false = use usernames --// Bot Accounts getgenv().botList = { "ByfronSubordinate", -- Bot 1 "ByfronSubordinate2", -- Bot 2 "ByfronSubordinate3" -- Bot 3 } --// Master Account getgenv().masterUsername = "Byfron_AntiCheater" --// Bot Configuration getgenv().totalBots = 3 getgenv().cmdPrefix = "." --// Startup Options getgenv().printHelp = true getgenv().targetFPS = 60 getgenv().antiAFK = true getgenv().announce = true getgenv().startupMessage = true --// ========================= --// PRELOAD KEY --// ========================= -- If a valid key is provided, the key system -- will skip the GUI and load the bot directly. getgenv().preload_key = "key in dc or lootlabs" --// ========================= --// LOAD BYFRON'S ALT CONTROL --// ========================= loadstring(game:HttpGet( "https://raw.githubusercontent.com/Byfron-AntiCheater/ByfronAltControl/refs/heads/main/ByfronsAltControlV3.txt" ))()