Modder29000

PhotoSmasher

Feb 6th, 2018
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PhotoSmasher = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local ExcuteFrame = Instance.new("ScrollingFrame")
  6. local ScriptsHere = Instance.new("TextBox")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local Loading = Instance.new("TextLabel")
  9. local Done = Instance.new("TextLabel")
  10. local CheckingInfo = Instance.new("TextLabel")
  11. local success = Instance.new("TextLabel")
  12. local executebut = Instance.new("TextButton")
  13. local clearbut = Instance.new("TextButton")
  14. local inject = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. PhotoSmasher.Name = "PhotoSmasher"
  19. PhotoSmasher.Parent = game.CoreGui
  20.  
  21. MainFrame.Name = "Main Frame"
  22. MainFrame.Parent = PhotoSmasher
  23. MainFrame.Active = true
  24. MainFrame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  25. MainFrame.ClipsDescendants = true
  26. MainFrame.Draggable = true
  27. MainFrame.Position = UDim2.new(0.329255849, 0, 0.169960469, 0)
  28. MainFrame.Size = UDim2.new(0, 294, 0, 400)
  29.  
  30. ExcuteFrame.Name = "Excute Frame"
  31. ExcuteFrame.Parent = MainFrame
  32. ExcuteFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  33. ExcuteFrame.Position = UDim2.new(-0.00340136047, 0, 0, 0)
  34. ExcuteFrame.Size = UDim2.new(0, 296, 0, 294)
  35.  
  36. ScriptsHere.Name = "Scripts Here"
  37. ScriptsHere.Parent = ExcuteFrame
  38. ScriptsHere.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  39. ScriptsHere.Position = UDim2.new(0.00337837846, 0, 0, 0)
  40. ScriptsHere.Size = UDim2.new(0, 282, 0, 294)
  41. ScriptsHere.Font = Enum.Font.SourceSans
  42. ScriptsHere.MultiLine = true
  43. ScriptsHere.PlaceholderColor3 = Color3.new(0.333333, 1, 1)
  44. ScriptsHere.Text = "Scripts Go here"
  45. ScriptsHere.TextColor3 = Color3.new(0.333333, 1, 1)
  46. ScriptsHere.TextSize = 14
  47.  
  48. ScrollingFrame.Parent = MainFrame
  49. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  50. ScrollingFrame.BorderSizePixel = 0
  51. ScrollingFrame.Position = UDim2.new(0, 0, 0.837992013, 0)
  52. ScrollingFrame.Size = UDim2.new(0, 294, 0, 64)
  53.  
  54. Loading.Name = "Loading"
  55. Loading.Parent = ScrollingFrame
  56. Loading.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Loading.BackgroundTransparency = 15
  58. Loading.Position = UDim2.new(0.0136054419, 0, 0.00054359436, 0)
  59. Loading.Size = UDim2.new(0, 131, 0, 25)
  60. Loading.Font = Enum.Font.SourceSans
  61. Loading.Text = "Loading"
  62. Loading.TextColor3 = Color3.new(0, 1, 0)
  63. Loading.TextScaled = true
  64. Loading.TextSize = 14
  65. Loading.TextWrapped = true
  66.  
  67. Done.Name = "Done"
  68. Done.Parent = ScrollingFrame
  69. Done.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Done.BackgroundTransparency = 15
  71. Done.Position = UDim2.new(0.243197262, 0, 0, 0)
  72. Done.Size = UDim2.new(0, 120, 0, 27)
  73. Done.Visible = false
  74. Done.Font = Enum.Font.SourceSans
  75. Done.Text = "Done..."
  76. Done.TextColor3 = Color3.new(0, 1, 0)
  77. Done.TextSize = 14
  78. Done.TextWrapped = true
  79.  
  80. CheckingInfo.Name = "Checking Info"
  81. CheckingInfo.Parent = ScrollingFrame
  82. CheckingInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  83. CheckingInfo.BackgroundTransparency = 15
  84. CheckingInfo.Position = UDim2.new(0.459183663, 0, 0, 0)
  85. CheckingInfo.Size = UDim2.new(0, 93, 0, 25)
  86. CheckingInfo.Font = Enum.Font.SourceSans
  87. CheckingInfo.Text = "Checking Info"
  88. CheckingInfo.TextColor3 = Color3.new(0, 1, 0)
  89. CheckingInfo.TextScaled = true
  90. CheckingInfo.TextSize = 14
  91. CheckingInfo.TextWrapped = true
  92.  
  93. success.Name = "success"
  94. success.Parent = ScrollingFrame
  95. success.BackgroundColor3 = Color3.new(1, 1, 1)
  96. success.BackgroundTransparency = 15
  97. success.Position = UDim2.new(0.692176819, 0, 0, 0)
  98. success.Size = UDim2.new(0, 120, 0, 27)
  99. success.Visible = false
  100. success.Font = Enum.Font.SourceSans
  101. success.Text = "success"
  102. success.TextColor3 = Color3.new(0, 1, 0)
  103. success.TextSize = 14
  104. success.TextWrapped = true
  105.  
  106. executebut.Name = "executebut"
  107. executebut.Parent = MainFrame
  108. executebut.BackgroundColor3 = Color3.new(0, 1, 0)
  109. executebut.Position = UDim2.new(0, 0, 0.735000014, 0)
  110. executebut.Size = UDim2.new(0, 90, 0, 31)
  111. executebut.Font = Enum.Font.SourceSans
  112. executebut.Text = "Execute"
  113. executebut.TextColor3 = Color3.new(0.333333, 1, 1)
  114. executebut.TextScaled = true
  115. executebut.TextSize = 14
  116. executebut.TextStrokeColor3 = Color3.new(1, 1, 1)
  117. executebut.TextStrokeTransparency = 0
  118. executebut.TextWrapped = true
  119. executebut.MouseButton1Down:connect(function()
  120. loadstring(ScriptsHere.Text)()
  121. end)
  122.  
  123. clearbut.Name = "clearbut"
  124. clearbut.Parent = MainFrame
  125. clearbut.BackgroundColor3 = Color3.new(0, 1, 0)
  126. clearbut.Position = UDim2.new(0.346938789, 0, 0.735000014, 0)
  127. clearbut.Size = UDim2.new(0, 90, 0, 31)
  128. clearbut.Font = Enum.Font.SourceSans
  129. clearbut.Text = "Clear"
  130. clearbut.TextColor3 = Color3.new(0.333333, 1, 1)
  131. clearbut.TextScaled = true
  132. clearbut.TextSize = 14
  133. clearbut.TextStrokeColor3 = Color3.new(1, 1, 1)
  134. clearbut.TextStrokeTransparency = 0
  135. clearbut.TextWrapped = true
  136. clearbut.MouseButton1Down:connect(function()
  137. ScriptsHere.Text = ""
  138. end)
  139.  
  140. inject.Name = "inject"
  141. inject.Parent = MainFrame
  142. inject.BackgroundColor3 = Color3.new(0, 1, 0)
  143. inject.Position = UDim2.new(0.693877578, 0, 0.735000014, 0)
  144. inject.Size = UDim2.new(0, 90, 0, 31)
  145. inject.Font = Enum.Font.SourceSans
  146. inject.Text = "InJect"
  147. inject.TextColor3 = Color3.new(0.333333, 1, 1)
  148. inject.TextScaled = true
  149. inject.TextSize = 14
  150. inject.TextStrokeColor3 = Color3.new(1, 1, 1)
  151. inject.TextStrokeTransparency = 0
  152. inject.TextWrapped = true
  153. inject.MouseButton1Down:connect(function()
  154. Done.Visible = true
  155.  
  156. wait(5)
  157.  
  158. success.Visible = true
  159. end)
Advertisement
Add Comment
Please, Sign In to add comment