local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()

local Window = Rayfield:CreateWindow({
    Name = "Death Penalty | The Best Script Hub.",
    LoadingTitle = "Death Penalty Script Hub",
    LoadingSubtitle = "Enjoy <3",
    ConfigurationSaving = {
        Enabled = false
    },
    Discord = {
        Enabled = true,
        Invite = "DISCORDINVITE",
        RememberJoins = true
    },
    KeySystem = true,
    KeySettings = {
        Title = "Death Penalty Key System",
        Subtitle = "Enter Your Key Here",
        Note = "Join the discord to get the key",
        FileName = "TheKey",
        SaveKey = false,
        GrabKeyFromSite = false,
        Key = "sigma"
    }
})

local MainTab = Window:CreateTab("Main", 4483362458)
local SettingsTab = Window:CreateTab("Settings", "settings")

SettingsTab:CreateButton({
    Name = "Destroy UI",
    Callback = function()
        Rayfield:Destroy()
    end,
})

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: