0% found this document useful (0 votes)
340 views3 pages

Auto Bount?

The document contains settings for an auto farm script in Anthropic's Blox Fruits game. It defines settings for team selection, weapon usage, skills to use, safe zone teleportation, and more. The script contains functions for random chat messages, buying fruits from the shop, attacking enemies, and teleporting to safe zones for regeneration.
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)
340 views3 pages

Auto Bount?

The document contains settings for an auto farm script in Anthropic's Blox Fruits game. It defines settings for team selection, weapon usage, skills to use, safe zone teleportation, and more. The script contains functions for random chat messages, buying fruits from the shop, attacking enemies, and teleporting to safe zones for regeneration.
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/ 3

repeat wait()

until game:IsLoaded()
local TableChat = {""}
spawn(function()
while wait() do
pcall(function()

game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:
FireServer(TableChat[math.random(1,#TableChat)],"All")
wait(45)
end)
end
end)
getgenv().Setting = {
["Team"] = "Pirates", --Marines,Pirates
["Webhook"] = {
["Enabled"] = true,
["Url Webhook"] =
"https://discord.com/api/webhooks/1204303989345226783/P8CxcfgvXrcho08vEssem0HEsCTxY
v3T8dZ_faSN4SuPn1pImofL76RzuZ2V-jHRoadT", --Your Url
},
["Misc"] = {
["AutoBuyRandomandStoreFruit"] = true,
["AutoBuySurprise"] = true,
},
["Click"] = {
["Enable"] = true,
["Click Gun"] = true,
["OnLowHealthDisable"] = true,
["LowHealth"] = 3000,
},
["SafeZone"] = {
["Enable"] = true,
["LowHealth"] = 3000,
["MaxHealth"] = 6000,
["Teleport Y"] = math.random(1000,2000)
},
["Race V4"] = {
["Enable"] = true,
},
["Invisible"] = false,
["White Screen"] = false,
["GunMethod"] = false, --Support Only Melee And Gun,Not Invisible, Turn On
Enabled Gun and Melee Please
["SpamSkill"] = false, -- Will use all skills as fast as possbile ignore
holding skills
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 3,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 1.5,
},
[ "X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
},
},
["Blox Fruit"] = {
["Enable"] = false,
["Delay"] = 1,
["Skills"] = {
["Z"] = {
["Enable"] = false,
["HoldTime"] = 1.5,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["V"] = {
["Enable"] = false,
["HoldTime"] = 0,
},
["F"] = {
["Enable"] = false,
["HoldTime"] = 0,
},
},
},
["Gun"] = {
["Enable"] = false,
["Delay"] = 2,
["Skills"] = {
["Z"] = {
["Enable"] = false,
["HoldTime"] = 0.7,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.7,
},
},
},
["Sword"] = {
["Enable"] = true,
["Delay"] = 1,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
},
},
}
}
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
loadstring(game:HttpGet("https://raw.githubusercontent.com/obiiyeuem/vthangsitink/
main/BountyShit.lua"))()

You might also like