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

Text

Uploaded by

zaragdsan2
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)
77 views2 pages

Text

Uploaded by

zaragdsan2
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

getgenv().

Configs = {
["Team"] = "Pirates", -- Pirates/Marines
["Auto Ken"] = true,
["Auto Buso"] = true,
["Auto turn on race v3"] = true,
["Auto turn on race v4"] = true,
["FPS Boost"] = false,
["Click Time"] = 0.2,
["Bypass TP"] = true,
["Chat"] = {
["Enable"] = true,
["Message"] = {""}, -- Input your message here
},
["Run When Low Health"] = {
["Enable"] = true,
["Health"] = 3500,
["Come back"] = true
},
["Region"] = "Germany", -- Singapore, United States, Germany, France,
India, ??? ...
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 1.25,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
},
["Fruit"] = {
["Enable"] = true,
["Delay"] = 1.8,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["V"] = {
["Enable"] = false,
["HoldTime"] = 0,
},
["F"] = {
["Enable"] = false,
["HoldTime"] = 0,
}
}
},
["Sword"] = {
["Enable"] = true,
["Delay"] = 1.25,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
},
["Gun"] = {
["Enable"] = true,
["Delay"] = 0.5,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
}
},
["Theme"] = {
["Enable"] = true,
["Name"] = "Hutao", -- Hutao, Raiden, Ayaka, Yelan
["Custom Theme"] = {
["Enable"] = true,
["Text Color"] = Color3.fromRGB(231, 85, 88),
["Character Position"] = UDim2.new(0.563000023, 0, -0.174999997, 0)
}
},
["Webhook"] = {
["Enable"] = true,
["Url"] = "",
["Image"] = ""
}
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/verudous/Xero-Hub/main/
autobounty.lua"))()

You might also like