Advertisement
hjkook

gui tset

Sep 8th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MainFrame = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local TextButton_6 = Instance.new("TextButton")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextButton_7 = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. MainFrame.Name = "MainFrame"
  18. MainFrame.Parent = game.CoreGui
  19.  
  20. Frame.Parent = MainFrame
  21. Frame.BackgroundColor3 = Color3.new(0.376471, 0.160784, 0.529412)
  22. Frame.Position = UDim2.new(0.553398073, 0, 0.610872686, 0)
  23. Frame.Size = UDim2.new(0.394993037, 0, 0.276720345, 0)
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(0.258824, 0.117647, 0.47451)
  27. TextLabel.Position = UDim2.new(0.00882352982, 0, 0.0210526325, 0)
  28. TextLabel.Size = UDim2.new(0.982352912, 0, 0.252631575, 0)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.FontSize = Enum.FontSize.Size48
  31. TextLabel.Text = "Retard Gui"
  32. TextLabel.TextColor3 = Color3.new(0.0509804, 0.0823529, 0.105882)
  33. TextLabel.TextSize = 45
  34. TextLabel.TextWrapped = true
  35.  
  36. TextButton.Parent = Frame
  37. TextButton.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  38. TextButton.Position = UDim2.new(0.0281690136, 0, 0.328042328, 0)
  39. TextButton.Size = UDim2.new(0.271126747, 0, 0.179894179, 0)
  40. TextButton.Font = Enum.Font.SourceSans
  41. TextButton.FontSize = Enum.FontSize.Size14
  42. TextButton.Text = "grab knife"
  43. TextButton.TextSize = 14
  44.  
  45. TextButton.MouseButton1Down:connect(function()
  46.  
  47. end)
  48.  
  49. TextButton_2.Parent = Frame
  50. TextButton_2.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  51. TextButton_2.Position = UDim2.new(0.341549307, 0, 0.322751313, 0)
  52. TextButton_2.Size = UDim2.new(0.270999998, 0, 0.180000007, 0)
  53. TextButton_2.Font = Enum.Font.SourceSans
  54. TextButton_2.FontSize = Enum.FontSize.Size14
  55. TextButton_2.Text = "spawn block"
  56. TextButton_2.TextSize = 14
  57.  
  58. TextButton_2.MouseButton1Down:connect(function()
  59.  
  60. end)
  61.  
  62. TextButton_3.Parent = Frame
  63. TextButton_3.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  64. TextButton_3.Position = UDim2.new(0.665492952, 0, 0.317460328, 0)
  65. TextButton_3.Size = UDim2.new(0.270999998, 0, 0.180000007, 0)
  66. TextButton_3.Font = Enum.Font.SourceSans
  67. TextButton_3.FontSize = Enum.FontSize.Size14
  68. TextButton_3.Text = "Clown Van Gui"
  69. TextButton_3.TextSize = 14
  70.  
  71. TextButton_3.MouseButton1Down:connect(function()
  72.  
  73. end)
  74.  
  75. TextButton_4.Parent = Frame
  76. TextButton_4.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  77. TextButton_4.Position = UDim2.new(0.0281690136, 0, 0.687830687, 0)
  78. TextButton_4.Size = UDim2.new(0.270999998, 0, 0.180000007, 0)
  79. TextButton_4.Font = Enum.Font.SourceSans
  80. TextButton_4.FontSize = Enum.FontSize.Size14
  81. TextButton_4.Text = "OMG GOD"
  82. TextButton_4.TextSize = 14
  83.  
  84. TextButton_4.MouseButton1Down:connect(function()
  85.  
  86. end)
  87.  
  88. TextButton_5.Parent = Frame
  89. TextButton_5.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  90. TextButton_5.Position = UDim2.new(0.345070422, 0, 0.682539701, 0)
  91. TextButton_5.Size = UDim2.new(0.270999998, 0, 0.180000007, 0)
  92. TextButton_5.Font = Enum.Font.SourceSans
  93. TextButton_5.FontSize = Enum.FontSize.Size14
  94. TextButton_5.Text = "Bendy"
  95. TextButton_5.TextSize = 14
  96.  
  97. TextButton_5.MouseButton1Down:connect(function()
  98.  
  99. end)
  100.  
  101. TextButton_6.Parent = Frame
  102. TextButton_6.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  103. TextButton_6.Position = UDim2.new(0.658450723, 0, 0.671957672, 0)
  104. TextButton_6.Size = UDim2.new(0.270999998, 0, 0.180000007, 0)
  105. TextButton_6.Font = Enum.Font.SourceSans
  106. TextButton_6.FontSize = Enum.FontSize.Size14
  107. TextButton_6.Text = "titan"
  108. TextButton_6.TextSize = 14
  109.  
  110. TextButton_6.MouseButton1Down:connect(function()
  111.  
  112. end)
  113.  
  114. TextLabel_2.Parent = Frame
  115. TextLabel_2.BackgroundColor3 = Color3.new(0.376471, 0.160784, 0.529412)
  116. TextLabel_2.BorderColor3 = Color3.new(0.376471, 0.160784, 0.529412)
  117. TextLabel_2.Position = UDim2.new(0.0140845068, 0, 0.91534394, 0)
  118. TextLabel_2.Size = UDim2.new(0.271126747, 0, 0.0582010597, 0)
  119. TextLabel_2.Font = Enum.Font.SourceSans
  120. TextLabel_2.FontSize = Enum.FontSize.Size14
  121. TextLabel_2.Text = "exploit by me"
  122. TextLabel_2.TextSize = 14
  123.  
  124. TextButton_7.Parent = Frame
  125. TextButton_7.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.141176)
  126. TextButton_7.Position = UDim2.new(0.333333343, 0, 0.901554406, 0)
  127. TextButton_7.Size = UDim2.new(0.60350877, 0, 0.0673575103, 0)
  128. TextButton_7.Font = Enum.Font.SourceSans
  129. TextButton_7.FontSize = Enum.FontSize.Size14
  130. TextButton_7.Text = "dath"
  131. TextButton_7.TextSize = 14
  132.  
  133. TextButton_7.MouseButton1Down:connect(function()
  134.  
  135. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement