local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Morph = Library:NewWindow("🎃 INFECTION FURRY🎃") local GR = Morph:NewSection("🎃GIVE🎃") GR:CreateButton("IDK (🎃??? click no 🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("GiveP"):FireServer() end) GR:CreateButton("giver bat spikes (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("GiveS"):FireServer() end) GR:CreateButton("bat money giver (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("GiveMB"):FireServer() end) GR:CreateButton("gold bat giver (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("GiveGB"):FireServer() end) GR:CreateButton("GOD BAT OP (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("GiveG"):FireServer() end) GR:CreateButton("BAT METAL (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("GiveB"):FireServer() end)