Advertisement
Peerapat_PKY

U7

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