local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Window = Library:NewWindow("Cat Piece [😺]") local Tab = Window:NewSection("Main [🤖]") Tab:CreateButton("Give Fruit ( Legendary )", function() game:GetService("Players").LocalPlayer.PlayerGui.SpinUI.Chat.Yes.Spin.Reward:FireServer("Legendary") end) Tab:CreateButton("Give Fruit ( Rare )", function() game:GetService("Players").LocalPlayer.PlayerGui.SpinUI.Chat.Yes.Spin.Reward:FireServer("Rare") end) Tab:CreateButton("Give Fruit ( Uncommon )", function() game:GetService("Players").LocalPlayer.PlayerGui.SpinUI.Chat.Yes.Spin.Reward:FireServer("Uncommon") end) Tab:CreateButton("Give Fruit ( Common )", function() game:GetService("Players").LocalPlayer.PlayerGui.SpinUI.Chat.Yes.Spin.Reward:FireServer("Common") end) local Tab = Window:NewSection("Infinity [🌌]") Tab:CreateButton("Infinity Diamond", function() game:GetService("ReplicatedStorage").BonusFolderFX.BoughAAccessory:FireServer("Buy","Diamond","LucyHelmet",-999999999999999999999) end) Tab:CreateButton("infinity Money", function() game:GetService("ReplicatedStorage").BonusFolderFX.BoughASword:FireServer("Buy","ONEYEARSWORD",-999999999999999999999) end) local Tab = Window:NewSection("Troll [😳]") Tab:CreateButton("SpawnSkill Z [TrueTripleKatana]", function() workspace.GunShop_8267.TrueTripleKatana.SkillZ.Fire:FireServer(game:GetService("Players").LocalPlayer) end) Tab:CreateButton("SpawnSkill X [TrueTripleKatana]", function() workspace.GunShop_8267.TrueTripleKatana.SkillX.Fire:FireServer(game:GetService("Players").LocalPlayer) end) local Tab = Window:NewSection("Players [🎉]") Tab:CreateTextbox("WalkSpeed Set", function(text) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (text) end) Tab:CreateTextbox("Jumppower Set", function(text) game.Players.LocalPlayer.Character.Humanoid.JumpPower = (text) end) local Tab = Window:NewSection("Server[📊]") Tab:CreateButton("ReJoin[🔁]", function() game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ReJoin[🔁]"; Text = "Loading..."; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(2) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ReJoin[🔁]"; Text = "1/3"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1.5) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ReJoin[🔁]"; Text = "2/3"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1.5) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ReJoin[🔁]"; Text = "3/3"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1.5) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ReJoin[🔁]"; Text = "Loading...[Finish]"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(2) game:GetService("TeleportService"):Teleport(game.PlaceId) end) Tab:CreateButton("ServerHop LowPlayer[⏩]", function() game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ServerHop LowPlayer[⏩]"; Text = "Loading..."; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(2) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ServerHop LowPlayer[⏩]"; Text = "1/3"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1.5) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ServerHop LowPlayer[⏩]"; Text = "2/3"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1.5) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "ServerHop LowPlayer[⏩]"; Text = "3/3"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1.5) game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "[ServerHop LowPlayer[⏩]]"; Text = "Loading...[Finish]"; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(2) local Http = game:GetService("HttpService") local TPS = game:GetService("TeleportService") local Api = "https://games.roblox.com/v1/games/" local _place = game.PlaceId local _servers = Api.._place.."/servers/Public?sortOrder=Asc&limit=100" function ListServers(cursor) local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or "")) return Http:JSONDecode(Raw) end local Server, Next; repeat local Servers = ListServers(Next) Server = Servers.data[1] Next = Servers.nextPageCursor until Server TPS:TeleportToPlaceInstance(_place,Server.id,game:GetService('Players').LocalPlayer) end) Tab:CreateButton("Server Finder [💬]", function() game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Finder Server Script"; Text = "Loading..."; Icon = "rbxassetid://2005276185"; Duration = 5; }) wait(1) loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))(); end) local Tab = Window:NewSection("Other Script [📜]") Tab:CreateButton("[ Tora isMe ] [Op] [Key]", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/CatPiece'))() end) Tab:CreateButton("[ Duckycant_quack1 ] [Op]", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Duckycant/Cat-piece-new-update/main/New%20one%20cat%20piece%20v2"))() end) local Tab = Window:NewSection("YT: BaconScript#9172")