Blox Fruits Auto Bounty Mobile Script
Blox Fruits was created in January 2019 by mygame43; also known as the creator of Gamer Robot and Elemental Battlegrounds. It is a game heavily inspired by the manga/anime series One Piece. It’s also the most visited game in Roblox right now with more then than 15 Billion visits.
Features
- Auto Bounty Hunt
- And More
Instructions
- Open your Roblox game first
- Click the "Copy" button to copy the script
- Paste the script into any free executor
- Execute your script, and you're done
Auto Bounty Script
getgenv().Config = {
["Team"] = "Pirates",
["Safe Health"] = {40, 50},
["Skip"] = {
["Fruit"] = {["Enabled"] = true,
["Avoid Fruit"] = {
"Portal-Portal",
"Kitsune-Kitsune"
}
},
["Avoid V4"] = true
},
["Hunt Method"] = {
["Use Move Predict"] = true,
["Hit and Run"] = true
},
["Spam All Skill On V4"] = {
["Enabled"] = true,
["Weapons"] = {"Melee", "Gun", "Sword", "Blox Fruit"}
},
["Chat"] = {
["Enabled"] = false,
["Message"] = {""}
},
["Custom Y Run"] = {
["Enabled"] = false,
["Y Run"] = 100
},
["Misc"] = {
["Auto Store Fruit"] = true,
["Auto Random Fruit"] = true,
["White Screen"] = false,
["Click Delay"] = 0.1,
},
["Items"] = {["Use"] = {"Melee", "Gun", "Sword", "Blox Fruit"},
["Melee"] = {
["Enable"] = true,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 1.5},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["C"] = {["Enable"] = true, ["HoldTime"] = 0.1}
}
},
["Blox Fruit"] = {
["Enable"] = false,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 1.2},
["X"] = {["Enable"] = true, ["HoldTime"] = 0},
["C"] = {["Enable"] = true, ["HoldTime"] = 0},
["V"] = {["Enable"] = false, ["HoldTime"] = 0},
["F"] = {["Enable"] = false, ["HoldTime"] = 0}
}
},
["Sword"] = {
["Enable"] = true,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1}
}
},
["Gun"] = {
["Enable"] = true,
["Skills"] = {
["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
["X"] = {["Enable"] = true, ["HoldTime"] = 0.1}
}
}
}
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/Yatsuraa/Matsune_Mobile/refs/heads/main/autobounty.hack"))()