--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Morph = Library:NewWindow("Forsaken Testing") local MR = Morph:NewSection("Gamepass Character") local TR = Morph:NewSection("Admin Character") MR:CreateButton("Morph Yourself C00lkid", function() game:GetService("ReplicatedStorage"):WaitForChild("SelfKid"):FireServer() end) MR:CreateButton("Morph Yourself Jason", function() game:GetService("ReplicatedStorage"):WaitForChild("SelfJason"):FireServer() end) MR:CreateButton("Drip Jason", function() game:GetService("ReplicatedStorage"):WaitForChild("DripJasonYoo"):FireServer() end) TR:CreateButton("Builderman c00lkid (Admin)", function() game:GetService("ReplicatedStorage"):WaitForChild("BecoemCrazy"):FireServer() end)