Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local PhotoSmasher = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local ExcuteFrame = Instance.new("ScrollingFrame")
- local ScriptsHere = Instance.new("TextBox")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Loading = Instance.new("TextLabel")
- local Done = Instance.new("TextLabel")
- local CheckingInfo = Instance.new("TextLabel")
- local success = Instance.new("TextLabel")
- local executebut = Instance.new("TextButton")
- local clearbut = Instance.new("TextButton")
- local inject = Instance.new("TextButton")
- -- Properties
- PhotoSmasher.Name = "PhotoSmasher"
- PhotoSmasher.Parent = game.CoreGui
- MainFrame.Name = "Main Frame"
- MainFrame.Parent = PhotoSmasher
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
- MainFrame.ClipsDescendants = true
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.329255849, 0, 0.169960469, 0)
- MainFrame.Size = UDim2.new(0, 294, 0, 400)
- ExcuteFrame.Name = "Excute Frame"
- ExcuteFrame.Parent = MainFrame
- ExcuteFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ExcuteFrame.Position = UDim2.new(-0.00340136047, 0, 0, 0)
- ExcuteFrame.Size = UDim2.new(0, 296, 0, 294)
- ScriptsHere.Name = "Scripts Here"
- ScriptsHere.Parent = ExcuteFrame
- ScriptsHere.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
- ScriptsHere.Position = UDim2.new(0.00337837846, 0, 0, 0)
- ScriptsHere.Size = UDim2.new(0, 282, 0, 294)
- ScriptsHere.Font = Enum.Font.SourceSans
- ScriptsHere.MultiLine = true
- ScriptsHere.PlaceholderColor3 = Color3.new(0.333333, 1, 1)
- ScriptsHere.Text = "Scripts Go here"
- ScriptsHere.TextColor3 = Color3.new(0.333333, 1, 1)
- ScriptsHere.TextSize = 14
- ScrollingFrame.Parent = MainFrame
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0, 0, 0.837992013, 0)
- ScrollingFrame.Size = UDim2.new(0, 294, 0, 64)
- Loading.Name = "Loading"
- Loading.Parent = ScrollingFrame
- Loading.BackgroundColor3 = Color3.new(1, 1, 1)
- Loading.BackgroundTransparency = 15
- Loading.Position = UDim2.new(0.0136054419, 0, 0.00054359436, 0)
- Loading.Size = UDim2.new(0, 131, 0, 25)
- Loading.Font = Enum.Font.SourceSans
- Loading.Text = "Loading"
- Loading.TextColor3 = Color3.new(0, 1, 0)
- Loading.TextScaled = true
- Loading.TextSize = 14
- Loading.TextWrapped = true
- Done.Name = "Done"
- Done.Parent = ScrollingFrame
- Done.BackgroundColor3 = Color3.new(1, 1, 1)
- Done.BackgroundTransparency = 15
- Done.Position = UDim2.new(0.243197262, 0, 0, 0)
- Done.Size = UDim2.new(0, 120, 0, 27)
- Done.Visible = false
- Done.Font = Enum.Font.SourceSans
- Done.Text = "Done..."
- Done.TextColor3 = Color3.new(0, 1, 0)
- Done.TextSize = 14
- Done.TextWrapped = true
- CheckingInfo.Name = "Checking Info"
- CheckingInfo.Parent = ScrollingFrame
- CheckingInfo.BackgroundColor3 = Color3.new(1, 1, 1)
- CheckingInfo.BackgroundTransparency = 15
- CheckingInfo.Position = UDim2.new(0.459183663, 0, 0, 0)
- CheckingInfo.Size = UDim2.new(0, 93, 0, 25)
- CheckingInfo.Font = Enum.Font.SourceSans
- CheckingInfo.Text = "Checking Info"
- CheckingInfo.TextColor3 = Color3.new(0, 1, 0)
- CheckingInfo.TextScaled = true
- CheckingInfo.TextSize = 14
- CheckingInfo.TextWrapped = true
- success.Name = "success"
- success.Parent = ScrollingFrame
- success.BackgroundColor3 = Color3.new(1, 1, 1)
- success.BackgroundTransparency = 15
- success.Position = UDim2.new(0.692176819, 0, 0, 0)
- success.Size = UDim2.new(0, 120, 0, 27)
- success.Visible = false
- success.Font = Enum.Font.SourceSans
- success.Text = "success"
- success.TextColor3 = Color3.new(0, 1, 0)
- success.TextSize = 14
- success.TextWrapped = true
- executebut.Name = "executebut"
- executebut.Parent = MainFrame
- executebut.BackgroundColor3 = Color3.new(0, 1, 0)
- executebut.Position = UDim2.new(0, 0, 0.735000014, 0)
- executebut.Size = UDim2.new(0, 90, 0, 31)
- executebut.Font = Enum.Font.SourceSans
- executebut.Text = "Execute"
- executebut.TextColor3 = Color3.new(0.333333, 1, 1)
- executebut.TextScaled = true
- executebut.TextSize = 14
- executebut.TextStrokeColor3 = Color3.new(1, 1, 1)
- executebut.TextStrokeTransparency = 0
- executebut.TextWrapped = true
- executebut.MouseButton1Down:connect(function()
- loadstring(ScriptsHere.Text)()
- end)
- clearbut.Name = "clearbut"
- clearbut.Parent = MainFrame
- clearbut.BackgroundColor3 = Color3.new(0, 1, 0)
- clearbut.Position = UDim2.new(0.346938789, 0, 0.735000014, 0)
- clearbut.Size = UDim2.new(0, 90, 0, 31)
- clearbut.Font = Enum.Font.SourceSans
- clearbut.Text = "Clear"
- clearbut.TextColor3 = Color3.new(0.333333, 1, 1)
- clearbut.TextScaled = true
- clearbut.TextSize = 14
- clearbut.TextStrokeColor3 = Color3.new(1, 1, 1)
- clearbut.TextStrokeTransparency = 0
- clearbut.TextWrapped = true
- clearbut.MouseButton1Down:connect(function()
- ScriptsHere.Text = ""
- end)
- inject.Name = "inject"
- inject.Parent = MainFrame
- inject.BackgroundColor3 = Color3.new(0, 1, 0)
- inject.Position = UDim2.new(0.693877578, 0, 0.735000014, 0)
- inject.Size = UDim2.new(0, 90, 0, 31)
- inject.Font = Enum.Font.SourceSans
- inject.Text = "InJect"
- inject.TextColor3 = Color3.new(0.333333, 1, 1)
- inject.TextScaled = true
- inject.TextSize = 14
- inject.TextStrokeColor3 = Color3.new(1, 1, 1)
- inject.TextStrokeTransparency = 0
- inject.TextWrapped = true
- inject.MouseButton1Down:connect(function()
- Done.Visible = true
- wait(5)
- success.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment