Advertisement
HiDad910

Horny GUI for Horny UI

Feb 18th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Grav = Instance.new("TextButton")
  9. local HornyLabel = Instance.new("TextLabel")
  10. local f = Instance.new("TextButton")
  11. local UMT = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  19. Frame.Position = UDim2.new(0.163265303, 0, 0.239737272, 0)
  20. Frame.Size = UDim2.new(0, 367, 0, 192)
  21. Frame.Draggable = true
  22. Frame.Active = true
  23.  
  24. Grav.Name = "Grav"
  25. Grav.Parent = Frame
  26. Grav.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  27. Grav.Position = UDim2.new(0.700308084, 0, 0.611647129, 0)
  28. Grav.Size = UDim2.new(0, 109, 0, 74)
  29. Grav.Font = Enum.Font.SourceSans
  30. Grav.Text = "Gravity Gun"
  31. Grav.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. Grav.TextSize = 14.000
  33. Grav.MouseButton1Down:Connect (function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/8Lrn7MSv"))()
  35. end)
  36.  
  37. HornyLabel.Name = "HornyLabel"
  38. HornyLabel.Parent = Frame
  39. HornyLabel.BackgroundColor3 = Color3.fromRGB(255, 110, 243)
  40. HornyLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  41. HornyLabel.Size = UDim2.new(0, 200, 0, 50)
  42. HornyLabel.Font = Enum.Font.SourceSans
  43. HornyLabel.Text = "Horny GUI"
  44. HornyLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. HornyLabel.TextSize = 14.000
  46.  
  47. f.Name = "f"
  48. f.Parent = Frame
  49. f.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. f.Position = UDim2.new(0.501362383, 0, 0.611647129, 0)
  51. f.Size = UDim2.new(0, 73, 0, 74)
  52. f.Font = Enum.Font.SourceSans
  53. f.Text = "Fe Checker"
  54. f.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. f.TextSize = 14.000
  56. f.MouseButton1Down:Connect (function()
  57. loadstring(game:HttpGet("https://pastebin.com/raw/bn7phXhE"))()
  58. end)
  59.  
  60.  
  61. UMT.Name = "UMT"
  62. UMT.Parent = Frame
  63. UMT.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. UMT.Position = UDim2.new(0.501362383, 0, 0.348958343, 0)
  65. UMT.Size = UDim2.new(0, 182, 0, 50)
  66. UMT.Font = Enum.Font.SourceSans
  67. UMT.Text = "UMT"
  68. UMT.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. UMT.TextSize = 14.000
  70. UMT.MouseButton1Down:Connect (function()
  71. loadstring(game:HttpGet("https://pastebin.com/raw/1vE2PRkT"))()
  72. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement