local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local PhantomForcesWindow = Library:NewWindow("Tbao Hub | The Hunt") local KillingCheats = PhantomForcesWindow:NewSection("Combat") KillingCheats:CreateToggle("Auto hunt", function(value) local part = Instance.new('Part', workspace) part.Size = Vector3.new(500, 20, 530.1) part.Position = Vector3.new(0, 1000, 133.15) part.CanCollide = true part.Anchored = true game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = part.CFrame + Vector3.new(0, 15, 0) local a = true local rs = game:GetService("RunService").RenderStepped if a == true then while rs:wait() do for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v.ClassName == "Tool" and v.Name == "Weight" then v.Parent = game.Players.LocalPlayer.Character end end game:GetService("Players").LocalPlayer.muscleEvent:FireServer("rep") end end end)