Advertisement
Hwng09

Untitled

Jan 11th, 2023 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 1.63 KB | Source Code | 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 = true, -- dont use
  8.             SkipLeopardAndBuddah = false,
  9.             MaxTimeTarget = 120,
  10.             ChatAfterKill = {"ez","noob"},
  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 = true, Hold = 0.1},
  20.                     X = {Enabled = true, Hold = 0.1},
  21.                     C = {Enabled = true, Hold = 0.1},
  22.                 },
  23.                 ["Sword"] = {
  24.                     Z = {Enabled = true, Hold = 0.1},
  25.                     X = {Enabled = true, Hold = 0.1},
  26.                 },
  27.                 ["Gun"] = {
  28.                     Z = {Enabled = true, Hold = 0.1},
  29.                     X = {Enabled = true, Hold = 0.1},
  30.                 },
  31.                 ["Fruit"] = {
  32.                     Z = {Enabled = true, Hold = 0.5},
  33.                     X = {Enabled = true, Hold = 0.1},
  34.                     C = {Enabled = true, Hold = 0.1},
  35.                     V = {Enabled = true, Hold = 0.1},
  36.                     F = {Enabled = true, Hold = 0.1},
  37.                 },
  38.             },
  39.         }
  40.     loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement