Advertisement
NukeVsCity

blox fruits frut farm

Nov 3rd, 2022 (edited)
6,485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.26 KB | None | 0 0
  1.  
  2. Settings = {
  3.    AutoTeam = "Marines", -- Pirates or Marines
  4.    AutoEat = false, -- true or false
  5.    AutoStore = true, -- true or false
  6.    ContinueHopAfterStoredFruit = true, -- true or false
  7.    WebhookURL = "", --Put your webhook links in here
  8.    WebhookPingEveryone = true, -- true or false
  9.    WantedFruits = {
  10.        "Kilo Fruit",
  11.        "Spin Fruit",
  12.        "Chop Fruit",
  13.        "Spring Fruit",
  14.        "Bomb Fruit",
  15.        "Smoke Fruit",
  16.        "Spike Fruit",
  17.        "Flame Fruit",
  18.        "Falcon Fruit",
  19.        "Ice Fruit",
  20.        "Sand Fruit",
  21.        "Dark Fruit",
  22.        "Revive Fruit",
  23.        "Diamond Fruit",
  24.        "Light Fruit",
  25.        "Love Fruit",
  26.        "Rubber Fruit",
  27.        "Barrier Fruit",
  28.        "Magma Fruit",
  29.        "Door Fruit",
  30.        "Quake Fruit",
  31.        "Buddha Fruit",
  32.        "String Fruit",
  33.        "Phoenix Fruit",
  34.        "Rumble Fruit",
  35.        "Paw Fruit",
  36.        "Gravity Fruit",
  37.        "Dough Fruit",
  38.        "Shadow Fruit",
  39.        "Venom Fruit",
  40.        "Control Fruit",
  41.        "Soul Fruit",
  42.        "Dragon Fruit",
  43.        "Leopard Fruit"
  44.        --List of fruits, delete fruits that you don't want
  45.    }
  46. }
  47.  
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/Scripts2022/main/bloxfruitshopper"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement