local descriptions = {} for i,v in pairs(game:GetService("ReplicatedStorage").BSG.StoredHumanoidDescriptions:GetDescendants()) do if v:IsA("HumanoidDescription") then table.insert(descriptions,v.Name) end end local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Window = Library:NewWindow("the floor is acid") local Main = Window:NewSection("main") Main:CreateTextbox("get spins", function(text) for i = 1,tonumber(text) do game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("ClaimPlaytimeReward - RemoteEvent"):FireServer(3) end end) Main:CreateTextbox("get xps", function(text) game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("AwardXp - RemoteEvent"):FireServer(tonumber(text)) end) Main:CreateTextbox("get cash", function(text) game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("AwardSpinCash - RemoteEvent"):FireServer(tonumber(text)) end) Main:CreateButton("get all items", function() for i,v in pairs(workspace.Items:GetChildren()) do game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("PurchaseItem - RemoteEvent"):FireServer(v.Name) end game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("AwardSpinCash - RemoteEvent"):FireServer(7285000) end) Main:CreateTextbox("equip pet with id", function(text) game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("EquipPet - RemoteEvent"):FireServer(tonumber(text)) end) Main:CreateButton("reset morph", function() game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("EquipMorph - RemoteEvent"):FireServer() end) Main:CreateButton("delete vip barrier", function() workspace.Lobby.VIPArea:Destroy() end) Main:CreateButton("tp to pro servers", function() game:GetService("ReplicatedStorage").Honeypot.Internal.RemoteStorage["TeleportToProServer - RemoteEvent"]:FireServer() end) Main:CreateButton("inf jump", function() game:GetService("UserInputService").JumpRequest:Connect(function() game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end) end) Main:CreateButton("all to head (sword)", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/roblox-tp-all-head/main/roblox%20tp%20all%20head"))() end) Main:CreateDropdown("morph", descriptions, 1, function(text) game:GetService("ReplicatedStorage"):WaitForChild("Honeypot"):WaitForChild("Internal"):WaitForChild("RemoteStorage"):WaitForChild("EquipMorph - RemoteEvent"):FireServer(text) end)