Scary991

Matsune Hub Script for Bounty Hunt

Jan 20th, 2026
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. getgenv().Setting = {
  2. ["Team"] = "Pirates",
  3. ["Chat"] = {},
  4. ["Skip Race V4"] = true,
  5. ["Melee"] = {
  6. ["Enable"] = true,
  7. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  8. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  9. ["C"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  10. ["Delay"] = 1.5
  11. },
  12. ["Sword"] = {
  13. ["Enable"] = true,
  14. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  15. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  16. ["Delay"] = 1
  17. },
  18. ["Gun"] = {
  19. ["Enable"] = false,
  20. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  21. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  22. ["Delay"] = 1,
  23. ["GunMode"] = false
  24. },
  25. ["Fruit"] = {
  26. ["Enable"] = false,
  27. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  28. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  29. ["C"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  30. ["V"] = {["Enable"] = false, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  31. ["F"] = {["Enable"] = true, ["HoldTime"] = 0.05, ["WaitNextSkill"] = 0.6},
  32. ["Delay"] = 1
  33. },
  34. ["Hunt"] = {
  35. ["Min"] = 0,
  36. ["Max"] = 30000000
  37. },
  38. ["Skip"] = {
  39. ["Fruit"] = false,
  40. ["FruitList"] = {"Buddha", "Leopard", "T-Rex"},
  41. ["SafeZone"] = true,
  42. ["NoHaki"] = true,
  43. ["NoPvP"] = true
  44. },
  45. ["SafeHealth"] = {
  46. ["Health"] = 5200,
  47. ["Mask"] = false,
  48. ["MaskType"] = "Mask",
  49. ["RaceV4"] = false
  50. },
  51. ["Another"] = {
  52. ["V3"] = true,
  53. ["V4"] = true,
  54. ["CustomHealth"] = true,
  55. ["Health"] = 5200,
  56. ["WhiteScreen"] = false,
  57. ["FPSBoots"] = false,
  58. ["AutoServerHop"] = true,
  59. ["HopWhenNoBounty"] = true,
  60. ["BountyLock"] = false,
  61. ["BountyLockAt"] = 30000000,
  62. ["ServerHopAfterTime"] = false,
  63. ["ServerHopTime"] = 900,
  64. ["CheckCombatBeforeHop"] = true,
  65. ["MaxPlayersInServer"] = 8
  66. },
  67. ["Webhook"] = {
  68. ["Enabled"] = false,
  69. ["Url"] = "",
  70. ["Embed"] = false,
  71. ["SendKillNotifications"] = true,
  72. ["SendTargetNotifications"] = true,
  73. ["SendHopNotifications"] = true,
  74. ["SendFruitNotifications"] = true,
  75. ["SendStartNotification"] = true,
  76. ["ImageEmbed"] = true,
  77. ["CustomImage"] = false,
  78. ["CustomImageUrl"] = "",
  79. ["StoredFruit"] = true
  80. },
  81. ["ESP"] = {
  82. ["Enabled"] = true
  83. }
  84. }
  85. loadstring(game:HttpGet("https://luacrack.site/raw.php/MatsuneHubSuppor/raw/Gamemod2.lua"))()
Add Comment
Please, Sign In to add comment