0% found this document useful (0 votes)
3K views2 pages

Auto Bounty Script

Uploaded by

rt5643228
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)
3K views2 pages

Auto Bounty Script

Uploaded by

rt5643228
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,
["Time to kill"] = 180, -- seconds - max time to kill the target
["Chat"] = {
["Enable"] = false,
["Message"] = {"get good losers", "no skill?", "dont cry xd", "u cant win
lol", "try to hunt me", "get a good gaming chair losers", "feeling no skill?"}, --
Input your message here
},
["Run When Low Health"] = {
["Enable"] = true,
["Health"] = 3500,
["Come back"] = false
},
["Region"] = "Singapore", -- Singapore, United States, Germany, France,
India, ??? ...
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 2,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
},
["Fruit"] = {
["Enable"] = false,
["Delay"] = 0.5,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},

["C"] = {
["Enable"] = false,
["HoldTime"] = 0,
},
["V"] = {
["Enable"] = false,
["HoldTime"] = 0,
},
["F"] = {
["Enable"] = false,
["HoldTime"] = 0,
}
}
},
["Sword"] = {
["Enable"] = false,
["Delay"] = 1,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
},
["Gun"] = {
["Enable"] = true,
["Delay"] = 2,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
}
},
["Theme"] = {
["Enable"] = true,
["Name"] = "Hutao", -- Hutao, Raiden, Ayaka, Yelan
["Custom Theme"] = {
["Enable"] = false,
["Text Color"] = Color3.fromRGB(231, 85, 88),
["Character Position"] = UDim2.new(0.563000023, 0, -0.174999997, 0)
}
}
}
loadstring(game:HttpGet("https://xerohub.click/script/autobounty.lua"))()

You might also like