Script - Kaitun

local start = tick()
repeat task.wait() 
    repeat task.wait() pcall(function() game.ReplicatedStorage.Chest.Remotes.Functions.EtcFunction:InvokeServer("EnterTheGame", {}) end) until not game:GetService("Lighting"):FindFirstChild("TeamBlur") 
until game.Players.LocalPlayer

getgenv().Key = "Key" -- Nhập key của bạn vô đây

_G.Mode = "Kaitun"

_G.level = "Automatic"

-- Cấu hình cho kaitun:
_G.Configs = {
    Allowed_Actions = {
        FarmingLevel = true, --> Auto farming level
        BringMob = true,
        CollectChests = true, --> Collect all chests!
        TierFruits = {"Uncommon", "Common", "Rare", "Epic", "Legendary"},
        StoreFruits = true, --> Auto store devil fruit!
        BossesAim = { "Expert Swordman [Lv. 3000]", "King Samurai [Lv. 3500]", "Dragon [Lv. 5000]",
        "Ms. Mother [Lv. 7500]", "Ghost Ship", "SeaKing", "HydraSeaKing", "SeaDragon", "ThirdSeaDragon", "ThirdSeaEldritch Crab", "FuryTentacle", "Skull King", "Bushido Ape [Lv. 5000]", "Jack o lantern [Lv. 10000]" }, --> Focus on these bosses!
        SpecificItemsToGet = {"DarkLeg", "Cyborg", "Buso", "Ken", "WaterStyle", "DragonClaw", "Electro"}, --> Get specific items!

        Skills = {
            Enabled = true,
            List = {FS = true, SW = true, DF = true},
            DFList = { Z = true, X = true, C = true, V = true }
        },

        Stats = {
            Melee = { Name = "Melee", Enabled = true }, --> Enable to upgrade!
            Sword = { Name = "sword", Enabled = true },
            Defense = { Name = "Defense", Enabled = true },
            Fruit = { Name = "DF", Enabled = false }
        }, --> Upgrade order: Melee --> Sword --> Defense --> Fruit

        FindSeaMonster = true, --> Auto find sea monsters!

        Sea2Unlock = true, --> Auto unlock Sea 2!
        Sea3Unlock = true, --> Auto unlock Sea 3!

        Webhook = {
            Enabled = true,
            Minutes = 2,
            Level = 10,
            Logs = {PlayerStatus = true, Bosses = true, Console = false},
            URL = ""--"https://discord.com/api/webhooks/id/token",
        },
        M1 = true, --> Auto M1 attack!
    },

    Performance = {
        SetFPS = 60, --> Useful for low cpu usage, while using in long time!
        WhiteScreen = false, --> Not recommended to use
    },

    OnlyFarm = { ["Dragon [Lv. 5000]"] = { Enabled = false, At = 5000, Keep = 100 } }, --> Focus on Dragon [Lv. 5000]!, Keep 100 orbs then spawn
    Farm = CFrame.Angles(math.pi / -2, 0, 0) * CFrame.new(0, 0, 8.5),
    Events={SwordChanged=nil,FightingStyleChanged=nil,EnemiesAdded=nil,EnemiesRemoved=nil,FlingPrevent=nil,WindowFocusReleased=nil,WindowFocused=nil,RaceChanged=nil,TimeElapsed=nil,LogService=nil},
    Loops={BringMob=false,Attack=false,UseSkills=false,M1s=false,AttackLoop=false},
}

-- Chỉnh sửa đồ hoạ trò chơi, hỗ trợ giảm giật và đơ:
_G.FX_Options = {
        Enabled = false, -- Bật tắt chỉnh sửa đồ hoạ
        Textures = true, -- Xoá kết cấu, hiệu ứng
        VisualEffects = true, -- Xoá hiệu ứng
        Invisible = false, -- Ẩn các khối
        Parts = false, -- Bật / tắt ẩn các khối phải kết hợp với "Invisible
        Particles = true,  -- Xoá hiệu ứng
        Sky = false, --> Xoá trời
        FullBright = true -- Chỉnh sáng
};

-- Kịch bản sẽ được thực hiện:
loadstring(game:HttpGet("https://raw.githubusercontent.com/RedGamer12/TNNP-SYSTEM/refs/heads/main/client/King%20Legacy/main-obfuscated.lua"))()

Last updated