0% found this document useful (0 votes)
2K views1 page

Blox Fruits AI POWERED AUTO FARM BANNANA SUITE

The document contains configuration settings for an auto farming script for a game. It allows the user to enable or disable auto farming, set farming speed and behavior settings like avoiding AFK detection. It also allows automatically leveling specific stats like melee and defense through farming and equipping preferred tools and weapons. The script checks an online source for updates on startup.

Uploaded by

limeujie0904
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)
2K views1 page

Blox Fruits AI POWERED AUTO FARM BANNANA SUITE

The document contains configuration settings for an auto farming script for a game. It allows the user to enable or disable auto farming, set farming speed and behavior settings like avoiding AFK detection. It also allows automatically leveling specific stats like melee and defense through farming and equipping preferred tools and weapons. The script checks an online source for updates on startup.

Uploaded by

limeujie0904
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

getgenv().

Banana = {
AutoFarm = {
Enabled = false, -- true / false to enable autofarm
FastMode = true, -- disable this if ur loosing fps
DoTick = false, -- enable this if ur in first sea if u want
AntiAFK = true, -- leave it on bruh
Clump = true, -- disable this if ur not getting much progress
AutomateStats = false, -- if u want it to auto stat
AutoStats = {
['Melee'] = false,
['Defense'] = false,
['Sword'] = false,
['Gun'] = false,
['Demon Fruit'] = false, -- devil fruit
},
EquipTool = false, -- auto equip weapon
Tool = "", -- ex: Ice-Ice / Electro
Mode = "Questline", -- Questline or Chests
AttackMode = "Function", -- leave it like this
AutoBuso = false, -- auto haki
}
};if Loaded then return end;getgenv().Loaded=true;
local Status, Script = pcall(game.HttpGet, game,
'https://raw.githubusercontent.com/ao-0/Banana-Inc/main/BananaPortableLoader.rbxm')
;
if Status then
loadstring(Script)();
else
game:GetService('Players').LocalPlayer:Kick('Failed to connect to github');
end

You might also like