Advertisement
Xnaate

Blox Fruits - Accurate Auto Farm Bounty Script!

May 30th, 2023
6,505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | Gaming | 0 0
  1. repeat wait() until game:IsLoaded()
  2. _G.HOHO_autoBounty = {
  3. TransparencyGui = true,
  4.  
  5. AutoTeam = "Pirate", -- Pirate/Marine
  6. Webhook = "",
  7. BypassTeleport = false, -- dont use
  8. SkipLeopardAndBuddah = false,
  9. MaxTimeTarget = 120,
  10.  
  11. ["Dont attack player have Cup"] = false,
  12. Character_Config = {
  13. InvisibleCharacter = true, -- use this bundle: https://www.roblox.com/bundles/238/Man
  14. InvisFromKen = true,
  15. NoStun = true,
  16. },
  17. Skill_Config = {
  18. ["Melee"] = {
  19. Z = {Enabled = false, Hold = 0.1},
  20. X = {Enabled = false, Hold = 0.1},
  21. C = {Enabled = false, Hold = 0.1},
  22. },
  23. ["Sword"] = {
  24. Z = {Enabled = false, Hold = 0.1},
  25. X = {Enabled = false, Hold = 0.1},
  26. },
  27. ["Gun"] = {
  28. Z = {Enabled = false, Hold = 0.1},
  29. X = {Enabled = false, Hold = 0.1},
  30. },
  31. ["Fruit"] = {
  32. Z = {Enabled = true, Hold = 0.3},
  33. X = {Enabled = true, Hold = 0.2},
  34. C = {Enabled = true, Hold = 0.2},
  35. V = {Enabled = true, Hold = 0.1},
  36. F = {Enabled = true, Hold = 0.2},
  37. },
  38. },
  39. }
  40. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement