Advertisement
Phuoblox

Untitled

Apr 3rd, 2023
2,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Script auto farm bounty
  2.  
  3. repeat wait() until game:IsLoaded()
  4.  
  5. repeat wait() until game:GetService("Players")
  6.  
  7. repeat wait() until game:GetService("Players").LocalPlayer
  8. repeat wait() until game:GetService("Players").LocalPlayer.PlayerGui
  9. repeat wait() until game:GetService("ReplicatedStorage").Effect.Container
  10.  
  11. if not game:IsLoaded() then
  12. local GameLoadGui = Instance.new("Message",workspace);
  13. GameLoadGui.Text = 'Wait Game Loading';
  14. game.Loaded:Wait();
  15. GameLoadGui:Destroy();
  16. task.wait(10);
  17. end;
  18.  
  19. _G.HOHO_autoBounty = {
  20. TransparencyGui = true,
  21.  
  22. AutoTeam = "Pirate", -- Pirate/Marine
  23. Webhook = "",
  24. BypassTeleport = false, -- dont use
  25. SkipLeopardAndBuddah = false,
  26. MaxTimeTarget = 120,
  27. ChatAfterKill = {"no skill? no problem Subscribe n pt script to day","no skill? no problem Subscribe n pt script to day"},
  28. ["Dont attack player have Cup"] = false,
  29. Character_Config = {
  30. InvisibleCharacter = true, -- use this bundle: https://www.roblox.com/bundles/238/Man
  31. InvisFromKen = true,
  32. NoStun = true,
  33. },
  34. Skill_Config = {
  35. ["Melee"] = {
  36. Z = {Enabled = true, Hold = 0},
  37. X = {Enabled = true, Hold = 0},
  38. C = {Enabled = true, Hold = 0},
  39. },
  40. ["Sword"] = {
  41. Z = {Enabled = true, Hold = 0},
  42. X = {Enabled = true, Hold = 0},
  43. },
  44. ["Gun"] = {
  45. Z = {Enabled = true, Hold = 0},
  46. X = {Enabled = true, Hold = 0},
  47. },
  48. ["Fruit"] = {
  49. Z = {Enabled = true, Hold = 2},
  50. X = {Enabled = true, Hold = 0},
  51. C = {Enabled = true, Hold = 0},
  52. V = {Enabled = true, Hold = 0},
  53. F = {Enabled = true, Hold = 01},
  54. },
  55. },
  56. }
  57.  
  58. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  59.  
  60. Youtube Phú Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement