Advertisement
Peerapat_PKY

SB7

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