Advertisement
Guest User

GUI for roblox

a guest
Oct 21st, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local open = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local Guibybig = Instance.new("Frame")
  11. local TextButton = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local TextButton_4 = Instance.new("TextButton")
  15. local TextButton_5 = Instance.new("TextButton")
  16. local TextButton_6 = Instance.new("TextButton")
  17. local close = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19. local namepirson = Instance.new("TextLabel")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.new(0.27451, 1, 1)
  28. Frame.Position = UDim2.new(0.0277052298, 0, 0.537848592, 0)
  29. Frame.Size = UDim2.new(0, 100, 0, 30)
  30.  
  31. open.Name = "open"
  32. open.Parent = Frame
  33. open.BackgroundColor3 = Color3.new(0.937255, 1, 0.219608)
  34. open.BorderColor3 = Color3.new(0.207843, 0.0705882, 0.0705882)
  35. open.Position = UDim2.new(0.23999989, 0, 0, 0)
  36. open.Size = UDim2.new(0, 51, 0, 30)
  37. open.Font = Enum.Font.SciFi
  38. open.Text = "Open"
  39. open.TextColor3 = Color3.new(0, 0, 0)
  40. open.TextSize = 14
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = ScreenGui
  44. Main.BackgroundColor3 = Color3.new(0.403922, 0.611765, 1)
  45. Main.BorderColor3 = Color3.new(0.207843, 0.14902, 0.141176)
  46. Main.Position = UDim2.new(0.306509942, 0, 0.197211161, 0)
  47. Main.Size = UDim2.new(0, 473, 0, 319)
  48.  
  49. Guibybig.Name = "Gui by big"
  50. Guibybig.Parent = Main
  51. Guibybig.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  52. Guibybig.Size = UDim2.new(0, 473, 0, 27)
  53.  
  54. TextButton.Parent = Main
  55. TextButton.BackgroundColor3 = Color3.new(0.564706, 0.964706, 1)
  56. TextButton.BorderColor3 = Color3.new(0.207843, 0.0156863, 0.0352941)
  57. TextButton.Position = UDim2.new(0.0253699794, 0, 0.119122259, 0)
  58. TextButton.Size = UDim2.new(0, 193, 0, 57)
  59. TextButton.Text = "Name me"
  60. TextButton.TextColor3 = Color3.new(0, 0, 0)
  61. TextButton.TextSize = 14
  62. TextButton.MouseButton1Down:connect(function()
  63. loadstring(game:GetObjects("rbxassetid://140032330")[1].Source)()--admin
  64. end)
  65.  
  66. TextButton_2.Parent = Main
  67. TextButton_2.BackgroundColor3 = Color3.new(0.564706, 0.964706, 1)
  68. TextButton_2.BorderColor3 = Color3.new(0.207843, 0.0156863, 0.0352941)
  69. TextButton_2.Position = UDim2.new(0.0253699794, 0, 0.329153597, 0)
  70. TextButton_2.Size = UDim2.new(0, 193, 0, 57)
  71. TextButton_2.Text = "Name me"
  72. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  73. TextButton_2.TextSize = 14
  74.  
  75. TextButton_3.Parent = Main
  76. TextButton_3.BackgroundColor3 = Color3.new(0.564706, 0.964706, 1)
  77. TextButton_3.BorderColor3 = Color3.new(0.207843, 0.0156863, 0.0352941)
  78. TextButton_3.Position = UDim2.new(0.0253699794, 0, 0.536050141, 0)
  79. TextButton_3.Size = UDim2.new(0, 193, 0, 57)
  80. TextButton_3.Text = "Name me"
  81. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  82. TextButton_3.TextSize = 14
  83.  
  84. TextButton_4.Parent = Main
  85. TextButton_4.BackgroundColor3 = Color3.new(0.564706, 0.964706, 1)
  86. TextButton_4.BorderColor3 = Color3.new(0.207843, 0.0156863, 0.0352941)
  87. TextButton_4.Position = UDim2.new(0.522198737, 0, 0.119122259, 0)
  88. TextButton_4.Size = UDim2.new(0, 193, 0, 57)
  89. TextButton_4.Text = "Name me"
  90. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  91. TextButton_4.TextSize = 14
  92.  
  93. TextButton_5.Parent = Main
  94. TextButton_5.BackgroundColor3 = Color3.new(0.564706, 0.964706, 1)
  95. TextButton_5.BorderColor3 = Color3.new(0.207843, 0.0156863, 0.0352941)
  96. TextButton_5.Position = UDim2.new(0.522198737, 0, 0.329153597, 0)
  97. TextButton_5.Size = UDim2.new(0, 193, 0, 57)
  98. TextButton_5.Text = "Name me"
  99. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  100. TextButton_5.TextSize = 14
  101.  
  102. TextButton_6.Parent = Main
  103. TextButton_6.BackgroundColor3 = Color3.new(0.564706, 0.964706, 1)
  104. TextButton_6.BorderColor3 = Color3.new(0.207843, 0.0156863, 0.0352941)
  105. TextButton_6.Position = UDim2.new(0.522198796, 0, 0.536050141, 0)
  106. TextButton_6.Size = UDim2.new(0, 193, 0, 57)
  107. TextButton_6.Text = "Name me"
  108. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  109. TextButton_6.TextSize = 14
  110.  
  111. close.Name = "close"
  112. close.Parent = Main
  113. close.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  114. close.BackgroundTransparency = 1
  115. close.Position = UDim2.new(0.792811811, 0, -0.0376175568, 0)
  116. close.Size = UDim2.new(0, 157, 0, 50)
  117. close.Font = Enum.Font.SciFi
  118. close.Text = "X"
  119. close.TextColor3 = Color3.new(0, 0, 0)
  120. close.TextSize = 14
  121.  
  122. TextLabel.Parent = Main
  123. TextLabel.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  124. TextLabel.BorderColor3 = Color3.new(0.207843, 0.0117647, 0.0627451)
  125. TextLabel.Position = UDim2.new(0, 0, 0.758620679, 0)
  126. TextLabel.Size = UDim2.new(0, 473, 0, 77)
  127. TextLabel.Font = Enum.Font.SourceSans
  128. TextLabel.Text = "Gui made by big"
  129. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  130. TextLabel.TextSize = 50
  131. TextLabel.TextStrokeTransparency = 0
  132.  
  133.  
  134. namepirson.Name = "name (pirson)"
  135. namepirson.Parent = Main
  136. namepirson.BackgroundColor3 = Color3.new(0.423529, 0.34902, 1)
  137. namepirson.Position = UDim2.new(0.194503173, 0, 0, 0)
  138. namepirson.Size = UDim2.new(0, 265, 0, 27)
  139. namepirson.Font = Enum.Font.SourceSans
  140. namepirson.Text = "prison iIfe gui"
  141. namepirson.TextColor3 = Color3.new(0, 0, 0)
  142. namepirson.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement