Facebook
From 1, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 124
  1. **Config Kaitun Blox Fruits Lastest At 24/2/2567**
  2. ```lua
  3. repeat task.wait() until game:IsLoaded()
  4. repeat task.wait() until game.Players
  5. repeat task.wait() until game.Players.LocalPlayer
  6. repeat task.wait() until game.Players.LocalPlayer:FindFirstChild("PlayerGui")
  7. repeat task.wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("Main");
  8. _G.Team = "Pirate" -- Marine / Pirate
  9. getgenv().Script_Mode = "Kaitun_Script"
  10. _G.LogsDes = {
  11.     ["Enabled"] = true, -- เปิดการใช้งาน
  12.     ["SendAlias"] = true, -- เปิดการส่ง Alias
  13.     ["SendDescription"] = true, -- เปิดการส่ง Des
  14.     ["DelaySend"] = 5 -- วินาที
  15. }
  16. _G.WebHook = {
  17.     ["Enabled"] = true, -- เปิดการใช้งาน
  18.     ["Url"] = "", -- ลิ้งค์เว็บฮุก
  19.     ["Delay"] = 60 -- วินาที
  20. }
  21. _G.MainSettings = {
  22.         ["EnabledHOP"] = true, -- เปิด HOP ( มันไม่มีอยู่ละใส่มาเท่ๆ )
  23.         ['FPSBOOST'] = true, -- ภาพกาก
  24.         ["FPSLOCKAMOUNT"] = 60, -- จำนวน FPS
  25.         ['WhiteScreen'] = true, -- จอขาว
  26.         ['CloseUI'] = true, -- ปิด Ui
  27.         ["NotifycationExPRemove"] = true, -- ลบ ExP ที่เด้งตอนฆ่ามอน
  28.         ['AFKCheck'] = 150, -- ถ้ายืนนิ่งเกินวิที่ตั้งมันจะรีเกม
  29.         ["LockFragments"] = 20000, -- ล็อคเงินม่วง
  30.         ["LockFruitsRaid"] = { -- ล็อคผลที่ไม่เอาไปลงดัน
  31.             [1] = "Dough-Dough",
  32.             [2] = "Dragon-Dragon"
  33.         }
  34.     }
  35. _G.Fruits_Settings = { -- ตั้งค่าผล
  36.     ['Main_Fruits'] = {'Dough-Dough'}, -- ผลหลัก ถ้ายังไม่ใช่ค่าที่ตั้งมันจะกินจนกว่าจะใช่หรือซื้อ
  37.     ['Select_Fruits'] = {"Flame-Flame", "Ice-Ice", "Quake-Quake", "Light-Light", "Dark-Dark", "Spider-Spider", "Rumble-Rumble", "Magma-Magma", "Buddha-Buddha"} -- กินหรือซื้อตอนไม่มีผล
  38. }
  39. _G.Quests_Settings = { -- ตั้งค่าเควสหลักๆ
  40.     ['Rainbow_Haki'] = true,
  41.     ["MusketeerHat"] = true,
  42.     ["PullLever"] = true,
  43.     ['DoughQuests_Mirror'] = {
  44.         ['Enabled'] = true,
  45.         ['UseFruits'] = true
  46.     }        
  47. }
  48. _G.Races_Settings = { -- ตั้งค่าเผ่า
  49.     ['Race'] = {
  50.         ['EnabledEvo'] = true,
  51.         ["v2"] = true,
  52.         ["v3"] = true,
  53.         ["Races_Lock"] = {
  54.             ["Races"] = { -- Select Races U want
  55.                 ["Mink"] = true,
  56.                 ["Human"] = true,
  57.                 ["Fishman"] = true
  58.             },
  59.             ["RerollsWhenFragments"] = 20000 -- Random Races When Your Fragments is >= Settings
  60.         }
  61.     }
  62. }
  63. _G.Settings_Melee = { -- หมัดที่จะทำ
  64.     ['Superhuman'] = true,
  65.     ['DeathStep'] = true,
  66.     ['SharkmanKarate'] = true,
  67.     ['ElectricClaw'] = true,
  68.     ['DragonTalon'] = true,
  69.     ['Godhuman'] = true
  70. }
  71. _G.FarmMastery_Settings = {
  72.     ['Melee'] = true,
  73.     ['Sword'] = true,
  74.     ['DevilFruits'] = true,
  75.     ['Select_Swords'] = {
  76.         ["AutoSettings"] = true, -- ถ้าเปิดอันนี้มันจะเลือกดาบให้เองหรือฟาร์มทุกดาบนั่นเอง
  77.         ["ManualSettings"] = { -- ถ้าปรับ AutoSettings เป็น false มันจะฟาร์มดาบที่เลือกตรงนี้ ตัวอย่างข้างล่าง
  78.             "Saber",
  79.             "Buddy Sword"
  80.         }
  81.     }
  82. }
  83. _G.SwordSettings = { -- ดาบที่จะทำ
  84.     ['Saber'] = true,
  85.     ["Pole"] = true,
  86.     ['MidnightBlade'] = true,
  87.     ['Shisui'] = true,
  88.     ['Saddi'] = true,
  89.     ['Wando'] = true,
  90.     ['Yama'] = true,
  91.     ['Rengoku'] = true,
  92.     ['Canvander'] = true,
  93.     ['BuddySword'] = true,
  94.     ['TwinHooks'] = true,
  95.     ['HallowScryte'] = true,
  96.     ['TrueTripleKatana'] = true,
  97.     ['CursedDualKatana'] = true
  98. }
  99. _G.SharkAnchor_Settings = {
  100.     ["Enabled_Farm"] = true,
  101. }
  102. _G.GunSettings = { -- ปืนที่จะทำ
  103.     ['Kabucha'] = true,
  104.     ['SerpentBow'] = true,
  105.     ['SoulGuitar'] = true
  106. }