local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Morph = Library:NewWindow("🎃FORSAKEN TESTING🎃") local GR = Morph:NewSection("🎃GAMEPASS🎃") local AR = Morph:NewSection("🎃ADMIN🎃") local BR = Morph:NewSection("🎃BADGES🎃") local BY = Morph:NewSection("🎃BY OWNER 🎃") local KL = Morph: NewSection("🎃KILL INF🎃") local SO = Morph:NewSection("🎃SOON COMING🎃") GR:CreateButton("YOURSELF COOLKID (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("SelfKid"):FireServer() end) GR:CreateButton("YOURSELF JASON (🎃GAMEPASS🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("SelfJason"):FireServer() end) BR:CreateButton("DRIP JASON (🎃BADGES🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("DripJasonYoo"):FireServer() end) AR:CreateButton("BUILDERMAN (🎃ADMIN🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("BecoemCrazy"):FireServer() end) BR:CreateButton("SONICEXE (🎃BADGES🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("SonicExeBecome"):FireServer() end) BR:CreateButton("HEROBRINE (🎃BADGES🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("HerobrineBecomeReal"):FireServer() end) SO:CreateButton("GUEST 666 (🎃SOON COMING🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild("Guest666Become"):FireServer() end) BY:CreateButton("by obob blue and vespa3588 (🎃🔥☠️OWNERS☠️🔥🎃)", function() game:GetService("ReplicatedStorage"):WaitForChild(""):FireServer() end) KL:CreateButton("kills inf (🔥KILL INF🔥)", function() game:GetService("ReplicatedStorage")["changekills"]:FireServer(9999999999999999) end)