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

Yow Aimo

Uploaded by

luitel.doraemon
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)
45 views2 pages

Yow Aimo

Uploaded by

luitel.doraemon
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"] = false,
["Message"] = {"make by nada"}, -- Input your message here
},
["Run When Low Health"] = {
["Enable"] = true,
["Health"] = 3500,
["Come back"] = false
},
["Region"] = "Germany", -- Singapore, United States, Germany, France,
India, ??? ...
["Weapons"] = {
["Melee"] = {
["Enable"] = true,
["Delay"] = 0.1,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0.1,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["C"] = {
["Enable"] = true,
["HoldTime"] = 0.3,
}
}
},
["Fruit"] = {
["Enable"] = false,
["Delay"] = 1.8,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 1,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0,
},

["C"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["V"] = {
["Enable"] = false,
["HoldTime"] = 0,
},
["F"] = {
["Enable"] = true,
["HoldTime"] = 0,
}
}
},
["Sword"] = {
["Enable"] = false,
["Delay"] = 0.1,
["Skills"] = {
["Z"] = {
["Enable"] = true,
["HoldTime"] = 0,
},
["X"] = {
["Enable"] = true,
["HoldTime"] = 0.5,
}
}
},
["Gun"] = {
["Enable"] = true,
["Delay"] = 0.25,
["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)
}
},
["Webhook"] = {
["Enable"] = true,
["Url"] = "",
["Image"] = ""
}
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/verudous/Xero-Hub/main/
autobounty.lua"))()

You might also like