Advertisement
Migas3456

ProtosmasherV2(not made by me)

Oct 25th, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ProtoSmasherV2 = Instance.new("ScreenGui")
  4. local UI = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextLabel_3 = Instance.new("TextLabel")
  8. local Execute = Instance.new("TextButton")
  9. local TextField = Instance.new("TextBox")
  10. local TextLabel_4 = Instance.new("TextLabel")
  11. local Clear = Instance.new("TextButton")
  12. local TextLabel_5 = Instance.new("TextLabel")
  13. local TextButton = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local TextLabel_6 = Instance.new("TextLabel")
  16. local TextLabel_7 = Instance.new("TextLabel")
  17. local Frame = Instance.new("Frame")
  18. local Display = Instance.new("TextButton")
  19. local TextLabel_8 = Instance.new("TextLabel")
  20. local TextLabel_9 = Instance.new("TextLabel")
  21. local Button = Instance.new("TextButton")
  22. local TextLabel_10 = Instance.new("TextLabel")
  23. local TextLabel_11 = Instance.new("TextLabel")
  24. local TextButton_3 = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. ProtoSmasherV2.Name = "ProtoSmasher V2"
  29. ProtoSmasherV2.Parent = game.Players.LocalPlayer.PlayerGui
  30.  
  31. UI.Name = "UI"
  32. UI.Parent = ProtoSmasherV2
  33. UI.Active = true
  34. UI.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  35. UI.BorderColor3 = Color3.new(0.941177, 0.313726, 0)
  36. UI.BorderSizePixel = 5
  37. UI.Draggable = true
  38. UI.Position = UDim2.new(0.338787884, 0, 0.173965931, 0)
  39. UI.Selectable = true
  40. UI.Size = UDim2.new(0.297575772, 0, 0.605839431, 0)
  41.  
  42. TextLabel.Parent = UI
  43. TextLabel.BackgroundColor3 = Color3.new(0.941177, 0.313726, 0)
  44. TextLabel.BorderColor3 = Color3.new(0.941177, 0.164706, 0.207843)
  45. TextLabel.Position = UDim2.new(-0.00623700628, 0, -0.00863930862, 0)
  46. TextLabel.Size = UDim2.new(0.492723495, 0, 0.0647948161, 0)
  47. TextLabel.Font = Enum.Font.ArialBold
  48. TextLabel.FontSize = Enum.FontSize.Size14
  49. TextLabel.Text = "ProtoSmaher v2"
  50. TextLabel.TextSize = 14
  51.  
  52. TextLabel_2.Parent = UI
  53. TextLabel_2.BackgroundColor3 = Color3.new(0.941177, 0.313726, 0)
  54. TextLabel_2.BorderColor3 = Color3.new(0.941177, 0.164706, 0.207843)
  55. TextLabel_2.Position = UDim2.new(0.698544681, 0, -0.00431965431, 0)
  56. TextLabel_2.Size = UDim2.new(0.301455289, 0, 0.0604751632, 0)
  57. TextLabel_2.Font = Enum.Font.ArialBold
  58. TextLabel_2.FontSize = Enum.FontSize.Size14
  59. TextLabel_2.Text = "- X"
  60. TextLabel_2.TextSize = 14
  61.  
  62. TextLabel_3.Parent = UI
  63. TextLabel_3.BackgroundColor3 = Color3.new(0.941177, 0.313726, 0)
  64. TextLabel_3.BorderColor3 = Color3.new(0.941177, 0.164706, 0.207843)
  65. TextLabel_3.Position = UDim2.new(0.461538464, 0, -0.00431965431, 0)
  66. TextLabel_3.Size = UDim2.new(0.232848227, 0, 0.0604751632, 0)
  67. TextLabel_3.Font = Enum.Font.ArialBold
  68. TextLabel_3.FontSize = Enum.FontSize.Size14
  69. TextLabel_3.Text = ""
  70. TextLabel_3.TextSize = 14
  71.  
  72. Execute.Name = "Execute"
  73. Execute.Parent = UI
  74. Execute.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  75. Execute.BorderColor3 = Color3.new(1, 1, 1)
  76. Execute.BorderSizePixel = 2
  77. Execute.Position = UDim2.new(0.0753564164, 0, 0.642570257, 0)
  78. Execute.Size = UDim2.new(0.242362529, 0, 0.0843373463, 0)
  79. Execute.Font = Enum.Font.ArialBold
  80. Execute.FontSize = Enum.FontSize.Size32
  81. Execute.Text = "Execute"
  82. Execute.TextColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  83. Execute.TextSize = 30
  84. Execute.TextScaled = true
  85.  
  86. Execute.MouseButton1Down:connect(function()
  87. loadstring(TextField.Text)()
  88. end)
  89.  
  90. TextField.Name = "TextField"
  91. TextField.Parent = UI
  92. TextField.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  93. TextField.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  94. TextField.Position = UDim2.new(0.114052951, 0, 0.0682730898, 0)
  95. TextField.Size = UDim2.new(0.796334028, 0, 0.548192799, 0)
  96. TextField.ClearTextOnFocus = false
  97. TextField.Font = Enum.Font.SourceSans
  98. TextField.FontSize = Enum.FontSize.Size14
  99. TextField.MultiLine = true
  100. TextField.Text = "Enter Script Here!"
  101. TextField.TextColor3 = Color3.new(1, 1, 1)
  102. TextField.TextSize = 14
  103. TextField.TextXAlignment = Enum.TextXAlignment.Left
  104. TextField.TextYAlignment = Enum.TextYAlignment.Top
  105.  
  106. TextLabel_4.Parent = UI
  107. TextLabel_4.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  108. TextLabel_4.Position = UDim2.new(0.0570264757, 0, 0.0642570257, 0)
  109. TextLabel_4.Size = UDim2.new(0.0488798358, 0, 0.560240984, 0)
  110. TextLabel_4.Font = Enum.Font.SourceSans
  111. TextLabel_4.FontSize = Enum.FontSize.Size14
  112. TextLabel_4.Text = ""
  113. TextLabel_4.TextSize = 14
  114.  
  115. Clear.Name = "Clear"
  116. Clear.Parent = UI
  117. Clear.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  118. Clear.BorderColor3 = Color3.new(1, 1, 1)
  119. Clear.BorderSizePixel = 2
  120. Clear.Position = UDim2.new(0.364562124, 0, 0.642570257, 0)
  121. Clear.Size = UDim2.new(0.242362529, 0, 0.0843373463, 0)
  122. Clear.Font = Enum.Font.ArialBold
  123. Clear.FontSize = Enum.FontSize.Size32
  124. Clear.Text = "Clear"
  125. Clear.TextColor3 = Color3.new(1, 1, 1)
  126. Clear.TextSize = 30
  127. Clear.TextScaled = true
  128.  
  129. Clear.MouseButton1Down:connect(function()
  130. TextField.Text = ""
  131. end)
  132.  
  133. TextLabel_5.Parent = UI
  134. TextLabel_5.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  135. TextLabel_5.Position = UDim2.new(0.0672097728, 0, 0.732931733, 0)
  136. TextLabel_5.Size = UDim2.new(0.843177199, 0, 0.192771077, 0)
  137. TextLabel_5.Font = Enum.Font.SourceSans
  138. TextLabel_5.FontSize = Enum.FontSize.Size14
  139. TextLabel_5.Text = ""
  140. TextLabel_5.TextSize = 14
  141.  
  142. TextButton.Parent = UI
  143. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  144. TextButton.Position = UDim2.new(0.80040735, 0, 0.943775117, 0)
  145. TextButton.Size = UDim2.new(0.0325865597, 0, 0.036144577, 0)
  146. TextButton.Font = Enum.Font.SourceSans
  147. TextButton.FontSize = Enum.FontSize.Size14
  148. TextButton.Text = ""
  149. TextButton.TextSize = 14
  150.  
  151. TextButton.MouseButton1Down:connect(function()
  152. local msg = Instance.new("Message",workspace)
  153. msg.Text = "Always On Top Activated"
  154. wait(2)
  155. msg:Destroy()
  156. end)
  157.  
  158. TextButton_2.Parent = UI
  159. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  160. TextButton_2.Position = UDim2.new(0.547861516, 0, 0.943775117, 0)
  161. TextButton_2.Size = UDim2.new(0.0325865597, 0, 0.036144577, 0)
  162. TextButton_2.Font = Enum.Font.SourceSans
  163. TextButton_2.FontSize = Enum.FontSize.Size14
  164. TextButton_2.Text = ""
  165. TextButton_2.TextSize = 14
  166.  
  167. TextButton_2.MouseButton1Down:connect(function()
  168. local msg = Instance.new("Message",workspace)
  169. msg.Text = "Auto-Inject Activated"
  170. wait(2)
  171. msg:Destroy()
  172. end)
  173.  
  174. TextLabel_6.Parent = UI
  175. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextLabel_6.Position = UDim2.new(0.84521383, 0, 0.937750995, 0)
  177. TextLabel_6.Size = UDim2.new(0.142566189, 0, 0.0481927693, 0)
  178. TextLabel_6.Font = Enum.Font.Highway
  179. TextLabel_6.FontSize = Enum.FontSize.Size10
  180. TextLabel_6.Text = "All ways On Top"
  181. TextLabel_6.TextSize = 10
  182. TextLabel_6.TextScaled = true
  183.  
  184. TextLabel_7.Parent = UI
  185. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_7.Position = UDim2.new(0.608961284, 0, 0.937750995, 0)
  187. TextLabel_7.Size = UDim2.new(0.142566189, 0, 0.0461847372, 0)
  188. TextLabel_7.Font = Enum.Font.Highway
  189. TextLabel_7.FontSize = Enum.FontSize.Size14
  190. TextLabel_7.Text = "Auto-Inject"
  191. TextLabel_7.TextSize = 14
  192. TextLabel_7.TextScaled = true
  193.  
  194. Frame.Parent = UI
  195. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  196. Frame.BackgroundTransparency = 1
  197. Frame.Position = UDim2.new(0.926680267, 0, 0.349740922, 0)
  198. Frame.Size = UDim2.new(0.0224032588, 0, 0.0310880821, 0)
  199.  
  200. Display.Name = "Display"
  201. Display.Parent = Frame
  202. Display.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  203. Display.BackgroundTransparency = 100
  204. Display.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  205. Display.Position = UDim2.new(-37.272728, 0, -14.166667, 0)
  206. Display.Size = UDim2.new(37, 0, 1.91666663, 0)
  207. Display.Visible = false
  208. Display.AutoButtonColor = false
  209. Display.Font = Enum.Font.ArialBold
  210. Display.FontSize = Enum.FontSize.Size48
  211. Display.Text = ""
  212. Display.TextColor3 = Color3.new(1, 0.333333, 0)
  213. Display.TextScaled = true
  214. Display.TextSize = 48
  215. Display.TextStrokeColor3 = Color3.new(0.266667, 0.458824, 1)
  216. Display.TextStrokeTransparency = 0
  217. Display.TextWrapped = true
  218.  
  219. TextLabel_8.Parent = Display
  220. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  221. TextLabel_8.BackgroundTransparency = 1000
  222. TextLabel_8.Position = UDim2.new(-0.0589680597, 0, 14.7931032, 0)
  223. TextLabel_8.Size = UDim2.new(0.633906662, 0, 0.620689631, 0)
  224. TextLabel_8.Font = Enum.Font.SourceSans
  225. TextLabel_8.FontSize = Enum.FontSize.Size14
  226. TextLabel_8.Text = "ProtoSmasher Is Loading...."
  227. TextLabel_8.TextColor3 = Color3.new(0.666667, 0, 0)
  228. TextLabel_8.TextSize = 14
  229.  
  230. TextLabel_9.Parent = Display
  231. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  232. TextLabel_9.BackgroundTransparency = 100
  233. TextLabel_9.Position = UDim2.new(0, 0, 15.7241383, 0)
  234. TextLabel_9.Size = UDim2.new(0.633906662, 0, 0.620689631, 0)
  235. TextLabel_9.Font = Enum.Font.SourceSans
  236. TextLabel_9.FontSize = Enum.FontSize.Size14
  237. TextLabel_9.Text = "ProtoSmasher Is Now Ready For Use!"
  238. TextLabel_9.TextColor3 = Color3.new(0.333333, 1, 0)
  239. TextLabel_9.TextSize = 14
  240.  
  241. Button.Name = "Button"
  242. Button.Parent = Frame
  243. Button.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  244. Button.BorderColor3 = Color3.new(1, 1, 1)
  245. Button.BorderSizePixel = 2
  246. Button.Position = UDim2.new(-11.818, -2,9.067, 4)
  247. Button.Size = UDim2.new(9.909091, 0, 2.79999995, 0)
  248. Button.Font = Enum.Font.ArialBold
  249. Button.FontSize = Enum.FontSize.Size32
  250. Button.Text = "Inject"
  251. Button.TextColor3 = Color3.new(1, 1, 1)
  252. Button.TextSize = 30
  253. Button.TextStrokeColor3 = Color3.new(1, 1, 1)
  254.  
  255. Button.MouseButton1Down:connect(function()
  256. TextLabel_10.Text = "Injecting..."
  257. wait(3)
  258. TextLabel_10.Text = "ProtoSmasher Is Loading...."
  259. wait(5)
  260. TextLabel_10.Text = "ProtoSmasher Is Now Ready For Use!"
  261. end)
  262.  
  263. TextLabel_10.Parent = UI
  264. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  265. TextLabel_10.BackgroundTransparency = 1000
  266. TextLabel_10.Position = UDim2.new(0.0855397135, 0, 0.742971897, 0)
  267. TextLabel_10.Size = UDim2.new(0.393075347, 0, 0.0321285129, 0)
  268. TextLabel_10.Font = Enum.Font.SourceSans
  269. TextLabel_10.FontSize = Enum.FontSize.Size14
  270. TextLabel_10.Text = "Waiting On Inject..."
  271. TextLabel_10.TextColor3 = Color3.new(0, 1, 0)
  272. TextLabel_10.TextSize = 14
  273.  
  274. TextLabel_11.Parent = UI
  275. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  276. TextLabel_11.Position = UDim2.new(0.0773930773, 0, 0.937750995, 0)
  277. TextLabel_11.Size = UDim2.new(0.303462327, 0, 0.0441767052, 0)
  278. TextLabel_11.Font = Enum.Font.SourceSans
  279. TextLabel_11.FontSize = Enum.FontSize.Size14
  280. TextLabel_11.Text = "Main Theme (ProtoSmasher)"
  281. TextLabel_11.TextSize = 14
  282. TextLabel_11.TextScaled = true
  283.  
  284. TextButton_3.Parent = UI
  285. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  286. TextButton_3.Position = UDim2.new(0.395112008, 0, 0.939759016, 0)
  287. TextButton_3.Size = UDim2.new(0.0509164967, 0, 0.038152609, 0)
  288. TextButton_3.Font = Enum.Font.SourceSans
  289. TextButton_3.FontSize = Enum.FontSize.Size14
  290. TextButton_3.Text = ""
  291. TextButton_3.TextSize = 14
  292.  
  293. TextButton_3.MouseButton1Down:connect(function()
  294. local msg = Instance.new("Message",workspace)
  295. msg.Text = "ProtoSmasher MainTheme Done"
  296. wait(2)
  297. msg:Destroy()
  298. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement