Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Credits to the owner of this UI.
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local GuiProfession = Instance.new("ScreenGui")
- local frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- GuiProfession.Name = "Gui-Profession"
- GuiProfession.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- GuiProfession.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- GuiProfession.ResetOnSpawn = false
- frame.Name = "frame"
- frame.Parent = GuiProfession
- frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- frame.BackgroundTransparency = 1.000
- frame.BorderSizePixel = 0
- frame.Position = UDim2.new(0.0136582181, 0, 0.793748677, 0)
- frame.Size = UDim2.new(0, 346, 0, 91)
- ImageLabel.Parent = frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0.0173410401, 0, 0.120879121, 0)
- ImageLabel.Size = UDim2.new(0, 75, 0, 75)
- ImageLabel.Image = "rbxassetid://7256706293"
- TextLabel.Parent = frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Position = UDim2.new(0.232147753, 0, 0.120879121, 0)
- TextLabel.Size = UDim2.new(0, 229, 0, 75)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = "Project Ligma by Harkinian & Unverified Run scripts live without filthy modules or converting! Use the external program to execute scripts. Status: Injected"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement