Advertisement
kob123678

Hoho Hub Kaitun

Nov 24th, 2023
133
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 1 0
  1. -- NORMAL VERSION
  2. repeat wait() until game:IsLoaded()
  3. _G["Fumo Blox Fruit - HoHo Hub Kaitun V3"] = {
  4. MAIN_UI_COLOR = Color3.fromRGB(255, 165, 0), -- Color3.fromRGB(170, 85, 255)
  5.  
  6. BlackScreen = false, -- less lag
  7. FastMode = true, -- true/false less lag
  8. AutoRejoinGame = 1800, -- time in second, rejoin to bypass anticheat
  9. GetFruitInWorld = true, -- true/false collect fruit
  10. AutoTeam = "Pirate", -- Pirate/Marine
  11. GetMelees = {"Superhuman", "Death Step","Sharkman Karate","Electric Claw","Dargon Talon", "Godhuman"}, -- remove if u dont wanna get what melee
  12. Redeem_X2EXP_on = 10, -- to redeem all x2 exp code on what level
  13. Character_Config = {
  14. InvisFromKen = true, -- true/false anyone use ken cant see your name
  15. NoStun = true, -- true/false make u dont get stuned when farming
  16. },
  17. ListFruitTake = {
  18. "Ice-Ice","Light-Light","Spider-Spider",'Magma-Magma','Flame-Flame','Rumble-Rumble','Dark-Dark','Quake-Quake','Buddha-Buddha',
  19. -- put fruit you want like above, recommend fruit can awake
  20. -- fruit list: 'Sand-Sand','Smoke-Smoke','Ice-Ice','Kilo-Kilo','Diamond-Diamond','Light-Light','Shadow-Shadow','Portal-Portal','Spider-Spider','Gravity-Gravity','Spin-Spin','Paw-Paw','Revive-Revive','Bird-Bird: Phoenix','Rubber-Rubber','Spring-Spring','Blizzard-Blizzard','Dough-Dough','Bomb-Bomb','Venom-Venom','Bird-Bird: Falcon','Spirit-Spirit','Love-Love','Leopard-Leopard','Dragon-Dragon','Spike-Spike','Magma-Magma','Control-Control','Flame-Flame','Rumble-Rumble','Dark-Dark','Chop-Chop','Quake-Quake','Buddha-Buddha','Barrier-Barrier'
  21. },
  22. BuyBetterFruit = true, --true/false if u alr have fruit but better fruit stock it will buy it
  23. EatFruitWhenSea3 = true, --true/false we need to keep fruit before third sea
  24. AwakeFruit = true, --true/false awake after a raid
  25. AutoBuy = {
  26. Shop_Items = true, --true/false auto buy all item sell with beli like Bisento,... we will buy when max level
  27. All_Haki = true, --true/false ken,buso,geppo,soru we will buy this in first
  28. Legendary_Swords = true, -- true/false buy all leg sword
  29. Ectoplasm_Items = true, -- true/false buy all ecto items
  30. },
  31. AutoItems = {
  32. ["Second Sea"] = {"Kabucha","Rengoku","Acidum Rifle","Dark Coat"},
  33. ["Third Sea"] = {"Cursed Dual Katana","Soul Guitar","Rainbow Haki","Hallow Scythe","Tushita","Yama","AutoElite","AutoRipIndra"},
  34. --remove rainbow haki or any thing if u dont want
  35. },
  36. Deep_Config = {
  37. -- Delay go to Third Sea
  38. ["Ectoplasm Farm"] = {
  39. Enabled = true, --true/false enabled is needable if u want Soul Guitar
  40. FarmUntil = 250, -- 250 = soul guitar price
  41. },
  42. ["Dark Beard Drop Farm"] = false, -- enabled this if u want 100% get Soul Guitar
  43. ["Full 3 Leg Sword and True Triple Katana"] = false, -- enabled this if u want 100% get true triple katana
  44. },
  45. HopServerFarm = true, -- true/false why not?
  46. StopRaidWhenGetEnoughFrag = 10000, --10k is enough so we will farm faster
  47. PVP_FARM = true, -- kill player grind exp fast
  48. ShowAccountInfo = true, -- an ui with your account information
  49. }
  50. _G.BypassTeleport = true
  51. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HohoV2/main/ScriptLoad.lua'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement