Advertisement
H3VL

67

Oct 19th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local OPEN = Instance.new("TextButton")
  6. local Frame_2 = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. local Forest = Instance.new("TextButton")
  13. local GrabKnifeV3 = Instance.new("TextButton")
  14. local Titan = Instance.new("TextButton")
  15. local TextBox = Instance.new("TextBox")
  16. local TextLabel = Instance.new("TextLabel")
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.Active = true
  24. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Frame.Position = UDim2.new(0.0086741019, 0, 0.44268775, 0)
  26. Frame.Size = UDim2.new(0, 226, 0, 54)
  27.  
  28. OPEN.Name = "OPEN"
  29. OPEN.Parent = Frame
  30. OPEN.BackgroundColor3 = Color3.new(0, 0, 0)
  31. OPEN.BorderColor3 = Color3.new(0.333333, 1, 1)
  32. OPEN.BorderSizePixel = 4
  33. OPEN.Size = UDim2.new(0, 226, 0, 54)
  34. OPEN.Font = Enum.Font.SciFi
  35. OPEN.FontSize = Enum.FontSize.Size14
  36. OPEN.Text = "OPEN"
  37. OPEN.TextColor3 = Color3.new(0.333333, 1, 1)
  38. OPEN.TextScaled = true
  39. OPEN.TextSize = 14
  40. OPEN.TextWrapped = true
  41.  
  42. Frame_2.Parent = Frame
  43. Frame_2.Active = true
  44. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  45. Frame_2.BorderColor3 = Color3.new(0.333333, 1, 1)
  46. Frame_2.BorderSizePixel = 6
  47. Frame_2.Draggable = true
  48. Frame_2.Position = UDim2.new(1.07079649, 0, -2.94444442, 0)
  49. Frame_2.Size = UDim2.new(0, 403, 0, 340)
  50.  
  51. TextButton.Parent = Frame_2
  52. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextButton.Position = UDim2.new(0, 0, 0.279411763, 0)
  54. TextButton.Size = UDim2.new(0, 200, 0, 50)
  55. TextButton.Font = Enum.Font.SourceSans
  56. TextButton.FontSize = Enum.FontSize.Size14
  57. TextButton.TextSize = 14
  58.  
  59. TextButton_2.Parent = Frame_2
  60. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextButton_2.Position = UDim2.new(0.496277928, 0, 0.279411763, 0)
  62. TextButton_2.Size = UDim2.new(0, 203, 0, 50)
  63. TextButton_2.Font = Enum.Font.SourceSans
  64. TextButton_2.FontSize = Enum.FontSize.Size14
  65. TextButton_2.TextSize = 14
  66.  
  67. TextButton_3.Parent = Frame_2
  68. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextButton_3.Position = UDim2.new(0, 0, 0.426470578, 0)
  70. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  71. TextButton_3.Font = Enum.Font.SourceSans
  72. TextButton_3.FontSize = Enum.FontSize.Size14
  73. TextButton_3.TextSize = 14
  74.  
  75. TextButton_4.Parent = Frame_2
  76. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  77. TextButton_4.Position = UDim2.new(0.496277928, 0, 0.426470578, 0)
  78. TextButton_4.Size = UDim2.new(0, 203, 0, 50)
  79. TextButton_4.Font = Enum.Font.SourceSans
  80. TextButton_4.FontSize = Enum.FontSize.Size14
  81. TextButton_4.TextSize = 14
  82.  
  83. TextButton_5.Parent = Frame_2
  84. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TextButton_5.Position = UDim2.new(0, 0, 0.573529422, 0)
  86. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  87. TextButton_5.Font = Enum.Font.SourceSans
  88. TextButton_5.FontSize = Enum.FontSize.Size14
  89. TextButton_5.TextSize = 14
  90.  
  91. Forest.Name = "Forest"
  92. Forest.Parent = Frame_2
  93. Forest.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Forest.Position = UDim2.new(0.496277928, 0, 0.573529422, 0)
  95. Forest.Size = UDim2.new(0, 203, 0, 50)
  96. Forest.Font = Enum.Font.SourceSans
  97. Forest.FontSize = Enum.FontSize.Size14
  98. Forest.Text = "Forest"
  99. Forest.TextSize = 14
  100.  
  101. GrabKnifeV3.Name = "GrabKnifeV3"
  102. GrabKnifeV3.Parent = Frame_2
  103. GrabKnifeV3.BackgroundColor3 = Color3.new(1, 1, 1)
  104. GrabKnifeV3.Position = UDim2.new(0.496277928, 0, 0.720588207, 0)
  105. GrabKnifeV3.Size = UDim2.new(0, 203, 0, 50)
  106. GrabKnifeV3.Font = Enum.Font.SourceSans
  107. GrabKnifeV3.FontSize = Enum.FontSize.Size14
  108. GrabKnifeV3.Text = "GrabKnifeV3"
  109. GrabKnifeV3.TextSize = 14
  110.  
  111. Titan.Name = "Titan"
  112. Titan.Parent = Frame_2
  113. Titan.BackgroundColor3 = Color3.new(1, 1, 1)
  114. Titan.Position = UDim2.new(0, 0, 0.720588207, 0)
  115. Titan.Size = UDim2.new(0, 200, 0, 50)
  116. Titan.Font = Enum.Font.SourceSans
  117. Titan.FontSize = Enum.FontSize.Size14
  118. Titan.Text = "Titan"
  119. Titan.TextSize = 14
  120.  
  121. TextBox.Parent = Frame_2
  122. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  123. TextBox.Position = UDim2.new(0, 0, 0.867647052, 0)
  124. TextBox.Size = UDim2.new(0, 403, 0, 50)
  125. TextBox.Font = Enum.Font.SourceSans
  126. TextBox.FontSize = Enum.FontSize.Size14
  127. TextBox.Text = "Command Prefix \"/\""
  128. TextBox.TextSize = 14
  129.  
  130. TextLabel.Parent = Frame_2
  131. TextLabel.Active = true
  132. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  133. TextLabel.Size = UDim2.new(0, 403, 0, 95)
  134. TextLabel.Font = Enum.Font.Cartoon
  135. TextLabel.FontSize = Enum.FontSize.Size14
  136. TextLabel.Text = "H3VL'S Script Hub"
  137. TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  138. TextLabel.TextScaled = true
  139. TextLabel.TextSize = 14
  140. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement