ADVERTISEMENTREMOVE ADS
MORPH INTO ADMIN OR GAMEPASS CHARACTER
11 views

Script Preview
Description
-- MORPH INTO GAMEPASS OR ADMIN KILLER CHARACTER anyways og gui by RedScripter102
ADVERTISEMENTREMOVE ADS
24 Lines • 927 Bytes
--[[
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)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments