Advertisement
wercuhdhdhs

PL Injected UI

Jan 3rd, 2023
1,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.60 KB | None | 0 0
  1. -- Credits to the owner of this UI.
  2. -- Gui to Lua
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6.  
  7. local GuiProfession = Instance.new("ScreenGui")
  8. local frame = Instance.new("Frame")
  9. local ImageLabel = Instance.new("ImageLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11.  
  12. --Properties:
  13.  
  14. GuiProfession.Name = "Gui-Profession"
  15. GuiProfession.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. GuiProfession.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17. GuiProfession.ResetOnSpawn = false
  18.  
  19. frame.Name = "frame"
  20. frame.Parent = GuiProfession
  21. frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. frame.BackgroundTransparency = 1.000
  23. frame.BorderSizePixel = 0
  24. frame.Position = UDim2.new(0.0136582181, 0, 0.793748677, 0)
  25. frame.Size = UDim2.new(0, 346, 0, 91)
  26.  
  27. ImageLabel.Parent = frame
  28. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. ImageLabel.BackgroundTransparency = 1.000
  30. ImageLabel.BorderSizePixel = 0
  31. ImageLabel.Position = UDim2.new(0.0173410401, 0, 0.120879121, 0)
  32. ImageLabel.Size = UDim2.new(0, 75, 0, 75)
  33. ImageLabel.Image = "rbxassetid://7256706293"
  34.  
  35. TextLabel.Parent = frame
  36. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. TextLabel.Position = UDim2.new(0.232147753, 0, 0.120879121, 0)
  38. TextLabel.Size = UDim2.new(0, 229, 0, 75)
  39. TextLabel.Font = Enum.Font.SourceSansBold
  40. TextLabel.Text = "Project Ligma by Harkinian & Unverified Run scripts live without filthy modules or converting! Use the external program to execute scripts. Status: Injected"
  41. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. TextLabel.TextScaled = true
  43. TextLabel.TextSize = 14.000
  44. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement