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

Xero

The document outlines a script configuration for a gaming bot, detailing various settings for farming, tracking stats, and auto-spawning in the game. It includes options for enabling FPS boost, farming mastery weapons, and specific item hunting. The script also allows for customization of fruit consumption and other gameplay mechanics.

Uploaded by

trandung41113
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)
111 views2 pages

Xero

The document outlines a script configuration for a gaming bot, detailing various settings for farming, tracking stats, and auto-spawning in the game. It includes options for enabling FPS boost, farming mastery weapons, and specific item hunting. The script also allows for customization of fruit consumption and other gameplay mechanics.

Uploaded by

trandung41113
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

script_key = "S2XYFJM2RCBINPUB4337ZM5HXGYA" -- premium only, u can leave it blank

if ur not
getgenv().Shutdown = false -- Turn on if u are farming bulk accounts
getgenv().Configs = {
["Team"] = "Marines",
["FPS Boost"] = {
["Enable"] = true,
["FPS Cap"] = 60,
},
["Farm Boss Drops"] = {
["Enable"] = false,
["When x2 Exp Expired"] = false
},
["Hop"] = { -- premium only
["Enable"] = true,
["Hop Find Tushita"] = true,
["Hop Find Valkyrie Helm"] = true,
["Hop Find Mirror Fractal"] = true,
["Hop Find Darkbeard"] = true, -- For skull guitar
["Hop Find Soul Reaper"] = true, -- For CDK
["Hop Find Mirage"] = true, -- For pull lever
["Find Fruit"] = true, -- Will find 1m+ fruit to unlock swan door to access
third sea
},
["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
},
["Farm Config"] = {
["First Farm At Sky"] = true,
["Farm Bone Get x2 Exp"] = true
},
["Trackstat"] = {
["Enable"] = true,
["Key"] = "OTLvijoVSNIiFl", -- Get from xerohub.click
["Device"] = "t" -- u can put any name here
},
["Auto Spawn rip_indra"] = true,
["Auto Spawn Dough King"] = true,
["Auto Pull Lever"] = true,
["Auto Collect Berry"] = true,
["Auto Evo Race"] = false,
["Awaken Fruit"] = true,
["Rainbow Haki"] = true,
["Hop Player Near"] = true,
["Skull Guitar"] = true,
["Cursed Dual Katana"] = true,
["Switch Melee"] = true,
["Eat Fruit"] = "Gravity Fruit", -- leave blank for none, put the fruit name
like this example: Smoke Fruit, T-Rex Fruit, ...
["Snipe Fruit"] = "Dough Fruit", -- leave blank for none, put the fruit name
like this example: Smoke Fruit, T-Rex Fruit, ...
["Lock Fragment"] = 30000,
["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