-- CONFIG START -- _G.prefix = "/" -- Command prefix _G.mainAccount = "YourMain" -- Case-sensitive main account name _G.fpslimit = 15 -- FPS limit for alts (saves resources) _G.altAccounts = { -- List ALL alt accounts: ["AltAccount1"] = true, ["AltAccount2"] = true, -- Add more below -- } -- CONFIG END -- loadstring(game:HttpGet("https://raw.githubusercontent.com/Nuclearpotato69/Punchy-Alt-Control/main/main.lua", true))()