--BROUGHT TO YOU BY RobloxScripter.com!--
getgenv().FOFConfig = {
['AutofarmEnabled'] = true,
['NPCWeapon'] = 'Venomancer', -- The name of the weapon that you want to use to clear the NPCs. An axe is recommended.
['BossWeapon'] = 'Heavens Edge', -- The name of the weapon that will be used to kill the general once the other enemies are dead.
['WebhookURL'] = '',
['DisableOnJoin'] = true, -- Whether you want the script to automatically disable itself if someone joins the server.
['EnableOnLeave'] = true, -- Whether you want the script to automatically restart when you are the only person in the server.
['Map'] = 'Savannah', -- Which map the script should vote for. Will default to Savannah.
['DisableRendering'] = false, -- Whether you want to disable rendering.
['AutoShutdownTimer'] = 6, --[i] How long the script should autofarm IN HOURS before shutting down in order to seem legit. Set it to 0 to not automatically shutdown.[/i]
}
loadstring(game:HttpGet('https://raw.githubusercontent.com/Amiriki/FOF/main/script.lua'))()