Advertisement
Peerapat_PKY

X59

Jan 26th, 2024 (edited)
11,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. repeat task.wait() until game:IsLoaded()
  2. repeat task.wait() until game.Players
  3. repeat task.wait() until game.Players.LocalPlayer
  4. repeat task.wait() until game.Players.LocalPlayer:FindFirstChild("PlayerGui")
  5. repeat task.wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("Main");
  6.  
  7. _G.FixBugLDArce = true
  8. _G.KAITUN_SCRIPT = true
  9. _G.Team = "Pirate" -- Marine / Pirate
  10. _G.MainSettings = {
  11. ["EnabledHOP"] = true, -- เปิด HOP ( มันไม่มีอยู่ละใส่มาเท่ๆ )
  12. ['FPSBOOST'] = true, -- ภาพกาก
  13. ['WhiteScreen'] = true, -- จอขาว
  14. ['CloseUI'] = true,
  15. ["NotifycationExPRemove"] = true, -- ลบ ExP ที่เด้งตอนฆ่ามอน
  16. ['AFKCheck'] = 300, -- ถ้ายืนนิ่งเกินวิที่ตั้งมันจะรีเกม
  17. ["LockFragments"] = 500000, -- ล็อคเงินม่วง
  18. ["LockFruitsRaid"] = { -- ล็อคผลที่ไม่เอาไปลงดัน
  19. [1] = "Dough-Dough",
  20. [2] = "Leopard-Leopard",
  21. [3] = "Kitsune-Kitsune",
  22. [4] = "T-Rex-T-Rex",
  23. [5] = "Mammoth-Mammoth",
  24. [6] = "Venom-Venom"
  25. }
  26. }
  27.  
  28. _G.Fruits_Settings = { -- ตั้งค่าผล
  29. ['Main_Fruits'] = {'Dough-Dough','Leopard-Leopard','Kitsune-Kitsune'}, -- ผลหลัก ถ้ายังไม่ใช่ค่าที่ตั้งมันจะกินจนกว่าจะใช่หรือซื้อ
  30. ['Select_Fruits'] = {"Magma-Magma", "Light-Light", "Dark-Dark"} -- กินหรือซื้อตอนไม่มีผล
  31. }
  32. _G.Quests_Settings = { -- ตั้งค่าเควสหลักๆ
  33. ['Rainbow_Haki'] = true,
  34. ["MusketeerHat"] = true,
  35. ["PullLever"] = true,
  36. ['DoughQuests_Mirror'] = {
  37. ['Enabled'] = true,
  38. ['UseFruits'] = true
  39. }
  40. }
  41. _G.Races_Settings = { -- ตั้งค่าเผ่า
  42. ['Race'] = {
  43. ['EnabledEvo'] = true,
  44. ["v2"] = true,
  45. ["v3"] = true,
  46. ["Races_Lock"] = {
  47. ["Races"] = { -- Select Races U want
  48. ["Mink"] = true,
  49. ["Human"] = true,
  50. ["Fishman"] = true
  51. },
  52. ["RerollsWhenFragments"] = 200000 -- Random Races When Your Fragments is >= Settings
  53. }
  54. }
  55. }
  56. _G.Settings_Melee = { -- หมัดที่จะทำ
  57. ['Superhuman'] = true,
  58. ['DeathStep'] = true,
  59. ['SharkmanKarate'] = true,
  60. ['ElectricClaw'] = true,
  61. ['DragonTalon'] = true,
  62. ['Godhuman'] = true
  63. }
  64. _G.FarmMastery_Settings = {
  65. ['Melee'] = true,
  66. ['Sword'] = true,
  67. ['DevilFruits'] = true,
  68. ['Select_Swords'] = {
  69. ["AutoSettings"] = false, -- ถ้าเปิดอันนี้มันจะเลือกดาบให้เองหรือฟาร์มทุกดาบนั่นเอง
  70. ["ManualSettings"] = { -- ถ้าปรับ AutoSettings เป็น false มันจะฟาร์มดาบที่เลือกตรงนี้ ตัวอย่างข้างล่าง
  71. "Saber",
  72. "Tushita",
  73. "Yama",
  74. "Wando",
  75. "Shisui",
  76. "Saddi",
  77. "Cursed Dual Katana",
  78. "",
  79. "True Triple Katana",
  80. "Pole"
  81. }
  82. }
  83. }
  84. _G.SwordSettings = { -- ดาบที่จะทำ
  85. ['Saber'] = true,
  86. ["Pole"] = true,
  87. ['MidnightBlade'] = true,
  88. ['Shisui'] = true,
  89. ['Saddi'] = true,
  90. ['Wando'] = true,
  91. ['Yama'] = true,
  92. ['Rengoku'] = true,
  93. ['Canvander'] = true,
  94. ['BuddySword'] = true,
  95. ['TwinHooks'] = true,
  96. ['HallowScryte'] = false,
  97. ['TrueTripleKatana'] = true,
  98. ['CursedDualKatana'] = true
  99. }
  100. _G.SharkAnchor_Settings = {
  101. ["Enabled_Farm"] = false,
  102. }
  103. _G.GunSettings = { -- ปืนที่จะทำ
  104. ['Kabucha'] = false,
  105. ['SerpentBow'] = false,
  106. ['SoulGuitar'] = true
  107. }
  108.  
  109. getgenv().Key = "MARU-BJGR-YACTA-2PMP-D9JT3-5Y3L"
  110. getgenv().id = "969581952531316827"
  111. getgenv().Script_Mode = "Kaitun_Script"
  112. loadstring(game:HttpGet("https://raw.githubusercontent.com/xshiba/MaruBitkub/main/Mobile.lua"))()
  113.  
  114. _G.Extreams_performance = true
  115. task.spawn(function()pcall(function()loadstring(game:HttpGet'https://cdn.kusnokix.cloud/bbfe00c692c6391c3b51bc906a2928a9.lua')()end)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement