Scary991

Bounty hunt Script

Jan 11th, 2026
3,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. repeat wait() until game:IsLoaded() getgenv().Setting = {
  2. ["Team"] = "Pirates",
  3. ["Chat"] = {},
  4. ["Skip Race V4"] = true,
  5. ["Melee"] = {
  6. ["Enable"] = true,
  7. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  8. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  9. ["C"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  10. ["Delay"] = 1.5
  11. },
  12. ["Sword"] = {
  13. ["Enable"] = true,
  14. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  15. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  16. ["Delay"] = 1
  17. },
  18. ["Gun"] = {
  19. ["Enable"] = false,
  20. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  21. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  22. ["Delay"] = 1,
  23. ["GunMode"] = false
  24. },
  25. ["Fruit"] = {
  26. ["Enable"] = false,
  27. ["Z"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  28. ["X"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  29. ["C"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  30. ["V"] = {["Enable"] = false, ["HoldTime"] = 0.1},
  31. ["F"] = {["Enable"] = true, ["HoldTime"] = 0.1},
  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"] = 4700,
  47. ["Mask"] = false,
  48. ["MaskType"] = "Mask",
  49. ["RaceV4"] = false
  50. },
  51. ["Another"] = {
  52. ["V3"] = true,
  53. ["V4"] = true,
  54. ["CustomHealth"] = true,
  55. ["Health"] = 4700,
  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"] = true,
  69. ["Url"] = ""
  70. }
  71. }
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/shinichi-dz/phucshinsayhi/refs/heads/main/AutoBounty.lua"))()
Add Comment
Please, Sign In to add comment