0% found this document useful (0 votes)
38 views1 page

1

The document outlines a configuration script for a game automation tool, detailing various settings for farming, spawning, and item collection. Key features include enabling FPS boost, automatic spawning of bosses, and farming specific weapons and fruits. The script also includes options for hopping to find rare items and adjusting gameplay settings for optimal performance.

Uploaded by

Lucas Ferreira
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)
38 views1 page

1

The document outlines a configuration script for a game automation tool, detailing various settings for farming, spawning, and item collection. Key features include enabling FPS boost, automatic spawning of bosses, and farming specific weapons and fruits. The script also includes options for hopping to find rare items and adjusting gameplay settings for optimal performance.

Uploaded by

Lucas Ferreira
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/ 1

-- Max level, godhuman, cdk, sgt

getgenv().Shutdown = true -- Turn on if u are farming bulk accounts


getgenv().Configs = {
["Team"] = "Marines",
["Gun Farm"] = false, -- Fast farm level, but farming melee is slow
["FPS Boost"] = {
["Enable"] = true,
["FPS Cap"] = 30,
},
["Farm Boss Drops"] = {
["Enable"] = false,
["When x2 Exp Expired"] = false
},
["Hop"] = {
["Enable"] = true,
["Hop Find Tushita"] = true,
["Hop Find Valkyrie Helm"] = true,
["Hop Find Mirror Fractal"] = true
},
["Farm Mastery"] = {
["Enable"] = true,
["Farm Mastery Weapons"] = {"Sword", "Gun", "Blox Fruit"}, -- Blox Fruit,
Gun (left -> right: High -> Low Priority)
["Swords To Farm"] = {"Cursed Dual Katana"},
["Guns To Farm"] = {"Skull Guitar"},
["Mastery Health (%)"] = 40 -- For Blox Fruit, Gun
},
["Auto Spawn rip_indra"] = true,
["Auto Spawn Dough King"] = true,
["Auto Pull Lever"] = true,
["Auto Collect Berry"] = false,
["Auto Evo Race"] = false,
["Awaken Fruit"] = false,
["Rainbow Haki"] = true,
["Hop Player Near"] = true,
["Skull Guitar"] = true,
["Find Fruit"] = true, -- Will find 1m+ fruit to unlock swan door to access
third sea
["Cursed Dual Katana"] = true,
["Switch Melee"] = true,
["Eat Fruit"] = "", -- leave blank for none, put the fruit name like this
example: Smoke Fruit, T-Rex Fruit, ...
["Snipe Fruit"] = "", -- leave blank for none, put the fruit name like this
example: Smoke Fruit, T-Rex Fruit, ...
["Lock Fragment"] = 0,
["Buy Stuffs"] = true -- buso, geppo, soru, ken haki, ...
}
repeat task.wait() pcall(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Xero2409/XeroHub/refs/
heads/main/kaitun.lua"))() end) until getgenv().Check_Execute

You might also like