Advertisement
Peerapat_PKY

XX1

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