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

Kaitun Diamond Farming Script V2

The document outlines a configuration script for a game automation tool named KaitunConfig, detailing various settings for farming, melee, sword, gun, fruit, race, and quests across different game worlds. It includes options for enabling or disabling specific abilities, items, and settings, as well as features like auto stats and item finding. Additionally, it specifies a version identifier and a script loading function from an external source.

Uploaded by

hack3212010
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)
136 views2 pages

Kaitun Diamond Farming Script V2

The document outlines a configuration script for a game automation tool named KaitunConfig, detailing various settings for farming, melee, sword, gun, fruit, race, and quests across different game worlds. It includes options for enabling or disabling specific abilities, items, and settings, as well as features like auto stats and item finding. Additionally, it specifies a version identifier and a script loading function from an external source.

Uploaded by

hack3212010
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

getgenv().

KaitunConfig = {
["Start Farm"] = true,
["Melee"] = {
["Superhuman"] = true,
["Death Step"] = true,
["Sharkman Karate"] = true,
["Electric Claw"] = true,
["Dragon Talon"] = true,
["God Human"] = true,
},
["Sword"] = {
["World 1"] = {
["Saber"] = true,
["Pole"] = true,
},
["World 2"] = {
["Rengoku"] = true,
["Midnight Blade"] = true,
["Soul Cane"] = true,
["Gravity Cane"] = true,
["Legendary Sword"] = true,
["True Triple Katana"] = true,
},
["World 3"] = {
["Twin Hooks"] = true,
["Canvander"] = true,
["Buddy Sword"] = true,
["Hallow Scythe"] = true,
["Yama"] = true,
["Tushita"] = true,
["Cursed Dual Katana"] = true,
["Shark Anchor"] = {
["Enabled"] = true,
["Money"] = 30000000,
},
},
},
["Gun"] = {
["World 2"] = {
["Acidum Rifle"] = true,
["Kabucha"] = true,
},
["World 3"] = {
["Serpent Bow"] = true,
["Soul Guitar"] = true,
},
},
["Fruit"] = {
["Main Fruits"] = {},
["Sec Fruits"] = {},
["Setting"] = {
["Finds Fruit"] = true,
["Store Fruit"] = true,
["Eats Fruit"] = true,
},
},
["Race"] = {
["Select Race"] = {},
["Race V2"] = true,
["Race V3"] = true,
["Reroll Race"] = true,
},
["Quest"] = {
["World 2"] = {
["Factory"] = true,
["Bartilo"] = true,
["Dark Fragment"] = true,
},
["World 3"] = {
["Musketeer Hat"] = true,
["Pirates Raid"] = true,
["Rainbow Haki"] = true,
["Dough Awaken"] = true,
["Dough Mirror"] = true,
},
},
["Setting"] = {
["Farm When Lvl Max"] = "Bone", -- "Cake Prince", "Bone", "Cocoa",
["Item Finder Fully"] = true,
["Hop Server"] = true,
["Buy Base Sword"] = true,
["Buy Haki Color"] = true,
["Auto Stats"] = true,
["Stats Mode"] = "Fruit", -- "Fruit", "Gun", "Sword",
["Redeem Code"] = true,
["White Screen"] = false,
["Booster FPS"] = false,
["Locking FPS"] = 240,
},
}
_G.Version = "Kaitun_Script"
script_key="";
loadstring(game:HttpGet("[Link]
[Link]"))()

You might also like