local infiniteYieldToggle = tab2:AddToggle("Infinite Yield", config.infiniteYield, function(state) config.infiniteYield = state end)
if config.combatAutomation then -- Combat automation code here end end
if config.infiniteYield then -- Infinite yield code here end