Advertisement
Peerapat_PKY

Script LD

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