Advertisement
Lovinson

BLOX FRUIT AUTO BOUNTY SCRIPT

Apr 21st, 2024
2,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. getgenv().AccountFilter = {
  2. ["Enabled"] = false,
  3. ["Accounts"] = {"account_name_here"}
  4. }
  5. getgenv().config = {
  6. --[[
  7. true: enable / false: disable
  8. ]]
  9. ["Team"] = "Pirates", -- Pirates,Marines
  10. ["FPS Boost"] = true,
  11. ["LocalPlayer"] = {
  12. ["Ken Haki"] = true,
  13. ["Invisible"] = true,
  14. ["Click Delay"] = 0.1,
  15. ["Panic Mode"] = { -- automatically runs when health below "Run" and returns to kill player when above "Max"
  16. ["Skip Player"] = true, -- skip to the next player then
  17. ["Run"] = 2500,
  18. ["Max"] = 5000,
  19. }
  20. },
  21. ["settings"] = {
  22. ["Cam Farm"] = false, -- non-Windows user should enable this
  23. ["White Screen"] = false,
  24. ["Region_Hop"] = {
  25. ["Enabled"] = true, -- true/false
  26. ["Value"] = "United States"
  27. --[[Singapore, United States, Germany, Japan, France, Australia, etc
  28. - Singapore is the best choice for Asia
  29. ]]
  30. },
  31. ["Webhook"] = {
  32. ["Enabled"] = false, -- true/false
  33. ["URL"] = {
  34. ["Discord"] = "", -- Your webhook url
  35. ["Thumbnail"] = "https://i.imgur.com/StwILNy.png" -- you can replace "default" by your own gif url
  36. -- https://media3.giphy.com/media/koTcC0UFlN4WY/giphy.gif?cid=ecf05e479x5d7wlvndaefjdrktdlchzthfrsqc1s3m5qzhm3&ep=v1_gifs_search&rid=giphy.gif&ct=g
  37. }
  38. },
  39. ["Chatkill"] = {
  40. ["Enabled"] = false, -- true/false
  41. ["Text"] = {
  42. "Fixed By MrBear","MrBear is best"
  43. }
  44. },
  45. ["FPS Locker"] = {
  46. ["Enabled"] = true, -- true/false
  47. ["Value"] = 9999
  48. },
  49. ["Bounty Lock"] = {
  50. ["Enabled"] = true, -- Auto kick if 30m
  51. ["Value"] = 30000000
  52. },
  53. ["Ignore"] = { -- will ignore hunting fruit users below
  54. ["Buddha Users"] = false,
  55. ["Portal Users"] = true,
  56. ['Some Annoying V4'] = true,
  57. },
  58. ["Stats"] = {
  59. ["Auto Reset Stat If Doesnt Match"] = false,
  60. ["Points"] = "Sword" --[[ Demon Fruit, Sword, Gun ]]
  61. },
  62. },
  63. ["Skills"] = {
  64. ["Melee"] = {
  65. ["Time"] = 1,
  66. ["SwitchNextWeaponIfCooldown"] = true,
  67. ["Enabled"] = true,
  68. ["Z"] = {["Enabled"] = true, ["HoldTime"] = 0.1},
  69. ["X"] = {["Enabled"] = true, ["HoldTime"] = 0.1},
  70. ["C"] = {["Enabled"] = true, ["HoldTime"] = 0.1}
  71. },
  72. ["Fruit"] = {
  73. ["Time"] = 0,
  74. ["Enabled"] = true,
  75. ["Z"] = {["Enabled"] = true, ["HoldTime"] = 0.1},
  76. ["X"] = {["Enabled"] = true, ["HoldTime"] = 0.1},
  77. ["C"] = {["Enabled"] = true, ["HoldTime"] = 0.1},
  78. ["V"] = {["Enabled"] = false, ["HoldTime"] = 0.1},
  79. ["F"] = {["Enabled"] = true, ["HoldTime"] = 0.1}
  80. },
  81. ["Sword"] = {
  82. ["Time"] = 1,
  83. ["Enabled"] = true,
  84. ["Z"] = {["Enabled"] = true, ["HoldTime"] = 0.4},
  85. ["X"] = {["Enabled"] = true, ["HoldTime"] = 0.2},
  86. },
  87. ["Gun"] = {
  88. ["Time"] = 0,
  89. ["Enabled"] = false,
  90. ["GunMode"] = false,
  91. ["Z"] = {["Enabled"] = false, ["HoldTime"] = 0},
  92. ["X"] = {["Enabled"] = false, ["HoldTime"] = 0},
  93. }
  94. }
  95. }
  96. loadstring(game:HttpGet(("https://raw.githubusercontent.com/LeNguyenBaoPhuc/BloxFruits/main/Bounty.lua")))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement