Advertisement
Guest User

Hoho Kaitun - Blox Fruit

a guest
Mar 6th, 2024
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.75 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy()
  2. wait(1)
  3. local tag = hrp:FindFirstChildOfClass("BillboardGui")
  4. local newroot = character.LowerTorso.Root:Clone()
  5. local plr = game:GetService("Players").LocalPlayer
  6. local character = plr.Character
  7. local hrp = character.HumanoidRootPart
  8. local old = hrp.CFrame
  9. local occac = true
  10. if not character:FindFirstChild("LowerTorso") or character.PrimaryPart ~= hrp then
  11.     return print("unsupported")
  12. end
  13. if occac then
  14.     if tag then tag:Destroy() end
  15.     hrp.ChildAdded:Connect(function(item)
  16.         if item:IsA("BillboardGui") then
  17.             task.wait()
  18.             item:Destroy()
  19.         end
  20.     end)
  21.     hrp.Parent = workspace
  22.     character.PrimaryPart = hrp
  23.     character:MoveTo(Vector3.new(old.X,9e9,old.Z))
  24.     hrp.Parent = character
  25.     task.wait(0.5)
  26.     newroot.Parent = hrp
  27.     hrp.CFrame = old
  28. else
  29.     return
  30. end
  31. wait(.5)
  32. repeat wait() until game:IsLoaded()
  33. _G["Use Webhook"] = {
  34.     Enable = true,
  35.     Webhook = "https://discord.com/api/webhooks/1205388446055800922/RaXmDGB-oIdikwQYnwnuUm849ByqL0HqNZK8PxJobSfV_ILWUvZleyDU8KdpYgu25oOE",
  36. }
  37. _G["Fumo Blox Fruit - HoHo Hub Kaitun V3"] = {
  38.     MAIN_UI_COLOR = Color3.fromRGB(255, 165, 0), -- Color3.fromRGB(170, 85, 255)
  39.    
  40.     BlackScreen = false, -- less lag
  41.     FastMode = true, -- true/false less lag
  42.     AutoRejoinGame = 1111, -- time in second, rejoin to bypass anticheat
  43.     GetFruitInWorld = true, -- true/false collect fruit
  44.     AutoTeam = "Pirate", -- Pirate/Marine
  45.     GetMelees = {"Superhuman", "Death Step","Sharkman Karate","Electric Claw","Dargon Talon", "Godhuman"}, -- remove if u dont wanna get what melee
  46.     Redeem_X2EXP_on = 1, -- to redeem all x2 exp code on what level
  47.     Character_Config = {
  48.         InvisFromKen = true, -- true/false anyone use ken cant see your name
  49.         NoStun = true, -- true/false make u dont get stuned when farming
  50.     },
  51.     ListFruitTake = {
  52.         "Ice-Ice","Light-Light","Spider-Spider",'Magma-Magma','Flame-Flame','Rumble-Rumble','Dark-Dark','Quake-Quake','Buddha-Buddha',
  53.         -- put fruit you want like above, recommend fruit can awake
  54.         -- fruit list: 'Sand-Sand','Smoke-Smoke','Ice-Ice','Kilo-Kilo','Diamond-Diamond','Light-Light','Shadow-Shadow','Portal-Portal','Spider-Spider','Gravity-Gravity','Spin-Spin','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',"Rocket-Rocket","Sound-Sound","Pain-Pain","Mammoth-Mammoth","Kitsune-Kitsune","T-Rex-T-Rex"
  55.     },
  56.     BuyBetterFruit = false, --true/false if u alr have fruit but better fruit stock it will buy it
  57.     EatFruitWhenSea3 = true, --true/false we need to keep fruit before third sea
  58.     AwakeFruit = true, --true/false awake after a raid
  59.     AutoBuy = {
  60.         Shop_Items = true, --true/false auto buy all item sell with beli like Bisento,... we will buy when max level
  61.         All_Haki = true, --true/false ken,buso,geppo,soru we will buy this in first
  62.         Legendary_Swords = true, -- true/false buy all leg sword
  63.         Ectoplasm_Items = true, -- true/false buy all ecto items
  64.     },
  65.     AutoItems = {
  66.         ["Second Sea"] = {"Kabucha","Rengoku","Acidum Rifle","Dark Coat"},
  67.         ["Third Sea"] = {"Cursed Dual Katana","Soul Guitar","Rainbow Haki","Hallow Scythe","Tushita","Yama","AutoElite","AutoRipIndra"},
  68.         --remove rainbow haki or any thing if u dont want
  69.     },
  70.     Deep_Config = {
  71.         -- Delay go to Third Sea
  72.         ["Ectoplasm Farm"] = {
  73.             Enabled = true, --true/false enabled is needable if u want Soul Guitar
  74.             FarmUntil = 250, -- 250 = soul guitar price
  75.         },
  76.         ["Dark Beard Drop Farm"] = true, -- enabled this if u want 100% get Soul Guitar
  77.         ["Full 3 Leg Sword and True Triple Katana"] = true, -- enabled this if u want 100% get true triple katana
  78.     },
  79.     HopServerFarm = false, -- true/false why not?
  80.     StopRaidWhenGetEnoughFrag = 50000, --10k is enough so we will farm faster
  81.     PVP_FARM = true, -- kill player grind exp fast
  82.     ShowAccountInfo = false, -- an ui with your account information
  83. }
  84. _G["Farm Sea Events When AllDone"] = {
  85.     Enable = true, -- enable it or not
  86.     FarmKitsuneEvent = true,
  87.     AttackTerrorShark = true,
  88.     AttackFishes = true,
  89.     AttackGhostBoats = true,
  90.     CollectChest = true,
  91.     GetSharkAnchor = true,
  92. }
  93. loadstring(game:HttpGet("https://pastebin.com/raw/HqjBgp0Z"))()
  94. wait(.1)
  95. local GameLoadGui = Instance.new("Message", workspace)
  96. GameLoadGui.Text = 'Config By AfxcaxiRoblox, Not My Script'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement