0% found this document useful (0 votes)
98 views2 pages

Message

The document outlines a script configuration for a game, detailing various settings such as team selection, click methods, race options, and webhook integration. It includes specifications for weapon usage, skill activation, and health thresholds for different actions. Additionally, it provides a link to load an external script for further functionality in the game.

Uploaded by

quanfreefiremax
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)
98 views2 pages

Message

The document outlines a script configuration for a game, detailing various settings such as team selection, click methods, race options, and webhook integration. It includes specifications for weapon usage, skill activation, and health thresholds for different actions. Additionally, it provides a link to load an external script for further functionality in the game.

Uploaded by

quanfreefiremax
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/ 2

repeat wait() until game:IsLoaded() and game.Players.

LocalPlayer
getgenv().Key = ""
getgenv().Setting = {
["Team"] = "Pirate",
["Method Click"] = {["Click Gun"] = true,["Click Melee"] = true,["Click Sword"]
= true, ["LowHealth"] = 3000, ["Delay Click"] = 2},
["Race V4"] = {["Enable"] = true},
["Webhook"] = {["Enabled"] = true,["Url Webhook"] = ""},
["Misc"] = {["AutoBuyRandomandStoreFruit"] = true,["AutoBuySurprise"] = true},
["SafeZone"] = {["Enable"] = true,["LowHealth"] = 4500,["MaxHealth"] = 8000,
["Teleport Y"] = 4000},
["Method Use Skill"] = {["Use Random"] = false,["Use Number"] = false},
["Use random skill if player target low health"] = { --- suport only method use
skill Number
["Enabled"] = true,
["Low Health"] = 4000,
},
["Use Portal Teleport"] = true,
["Target Time"] = 30,
["Aim Prediction"] = 1,
["Select Region"] = {["Enabled"] = false,["Region"] = {["Singapore"] = true,
["United States"] = false,["Netherlands"] = false,["Germany"] =false,["India"] =
false,["Australia"] = false}},
["Ignore Devil Fruit"] = {"Human-Human","Portal-Portal"},
["Dodge Skill Player"] = true, --- Beta per 50% can dodge
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Skills"] = {
["Z"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 8},
["X"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 9},
["C"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 1},
},
},
["Blox Fruit"] = {
["Enable"] = false,
["Skills"] = {
["Z"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 5},
["X"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 4},
["C"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 0},
["V"] = {["Enable"] = false,["HoldTime"] = 0.2,["Number"] = 0},
["F"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 0},
},
},
["Sword"] = {
["Enable"] = true,
["Skills"] = {
["Z"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 2},
["X"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 3},
},
},
["Gun"] = {
["Enable"] = true,
["Skills"] = {
["Z"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 6},
["X"] = {["Enable"] = true,["HoldTime"] = 0.2,["Number"] = 7},
},
},
}
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/obiiyeuem/vthangsitink/
refs/heads/main/BananaCat-BountyEz.lua"))()

You might also like