You are on page 1of 1

Settings = {

AutoTeam = "Pirates", -- Pirates or Marines


AutoEat = false, -- true or false
AutoStore = true, -- true or false
ContinueHopAfterStoredFruit = true, -- true or false
WebhookURL = "", --Put your webhook links in here
WebhookPingEveryone = true, -- true or false
WantedFruits = {
"Dark Fruit",
"Spider Fruit",
"Dragon Fruit",
"Shadow Fruit",
"Blizzard Fruit",
"Portal Fruit",
"Light Fruit",
"Quake Fruit",
"Buddha Fruit",
"Rumble Fruit",
"Paw Fruit",
"Gravity Fruit",
"Dough Fruit",
"Venom Fruit",
"Control Fruit",
"Spirit Fruit",
"Leopard Fruit"
--List of fruits, delete fruits that you don't want
}
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/Scripts2022/
main/bloxfruitshopper"))()

You might also like