Advertisement
DerpyFox

protosmasher1232

Feb 3rd, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Protosmasher = Instance.new("ScreenGui")
  4. local Background = Instance.new("Frame")
  5. local Border = Instance.new("Frame")
  6. local Logo = Instance.new("TextLabel")
  7. local Box = Instance.new("TextLabel")
  8. local Exit = Instance.new("TextButton")
  9. local Box_2 = Instance.new("TextLabel")
  10. local Frame = Instance.new("Frame")
  11. local Script = Instance.new("ScrollingFrame")
  12. local TextBox = Instance.new("TextBox")
  13. local Execute = Instance.new("ImageButton")
  14. local Clear = Instance.new("ImageButton")
  15. local Inject = Instance.new("ImageButton")
  16. local CheckBox1 = Instance.new("TextButton")
  17. local lblText = Instance.new("TextLabel")
  18. local text1 = Instance.new("TextLabel")
  19. local text1a = Instance.new("TextLabel")
  20. local text2 = Instance.new("TextLabel")
  21. local text1a_2 = Instance.new("TextLabel")
  22. local text3 = Instance.new("TextLabel")
  23. local text3a = Instance.new("TextLabel")
  24. local text4 = Instance.new("TextLabel")
  25. local text4a = Instance.new("TextLabel")
  26. local Frame_2 = Instance.new("Frame")
  27. local text1_2 = Instance.new("TextLabel")
  28.  
  29. -- Properties
  30.  
  31. Protosmasher.Name = "Protosmasher"
  32. Protosmasher.Parent = game.StarterGui
  33.  
  34. Background.Name = "Background"
  35. Background.Parent = Protosmasher
  36. Background.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  37. Background.BorderColor3 = Color3.new(1, 1, 1)
  38. Background.BorderSizePixel = 0
  39. Background.Draggable = true
  40. Background.Position = UDim2.new(0.0241581257, 0, 0.0907297805, 0)
  41. Background.Size = UDim2.new(0, 373, 0, 429)
  42.  
  43. Border.Name = "Border"
  44. Border.Parent = Background
  45. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Border.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  47. Border.BorderSizePixel = 0
  48. Border.Size = UDim2.new(0, 373, 0, 24)
  49.  
  50. Logo.Name = "Logo"
  51. Logo.Parent = Border
  52. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Logo.BackgroundTransparency = 1
  54. Logo.Position = UDim2.new(0.133997127, 0, 0.075000003, 0)
  55. Logo.Size = UDim2.new(0, 33, 0, 20)
  56. Logo.Font = Enum.Font.SourceSans
  57. Logo.Text = "Cyberblox - Proto UI"
  58. Logo.TextColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  59. Logo.TextSize = 14
  60.  
  61. Box.Name = "Box"
  62. Box.Parent = Border
  63. Box.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Box.BackgroundTransparency = 1
  65. Box.BorderSizePixel = 0
  66. Box.Position = UDim2.new(0.852860987, 0, 0, 0)
  67. Box.Size = UDim2.new(0, 15, 0, 17)
  68. Box.Font = Enum.Font.SourceSans
  69. Box.Text = "☐"
  70. Box.TextColor3 = Color3.new(0.611765, 0.611765, 0.611765)
  71. Box.TextSize = 14
  72.  
  73. Exit.Name = "Exit"
  74. Exit.Parent = Border
  75. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Exit.BorderSizePixel = 0
  77. Exit.Position = UDim2.new(0.940054476, 0, 0.0416666679, 0)
  78. Exit.Size = UDim2.new(0, 22, 0, 17)
  79. Exit.Font = Enum.Font.SciFi
  80. Exit.Text = "X"
  81. Exit.TextColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  82. Exit.TextSize = 14
  83.  
  84. Box_2.Name = "Box"
  85. Box_2.Parent = Border
  86. Box_2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Box_2.BackgroundTransparency = 1
  88. Box_2.BorderSizePixel = 0
  89. Box_2.Position = UDim2.new(0.782016337, 0, 0.0208333395, 0)
  90. Box_2.Size = UDim2.new(0, 15, 0, 8)
  91. Box_2.Font = Enum.Font.SourceSans
  92. Box_2.Text = "_"
  93. Box_2.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  94. Box_2.TextSize = 14
  95.  
  96. Frame.Parent = Background
  97. Frame.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  98. Frame.BorderColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  99. Frame.Position = UDim2.new(0.0463215262, 0, 0.685314715, 0)
  100. Frame.Size = UDim2.new(0, 239, 0, 106)
  101.  
  102. Script.Name = "Script"
  103. Script.Parent = Background
  104. Script.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  105. Script.BorderSizePixel = 0
  106. Script.Position = UDim2.new(0.144772112, 0, 0.083916083, 0)
  107. Script.Size = UDim2.new(0, 301, 0, 245)
  108. Script.ScrollBarThickness = 0
  109.  
  110. TextBox.Parent = Script
  111. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  112. TextBox.BackgroundTransparency = 1
  113. TextBox.Position = UDim2.new(0.0232558139, 0, 0, 0)
  114. TextBox.Size = UDim2.new(0, 294, 0, 436)
  115. TextBox.Font = Enum.Font.SourceSans
  116. TextBox.Text = "Print\"Protosmasher\""
  117. TextBox.TextColor3 = Color3.new(1, 1, 1)
  118. TextBox.TextSize = 14
  119. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  120. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  121.  
  122. Execute.Name = "Execute"
  123. Execute.Parent = Background
  124. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  125. Execute.BorderColor3 = Color3.new(1, 1, 1)
  126. Execute.Position = UDim2.new(0.722202361, 0, 0.685314715, 0)
  127. Execute.Size = UDim2.new(0, 86, 0, 21)
  128. Execute.Image = "rbxassetid://1375720223"
  129.  
  130. Clear.Name = "Clear"
  131. Clear.Parent = Background
  132. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Clear.BorderColor3 = Color3.new(1, 1, 1)
  134. Clear.Position = UDim2.new(0.722202361, 0, 0.752913773, 0)
  135. Clear.Size = UDim2.new(0, 86, 0, 21)
  136. Clear.Image = "rbxassetid://1375721703"
  137.  
  138. Inject.Name = "Inject"
  139. Inject.Parent = Background
  140. Inject.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Inject.BorderColor3 = Color3.new(1, 1, 1)
  142. Inject.Position = UDim2.new(0.722202361, 0, 0.883449912, 0)
  143. Inject.Size = UDim2.new(0, 86, 0, 21)
  144. Inject.Image = "rbxassetid://1375723256"
  145.  
  146. CheckBox1.Name = "CheckBox1"
  147. CheckBox1.Parent = Background
  148. CheckBox1.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  149. CheckBox1.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  150. CheckBox1.Position = UDim2.new(0, 269, 0, 356)
  151. CheckBox1.Size = UDim2.new(0, 11, 0, 11)
  152. CheckBox1.AutoButtonColor = false
  153. CheckBox1.Selected = true
  154. CheckBox1.Text = ""
  155.  
  156. lblText.Name = "lblText"
  157. lblText.Parent = CheckBox1
  158. lblText.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  159. lblText.BackgroundTransparency = 1
  160. lblText.Position = UDim2.new(0, 11, 0, -2)
  161. lblText.Size = UDim2.new(0, 91, 0, 16)
  162. lblText.Text = "Always on Top"
  163. lblText.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  164. lblText.TextWrapped = true
  165.  
  166. text1.Name = "text1"
  167. text1.Parent = Background
  168. text1.BackgroundColor3 = Color3.new(1, 1, 1)
  169. text1.BackgroundTransparency = 1
  170. text1.Position = UDim2.new(0.144772112, 0, 0.685314715, 0)
  171. text1.Size = UDim2.new(0, 15, 0, 14)
  172. text1.Font = Enum.Font.Code
  173. text1.Text = "Scanning..."
  174. text1.TextColor3 = Color3.new(0, 0, 0)
  175. text1.TextSize = 14
  176.  
  177. text1a.Name = "text1a"
  178. text1a.Parent = Background
  179. text1a.BackgroundColor3 = Color3.new(1, 1, 1)
  180. text1a.BackgroundTransparency = 1
  181. text1a.Position = UDim2.new(0.31367293, 0, 0.685314715, 0)
  182. text1a.Size = UDim2.new(0, 13, 0, 14)
  183. text1a.Font = Enum.Font.Code
  184. text1a.Text = "done!"
  185. text1a.TextColor3 = Color3.new(0, 0.760784, 0)
  186. text1a.TextSize = 14
  187.  
  188. text2.Name = "text2"
  189. text2.Parent = Background
  190. text2.BackgroundColor3 = Color3.new(1, 1, 1)
  191. text2.BackgroundTransparency = 1
  192. text2.Position = UDim2.new(0.193029493, 0, 0.720279694, 0)
  193. text2.Size = UDim2.new(0, 22, 0, 14)
  194. text2.Font = Enum.Font.Code
  195. text2.Text = "Authenticating..."
  196. text2.TextColor3 = Color3.new(0, 0, 0)
  197. text2.TextSize = 14
  198.  
  199. text1a_2.Name = "text1a"
  200. text1a_2.Parent = Background
  201. text1a_2.BackgroundColor3 = Color3.new(1, 1, 1)
  202. text1a_2.BackgroundTransparency = 1
  203. text1a_2.Position = UDim2.new(0.453083128, 0, 0.720279753, 0)
  204. text1a_2.Size = UDim2.new(0, 13, 0, 14)
  205. text1a_2.Font = Enum.Font.Code
  206. text1a_2.Text = "success!"
  207. text1a_2.TextColor3 = Color3.new(0, 0.760784, 0)
  208. text1a_2.TextSize = 14
  209.  
  210. text3.Name = "text3"
  211. text3.Parent = Background
  212. text3.BackgroundColor3 = Color3.new(1, 1, 1)
  213. text3.BackgroundTransparency = 1
  214. text3.Position = UDim2.new(0.134048253, 0, 0.752913773, 0)
  215. text3.Size = UDim2.new(0, 22, 0, 15)
  216. text3.Font = Enum.Font.Code
  217. text3.Text = "Loading..."
  218. text3.TextColor3 = Color3.new(0, 0, 0)
  219. text3.TextSize = 14
  220.  
  221. text3a.Name = "text3a"
  222. text3a.Parent = Background
  223. text3a.BackgroundColor3 = Color3.new(1, 1, 1)
  224. text3a.BackgroundTransparency = 1
  225. text3a.Position = UDim2.new(0.3136729, 0, 0.752913773, 0)
  226. text3a.Size = UDim2.new(0, 13, 0, 15)
  227. text3a.Font = Enum.Font.Code
  228. text3a.Text = "done!"
  229. text3a.TextColor3 = Color3.new(0, 0.760784, 0)
  230. text3a.TextSize = 14
  231.  
  232. text4.Name = "text4"
  233. text4.Parent = Background
  234. text4.BackgroundColor3 = Color3.new(1, 1, 1)
  235. text4.BackgroundTransparency = 1
  236. text4.Position = UDim2.new(0.144772112, 0, 0.792540789, 0)
  237. text4.Size = UDim2.new(0, 29, 0, 14)
  238. text4.Font = Enum.Font.Code
  239. text4.Text = "Server MOTD :"
  240. text4.TextColor3 = Color3.new(0, 0, 1)
  241. text4.TextSize = 14
  242.  
  243. text4a.Name = "text4a"
  244. text4a.Parent = Background
  245. text4a.BackgroundColor3 = Color3.new(1, 1, 1)
  246. text4a.BackgroundTransparency = 1
  247. text4a.Position = UDim2.new(0.394101858, 0, 0.79020983, 0)
  248. text4a.Size = UDim2.new(0, 22, 0, 15)
  249. text4a.Font = Enum.Font.Code
  250. text4a.Text = "Wassup Bro"
  251. text4a.TextColor3 = Color3.new(0, 0, 0)
  252. text4a.TextSize = 14
  253.  
  254. Frame_2.Parent = Background
  255. Frame_2.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  256. Frame_2.BorderColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  257. Frame_2.BorderSizePixel = 0
  258. Frame_2.Position = UDim2.new(0.0455764085, 0, 0.083916083, 0)
  259. Frame_2.Size = UDim2.new(0, 14, 0, 245)
  260.  
  261. text1_2.Name = "text1"
  262. text1_2.Parent = Background
  263. text1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  264. text1_2.BackgroundTransparency = 1
  265. text1_2.Position = UDim2.new(0.0428954437, 0, 0.083916083, 0)
  266. text1_2.Size = UDim2.new(0, 15, 0, 20)
  267. text1_2.Font = Enum.Font.SourceSansSemibold
  268. text1_2.Text = "1"
  269. text1_2.TextColor3 = Color3.new(1, 1, 1)
  270. text1_2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement