Advertisement
Peerapat_PKY

U2

Jan 29th, 2024 (edited)
2,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 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. [2] = "Kitsune-Kitsune"
  22. }
  23. }
  24. _G.Fruits_Settings = { -- ตั้งค่าผล
  25. ['Main_Fruits'] = {'Dough-Dough','Leopard-Leopard'}, -- ผลหลัก ถ้ายังไม่ใช่ค่าที่ตั้งมันจะกินจนกว่าจะใช่หรือซื้อ
  26. ['Select_Fruits'] = {"Buddha-Buddha", "Ice-Ice", "Magma-Magma", "Light-Light", "Dark-Dark", "Leopard-Leopard"} -- กินหรือซื้อตอนไม่มีผล
  27. }
  28. _G.Quests_Settings = { -- ตั้งค่าเควสหลักๆ
  29. ['Rainbow_Haki'] = true,
  30. ["MusketeerHat"] = true,
  31. ["PullLever"] = true,
  32. ['DoughQuests_Mirror'] = {
  33. ['Enabled'] = true,
  34. ['UseFruits'] = true
  35. }
  36. }
  37. _G.Races_Settings = { -- ตั้งค่าเผ่า
  38. ['Race'] = {
  39. ['EnabledEvo'] = true,
  40. ["v2"] = true,
  41. ["v3"] = true,
  42. ["Races_Lock"] = {
  43. ["Races"] = { -- Select Races U want
  44. ["Mink"] = false,
  45. ["Human"] = true,
  46. ["Fishman"] = false
  47. },
  48. ["RerollsWhenFragments"] = 200000 -- Random Races When Your Fragments is >= Settings
  49. }
  50. }
  51. }
  52. _G.Settings_Melee = { -- หมัดที่จะทำ
  53. ['Superhuman'] = true,
  54. ['DeathStep'] = true,
  55. ['SharkmanKarate'] = true,
  56. ['ElectricClaw'] = true,
  57. ['DragonTalon'] = true,
  58. ['Godhuman'] = true
  59. }
  60. _G.FarmMastery_Settings = {
  61. ['Melee'] = true,
  62. ['Sword'] = true,
  63. ['DevilFruits'] = true,
  64. ['Select_Swords'] = {
  65. ["AutoSettings"] = false, -- ถ้าเปิดอันนี้มันจะเลือกดาบให้เองหรือฟาร์มทุกดาบนั่นเอง
  66. ["ManualSettings"] = { -- ถ้าปรับ AutoSettings เป็น false มันจะฟาร์มดาบที่เลือกตรงนี้ ตัวอย่างข้างล่าง
  67. "Saber",
  68. "Tushita",
  69. "Yama",
  70. "Wando",
  71. "Shisui",
  72. "Saddi",
  73. "Cursed Dual Katana",
  74. "",
  75. "True Triple Katana",
  76. "Pole"
  77. }
  78. }
  79. }
  80. _G.SwordSettings = { -- ดาบที่จะทำ
  81. ['Saber'] = true,
  82. ["Pole"] = true,
  83. ['MidnightBlade'] = true,
  84. ['Shisui'] = true,
  85. ['Saddi'] = true,
  86. ['Wando'] = true,
  87. ['Yama'] = true,
  88. ['Rengoku'] = true,
  89. ['Canvander'] = true,
  90. ['BuddySword'] = true,
  91. ['TwinHooks'] = true,
  92. ['HallowScryte'] = false,
  93. ['TrueTripleKatana'] = true,
  94. ['CursedDualKatana'] = true
  95. }
  96. _G.SharkAnchor_Settings = {
  97. ["Enabled_Farm"] = false,
  98. }
  99. _G.GunSettings = { -- ปืนที่จะทำ
  100. ['Kabucha'] = false,
  101. ['SerpentBow'] = false,
  102. ['SoulGuitar'] = false
  103. }
  104.  
  105. getgenv().Key = "MARU-22L6-487W4-AISV-WL2XK-2QCX"
  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