0% found this document useful (0 votes)
177 views1 page

Untitled

This document contains a table of settings for an auto shopper script for Blox Fruits, including options to automatically join a team, eat fruits, store fruits, and continue hopping after storing. It also lists desired fruits to shop for, and includes a loadstring to run the auto shopper script.

Uploaded by

Garry Smith
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
177 views1 page

Untitled

This document contains a table of settings for an auto shopper script for Blox Fruits, including options to automatically join a team, eat fruits, store fruits, and continue hopping after storing. It also lists desired fruits to shop for, and includes a loadstring to run the auto shopper script.

Uploaded by

Garry Smith
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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