FuZionPlayz

Protosmasher

Oct 14th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local exit = Instance.new("TextButton")
  7. local exit_2 = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Frame_2 = Instance.new("Frame")
  10. local Frame_3 = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local TextButton = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local TextButton_3 = Instance.new("TextButton")
  16. local TextBox = Instance.new("TextBox")
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = ScreenGui
  24. Main.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  25. Main.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  26. Main.Position = UDim2.new(0, 673, 0, 166)
  27. Main.Size = UDim2.new(0, 484, 0, 435)
  28.  
  29. Frame.Parent = Main
  30. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Frame.BorderColor3 = Color3.new(1, 1, 1)
  32. Frame.Position = UDim2.new(0, 0, 0, -11)
  33. Frame.Size = UDim2.new(0, 484, 0, 22)
  34.  
  35. exit.Name = "exit"
  36. exit.Parent = Frame
  37. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  38. exit.BackgroundTransparency = 1
  39. exit.Position = UDim2.new(0, 450, 0, -1)
  40. exit.Size = UDim2.new(0, 34, 0, 23)
  41. exit.Font = Enum.Font.SourceSans
  42. exit.FontSize = Enum.FontSize.Size24
  43. exit.Text = "X"
  44. exit.TextSize = 21
  45.  
  46. exit_2.Name = "exit"
  47. exit_2.Parent = Frame
  48. exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  49. exit_2.BackgroundTransparency = 1
  50. exit_2.Position = UDim2.new(0, 415, 0, -1)
  51. exit_2.Size = UDim2.new(0, 34, 0, 23)
  52. exit_2.Font = Enum.Font.SourceSans
  53. exit_2.FontSize = Enum.FontSize.Size24
  54. exit_2.Text = "_"
  55. exit_2.TextSize = 21
  56. exit_2.TextTransparency = 0.40000000596046
  57.  
  58. TextLabel.Parent = Frame
  59. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TextLabel.BackgroundTransparency = 1
  61. TextLabel.Size = UDim2.new(0, 152, 0, 22)
  62. TextLabel.Font = Enum.Font.SourceSans
  63. TextLabel.FontSize = Enum.FontSize.Size14
  64. TextLabel.Text = "ProtosmasherV2"
  65. TextLabel.TextSize = 14
  66.  
  67. Frame_2.Parent = Main
  68. Frame_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  69. Frame_2.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  70. Frame_2.Position = UDim2.new(0, 31, 0, 25)
  71. Frame_2.Size = UDim2.new(0, 5, 0, 245)
  72.  
  73. Frame_3.Parent = Main
  74. Frame_3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  75. Frame_3.BorderColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  76. Frame_3.Position = UDim2.new(0, 29, 0, 283)
  77. Frame_3.Size = UDim2.new(0, 298, 0, 100)
  78.  
  79. TextLabel_2.Parent = Frame_3
  80. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  81. TextLabel_2.BackgroundTransparency = 1
  82. TextLabel_2.Size = UDim2.new(0, 193, 0, 70)
  83. TextLabel_2.Font = Enum.Font.SourceSans
  84. TextLabel_2.FontSize = Enum.FontSize.Size14
  85. TextLabel_2.Text = "Protosmasher Script by Mohammadyassin/mohammadyas Join Atres : Discord.IO/Atres"
  86. TextLabel_2.TextSize = 14
  87. TextLabel_2.TextWrapped = true
  88.  
  89. TextLabel_3.Parent = Main
  90. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  91. TextLabel_3.BackgroundTransparency = 1
  92. TextLabel_3.Position = UDim2.new(0, 31, 0, 29)
  93. TextLabel_3.Size = UDim2.new(0, 4, 0, 31)
  94. TextLabel_3.Font = Enum.Font.SourceSans
  95. TextLabel_3.FontSize = Enum.FontSize.Size14
  96. TextLabel_3.Text = "1"
  97. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  98. TextLabel_3.TextSize = 14
  99.  
  100. TextButton.Parent = Main
  101. TextButton.BackgroundColor3 = Color3.new(0.207843, 0.196078, 0.196078)
  102. TextButton.BorderColor3 = Color3.new(1, 1, 1)
  103. TextButton.Position = UDim2.new(0, 335, 0, 283)
  104. TextButton.Size = UDim2.new(0, 130, 0, 23)
  105. TextButton.Font = Enum.Font.SourceSans
  106. TextButton.FontSize = Enum.FontSize.Size24
  107. TextButton.Text = "Excute"
  108. TextButton.TextSize = 20
  109.  
  110. TextButton_2.Parent = Main
  111. TextButton_2.BackgroundColor3 = Color3.new(0.207843, 0.196078, 0.196078)
  112. TextButton_2.BorderColor3 = Color3.new(1, 1, 1)
  113. TextButton_2.Position = UDim2.new(0, 335, 0, 316)
  114. TextButton_2.Size = UDim2.new(0, 130, 0, 23)
  115. TextButton_2.Font = Enum.Font.SourceSans
  116. TextButton_2.FontSize = Enum.FontSize.Size24
  117. TextButton_2.Text = "Clear"
  118. TextButton_2.TextSize = 20
  119.  
  120. TextButton_3.Parent = Main
  121. TextButton_3.BackgroundColor3 = Color3.new(0.207843, 0.196078, 0.196078)
  122. TextButton_3.BorderColor3 = Color3.new(1, 1, 1)
  123. TextButton_3.Position = UDim2.new(0, 335, 0, 358)
  124. TextButton_3.Size = UDim2.new(0, 130, 0, 23)
  125. TextButton_3.Font = Enum.Font.SourceSans
  126. TextButton_3.FontSize = Enum.FontSize.Size24
  127. TextButton_3.Text = "Inject"
  128. TextButton_3.TextSize = 20
  129.  
  130. TextBox.Parent = Main
  131. TextBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  132. TextBox.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  133. TextBox.Position = UDim2.new(0, 42, 0, 41)
  134. TextBox.Size = UDim2.new(0, 420, 0, 227)
  135. TextBox.Font = Enum.Font.SourceSans
  136. TextBox.FontSize = Enum.FontSize.Size14
  137. TextBox.TextSize = 14
  138. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  139. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  140.  
  141. TextButton.MouseButton1Down:connect(function()
  142. loadstring(TextBox.Text)()
  143. end)
  144. exit.MouseButton1Down:connect(function()
  145. Main.Visible = false
  146. end)
  147. exit_2.MouseButton1Down:connect(function()
  148. Main.Visible = false
  149. end)
  150. TextButton_2.MouseButton1Down:connect(function()
  151. TextBox.Text = "Cleared!"
  152. wait(1)
  153. TextBox.Text = ""
  154. end)
Add Comment
Please, Sign In to add comment