سكربت باونتى هانت


SUBMITTED BY: Guest

DATE: Oct. 7, 2023, 8:18 a.m.

FORMAT: Text only

SIZE: 3.1 kB

HITS: 340

  1. _G.Team = "Pirates"
  2. _G.FpsBoost = false
  3. _G.Webhook = ""
  4. getgenv().Chatkill = {
  5. "I'm Using Synergy Hub", "No Skill? Use Synergy Hub now", "I got the Synergy Hub auto bounty script",
  6. "hello i'm the founder of Synergy Hub"
  7. }
  8. getgenv().Region_Hop = {
  9. ["Enable"] = true, -- true/false
  10. ["Region"] = "Singapore"
  11. --[[Singapore, United States, Germany, Japan, France, Australia, etc
  12. - Singapore is the best choice for Asia
  13. ]]
  14. }
  15. _G.Setting = {
  16. ["Start Hunting"] = true, -- Bro wtf don't turn it off
  17. ["Ken Haki"] = true,
  18. ["WhiteScreen"] = false,
  19. ["FruitStuff"] = true, -- Auto Buy and Store Fruits
  20. ["Run"] = 3500, -- As the name, you'll run when the health below ...
  21. ["MaxHealth"] = 5000,
  22. ["Time&Bounty Counter"] = true,
  23. ["Click Delay"] = 0,
  24. ["SkipPlayerWhenBeingLowHealth"] = false,
  25. ["Check"] = {
  26. ["V4 Players"] = true,
  27. ["Portal Users"] = false,
  28. ["Buddha Users"] = false
  29. },
  30. ["Theme"] = { -- You can get RGB colors from "Color Picker" on google
  31. ["Default"] = "YaeMiko", -- Use this if you don't know how to customize the theme, get themes on: https://github.com/clgtmm/ThemeBuilds
  32. ["Custom Theme"] = {
  33. ["Enable"] = false, -- Set this "false" if not knowing how to customize the theme
  34. ["Color"] = {
  35. ["Title Color"] = Color3.fromRGB(0, 170, 255),
  36. ["Title-Back Color"] = Color3.fromRGB(0, 85, 255),
  37. ["Button Color"] = Color3.fromRGB(0, 0, 255),
  38. ["Stats Color"] = {
  39. ["Text Color"] = Color3.fromRGB(0, 170, 255),
  40. ["Text Stroke"] = Color3.fromRGB(30, 56, 203)
  41. }
  42. }
  43. }
  44. },
  45. ["Melee"] = {
  46. ["Time"] = 1.5,
  47. ["Enable"] = true,
  48. ["Z"] = {["Enable"] = true, ["HoldTime"] = 1.25},
  49. ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  50. ["C"] = {["Enable"] = true, ["HoldTime"] = 0}
  51. },
  52. ["Fruit"] = {
  53. ["Time"] = 1,
  54. ["Enable"] = true,
  55. ["Z"] = {["Enable"] = true, ["HoldTime"] = 1.75},
  56. ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  57. ["C"] = {["Enable"] = true, ["HoldTime"] = 0},
  58. ["V"] = {["Enable"] = true, ["HoldTime"] = 0},
  59. ["F"] = {["Enable"] = true, ["HoldTime"] = 0}
  60. },
  61. ["Sword"] = {
  62. ["Time"] = 1,
  63. ["Enable"] = false,
  64. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
  65. ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  66. },
  67. ["Gun"] = {
  68. ["Time"] = 2,
  69. ["Enable"] = false,
  70. ["GunMode"] = false,
  71. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0},
  72. ["X"] = {["Enable"] = true, ["HoldTime"] = 0},
  73. }
  74. }
  75. delay(360,function()
  76. if not game.Workspace:FindFirstChild("HiHiHi") then
  77. game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  78. end
  79. end)
  80. repeat wait() until game:IsLoaded()
  81. loadstring(game:HttpGet("https://raw.githubusercontent.com/clgtmm/AutoBounty/main/main.lua"))()

comments powered by Disqus