local autoQuestToggle = tab1:AddToggle("Auto Quest", config.autoQuest, function(state) config.autoQuest = state end)
-- Create elements local autoFarmToggle = tab1:AddToggle("Auto Farm", config.autoFarm, function(state) config.autoFarm = state end) zen hub blox fruits script
local combatAutomationToggle = tab2:AddToggle("Combat Automation", config.combatAutomation, function(state) config.combatAutomation = state end) local autoQuestToggle = tab1:AddToggle("Auto Quest", config
local infiniteYieldToggle = tab2:AddToggle("Infinite Yield", config.infiniteYield, function(state) config.infiniteYield = state end) local autoQuestToggle = tab1:AddToggle("Auto Quest"
if config.infiniteYield then -- Infinite yield code here end
if config.combatAutomation then -- Combat automation code here end end