Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local WindowsSim = Instance.new("ScreenGui")
- local taskbar = Instance.new("Frame")
- local windowsbutton = Instance.new("ImageButton")
- local chromebutton = Instance.new("ImageButton")
- local fileexplorer = Instance.new("ImageLabel")
- local robloxlogo = Instance.new("ImageLabel")
- local robloxstudiologo = Instance.new("ImageLabel")
- local synbutton = Instance.new("ImageButton")
- local protobutton = Instance.new("ImageButton")
- local synapse = Instance.new("Frame")
- local holder = Instance.new("Frame")
- local synlogo = Instance.new("ImageLabel")
- local xsyn = Instance.new("TextButton")
- local minsyn = Instance.new("TextButton")
- local synexecutebutton = Instance.new("TextButton")
- local synclearbutton = Instance.new("TextButton")
- local synopenbutton = Instance.new("TextButton")
- local synattachbutton = Instance.new("TextButton")
- local synscripthub = Instance.new("TextButton")
- local holder_2 = Instance.new("Frame")
- local synscroll = Instance.new("ScrollingFrame")
- local syninput = Instance.new("TextBox")
- local versionsyn = Instance.new("TextLabel")
- local infosyn = Instance.new("TextLabel")
- local synapsescripthub = Instance.new("Frame")
- local holder_3 = Instance.new("Frame")
- local synlogo_2 = Instance.new("ImageLabel")
- local minsyn_2 = Instance.new("TextButton")
- local holder_4 = Instance.new("Frame")
- local wip = Instance.new("TextLabel")
- local versionscripthub = Instance.new("TextLabel")
- local proto = Instance.new("Frame")
- local holder_5 = Instance.new("Frame")
- local protologo = Instance.new("ImageLabel")
- local prototext = Instance.new("TextLabel")
- local xproto = Instance.new("TextButton")
- local minproto = Instance.new("TextButton")
- local protoscroll = Instance.new("ScrollingFrame")
- local protoinput = Instance.new("TextBox")
- local protoexecute = Instance.new("TextButton")
- local protoopen = Instance.new("TextButton")
- local protoclear = Instance.new("TextButton")
- local protoinject = Instance.new("TextButton")
- local holder_6 = Instance.new("Frame")
- local protoversion = Instance.new("TextLabel")
- local info = Instance.new("TextLabel")
- -- Properties
- WindowsSim.Name = "WindowsSim"
- WindowsSim.Parent = game.CoreGui
- taskbar.Name = "taskbar"
- taskbar.Parent = WindowsSim
- taskbar.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- taskbar.Size = UDim2.new(1,0,0,30)
- taskbar.Position = UDim2.new(0,0,1,(0-taskbar.Size.Y.Offset))
- windowsbutton.Name = "windowsbutton"
- windowsbutton.Parent = taskbar
- windowsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
- windowsbutton.BackgroundTransparency = 1
- windowsbutton.BorderSizePixel = 0
- windowsbutton.Position = UDim2.new(0.00367872464, 0, 0.138888896, 0)
- windowsbutton.Size = UDim2.new(0, 33, 0, 26)
- windowsbutton.Image = "rbxassetid://1423087330"
- chromebutton.Name = "chromebutton"
- chromebutton.Parent = taskbar
- chromebutton.BackgroundColor3 = Color3.new(1, 1, 1)
- chromebutton.BackgroundTransparency = 1
- chromebutton.Position = UDim2.new(0.0349478871, 0, 0.0970000029, 0)
- chromebutton.Size = UDim2.new(0, 29, 0, 29)
- chromebutton.Image = "rbxassetid://1423093356"
- fileexplorer.Name = "fileexplorer"
- fileexplorer.Parent = taskbar
- fileexplorer.BackgroundColor3 = Color3.new(1, 1, 1)
- fileexplorer.BackgroundTransparency = 1
- fileexplorer.Position = UDim2.new(0.0588595942, 0, 0, 0)
- fileexplorer.Size = UDim2.new(0, 36, 0, 36)
- fileexplorer.Image = "rbxassetid://1423099678"
- robloxlogo.Name = "robloxlogo"
- robloxlogo.Parent = taskbar
- robloxlogo.BackgroundColor3 = Color3.new(1, 1, 1)
- robloxlogo.BackgroundTransparency = 1
- robloxlogo.Position = UDim2.new(0.0876762718, 0, 0.0833333433, 0)
- robloxlogo.Size = UDim2.new(0, 28, 0, 28)
- robloxlogo.Image = "rbxassetid://1423104582"
- robloxstudiologo.Name = "robloxstudiologo"
- robloxstudiologo.Parent = taskbar
- robloxstudiologo.BackgroundColor3 = Color3.new(1, 1, 1)
- robloxstudiologo.BackgroundTransparency = 1
- robloxstudiologo.Position = UDim2.new(0.108522385, 0, -0.0277777761, 0)
- robloxstudiologo.Size = UDim2.new(0, 36, 0, 36)
- robloxstudiologo.Image = "rbxassetid://1423105091"
- synbutton.Name = "synbutton"
- synbutton.Parent = taskbar
- synbutton.BackgroundColor3 = Color3.new(1, 1, 1)
- synbutton.BackgroundTransparency = 1
- synbutton.BorderSizePixel = 0
- synbutton.Position = UDim2.new(0.13059473, 0, -3.70666385e-07, 0)
- synbutton.Size = UDim2.new(0, 37, 0, 37)
- synbutton.Image = "rbxassetid://1423145197"
- synbutton.MouseButton1Down:connect(function()
- synapse.Visible = true
- end)
- protobutton.Name = "protobutton"
- protobutton.Parent = taskbar
- protobutton.BackgroundColor3 = Color3.new(1, 1, 1)
- protobutton.BackgroundTransparency = 1
- protobutton.BorderSizePixel = 0
- protobutton.Position = UDim2.new(0.153280199, 0, 0.138888523, 0)
- protobutton.Size = UDim2.new(0, 37, 0, 37)
- protobutton.Image = "rbxassetid://1423143051"
- protobutton.MouseButton1Down:connect(function()
- proto.Visible = true
- end)
- synapse.Name = "synapse"
- synapse.Parent = WindowsSim
- synapse.Active = true
- synapse.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- synapse.Draggable = true
- synapse.Position = UDim2.new(0.027590435, 0, 0.150704235, 0)
- synapse.Size = UDim2.new(0, 646, 0, 273)
- synapse.Visible = false
- holder.Name = "holder"
- holder.Parent = synapse
- holder.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- holder.BorderSizePixel = 0
- holder.Size = UDim2.new(0, 646, 0, 45)
- synlogo.Name = "synlogo"
- synlogo.Parent = synapse
- synlogo.BackgroundColor3 = Color3.new(1, 1, 1)
- synlogo.BackgroundTransparency = 1
- synlogo.BorderSizePixel = 0
- synlogo.Position = UDim2.new(0.00928792544, 0, 0.0476190485, 0)
- synlogo.Size = UDim2.new(0, 98, 0, 22)
- synlogo.Image = "rbxassetid://1423149859"
- xsyn.Name = "xsyn"
- xsyn.Parent = synapse
- xsyn.BackgroundColor3 = Color3.new(1, 1, 1)
- xsyn.BackgroundTransparency = 1
- xsyn.Position = UDim2.new(0.96594429, 0, 0, 0)
- xsyn.Size = UDim2.new(0, 22, 0, 22)
- xsyn.Font = Enum.Font.SourceSansLight
- xsyn.Text = "X"
- xsyn.TextColor3 = Color3.new(1, 1, 1)
- xsyn.TextScaled = true
- xsyn.TextSize = 14
- xsyn.TextWrapped = true
- xsyn.MouseButton1Down:connect(function()
- synapse.Visible = false
- end)
- minsyn.Name = "minsyn"
- minsyn.Parent = synapse
- minsyn.BackgroundColor3 = Color3.new(1, 1, 1)
- minsyn.BackgroundTransparency = 1
- minsyn.Position = UDim2.new(0.93188858, 0, 0, 0)
- minsyn.Size = UDim2.new(0, 22, 0, 22)
- minsyn.Font = Enum.Font.SourceSansLight
- minsyn.Text = "_"
- minsyn.TextColor3 = Color3.new(1, 1, 1)
- minsyn.TextScaled = true
- minsyn.TextSize = 14
- minsyn.TextWrapped = true
- minsyn.MouseButton1Down:connect(function()
- synapse.Visible = false
- synapsescripthub.Visible = false
- end)
- synexecutebutton.Name = "synexecutebutton"
- synexecutebutton.Parent = synapse
- synexecutebutton.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- synexecutebutton.BorderColor3 = Color3.new(1, 1, 1)
- synexecutebutton.BorderSizePixel = 0
- synexecutebutton.Position = UDim2.new(0.0185758509, 0, 0.847985327, 0)
- synexecutebutton.Size = UDim2.new(0, 94, 0, 33)
- synexecutebutton.Font = Enum.Font.SourceSansLight
- synexecutebutton.Text = "Execute"
- synexecutebutton.TextColor3 = Color3.new(1, 1, 1)
- synexecutebutton.TextSize = 22
- synexecutebutton.MouseButton1Down:connect(function()
- loadstring(syninput.Text)()
- end)
- synclearbutton.Name = "synclearbutton"
- synclearbutton.Parent = synapse
- synclearbutton.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- synclearbutton.BorderColor3 = Color3.new(1, 1, 1)
- synclearbutton.BorderSizePixel = 0
- synclearbutton.Position = UDim2.new(0.18111454, 0, 0.849816799, 0)
- synclearbutton.Size = UDim2.new(0, 94, 0, 33)
- synclearbutton.Font = Enum.Font.SourceSansLight
- synclearbutton.Text = "Clear"
- synclearbutton.TextColor3 = Color3.new(1, 1, 1)
- synclearbutton.TextSize = 22
- synclearbutton.MouseButton1Down:connect(function()
- syninput.Text = ""
- end)
- synopenbutton.Name = "synopenbutton"
- synopenbutton.Parent = synapse
- synopenbutton.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- synopenbutton.BorderColor3 = Color3.new(1, 1, 1)
- synopenbutton.BorderSizePixel = 0
- synopenbutton.Position = UDim2.new(0.345201224, 0, 0.849816799, 0)
- synopenbutton.Size = UDim2.new(0, 94, 0, 33)
- synopenbutton.Font = Enum.Font.SourceSansLight
- synopenbutton.Text = "Open File"
- synopenbutton.TextColor3 = Color3.new(1, 1, 1)
- synopenbutton.TextSize = 22
- synopenbutton.MouseButton1Down:connect(function()
- game:OpenScreenshotsFolder()
- end)
- synattachbutton.Name = "synattachbutton"
- synattachbutton.Parent = synapse
- synattachbutton.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- synattachbutton.BorderColor3 = Color3.new(1, 1, 1)
- synattachbutton.BorderSizePixel = 0
- synattachbutton.Position = UDim2.new(0.509287894, 0, 0.849816799, 0)
- synattachbutton.Size = UDim2.new(0, 94, 0, 33)
- synattachbutton.Font = Enum.Font.SourceSansLight
- synattachbutton.Text = "Attach"
- synattachbutton.TextColor3 = Color3.new(1, 1, 1)
- synattachbutton.TextSize = 22
- synattachbutton.MouseButton1Down:connect(function()
- infosyn.Visible = true
- infosyn.Text = "Authenticating"
- wait(1)
- infosyn.Text = "Authenticating."
- wait(1)
- infosyn.Text = "Authenticating.."
- wait(1)
- infosyn.Text = "Authenticating..."
- wait(1)
- infosyn.Text = "Attached!"
- wait(2)
- infosyn.Visible = false
- end)
- synscripthub.Name = "synscripthub"
- synscripthub.Parent = synapse
- synscripthub.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- synscripthub.BorderColor3 = Color3.new(1, 1, 1)
- synscripthub.BorderSizePixel = 0
- synscripthub.Position = UDim2.new(0.668730617, 0, 0.847985268, 0)
- synscripthub.Size = UDim2.new(0, 94, 0, 33)
- synscripthub.Font = Enum.Font.SourceSansLight
- synscripthub.Text = "Script Hub"
- synscripthub.TextColor3 = Color3.new(1, 1, 1)
- synscripthub.TextSize = 22
- synscripthub.MouseButton1Down:connect(function()
- synapsescripthub.Visible = true
- end)
- holder_2.Name = "holder"
- holder_2.Parent = synapse
- holder_2.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- holder_2.Position = UDim2.new(0.832817316, 0, 0.186813191, 0)
- holder_2.Size = UDim2.new(0, 100, 0, 214)
- synscroll.Name = "synscroll"
- synscroll.Parent = synapse
- synscroll.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- synscroll.Position = UDim2.new(0.0185758509, 0, 0.186813191, 0)
- synscroll.Size = UDim2.new(0, 511, 0, 171)
- synscroll.CanvasSize = UDim2.new(0, 0, 2000000, 0)
- synscroll.ScrollBarThickness = 7
- syninput.Name = "syninput"
- syninput.Parent = synscroll
- syninput.BackgroundColor3 = Color3.new(1, 1, 1)
- syninput.BackgroundTransparency = 1
- syninput.Size = UDim2.new(0, 501, 0, 20000000)
- syninput.Font = Enum.Font.SourceSans
- syninput.Text = "Scripts Go Here"
- syninput.TextColor3 = Color3.new(1, 1, 1)
- syninput.TextSize = 14
- syninput.TextXAlignment = Enum.TextXAlignment.Left
- syninput.TextYAlignment = Enum.TextYAlignment.Top
- versionsyn.Name = "versionsyn"
- versionsyn.Parent = synapse
- versionsyn.BackgroundColor3 = Color3.new(1, 1, 1)
- versionsyn.BackgroundTransparency = 1
- versionsyn.Position = UDim2.new(0.181661889, 0, 0.0269889273, 0)
- versionsyn.Size = UDim2.new(0, 70, 0, 31)
- versionsyn.Font = Enum.Font.SourceSansLight
- versionsyn.Text = "v0.0.1a"
- versionsyn.TextColor3 = Color3.new(1, 1, 1)
- versionsyn.TextScaled = true
- versionsyn.TextSize = 14
- versionsyn.TextWrapped = true
- infosyn.Name = "infosyn"
- infosyn.Parent = synapse
- infosyn.BackgroundColor3 = Color3.new(1, 1, 1)
- infosyn.BackgroundTransparency = 1
- infosyn.Position = UDim2.new(0.317884803, 0, 0.0269889273, 0)
- infosyn.Size = UDim2.new(0, 70, 0, 31)
- infosyn.Visible = false
- infosyn.Font = Enum.Font.SourceSansLight
- infosyn.Text = ""
- infosyn.TextColor3 = Color3.new(1, 1, 1)
- infosyn.TextScaled = true
- infosyn.TextSize = 14
- infosyn.TextWrapped = true
- synapsescripthub.Name = "synapsescripthub"
- synapsescripthub.Parent = WindowsSim
- synapsescripthub.Active = true
- synapsescripthub.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- synapsescripthub.Draggable = true
- synapsescripthub.Position = UDim2.new(0.42795831, 0, 0.15070422, 0)
- synapsescripthub.Size = UDim2.new(0, 461, 0, 356)
- synapsescripthub.Visible = false
- holder_3.Name = "holder"
- holder_3.Parent = synapsescripthub
- holder_3.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
- holder_3.BorderSizePixel = 0
- holder_3.Size = UDim2.new(0, 461, 0, 45)
- synlogo_2.Name = "synlogo"
- synlogo_2.Parent = synapsescripthub
- synlogo_2.BackgroundColor3 = Color3.new(1, 1, 1)
- synlogo_2.BackgroundTransparency = 1
- synlogo_2.BorderSizePixel = 0
- synlogo_2.Position = UDim2.new(0.0157955177, 0, 0.0363830924, 0)
- synlogo_2.Size = UDim2.new(0, 98, 0, 22)
- synlogo_2.Image = "rbxassetid://1423149859"
- minsyn_2.Name = "minsyn"
- minsyn_2.Parent = synapsescripthub
- minsyn_2.BackgroundColor3 = Color3.new(1, 1, 1)
- minsyn_2.BackgroundTransparency = 1
- minsyn_2.Position = UDim2.new(0.932754874, 0, 0, 0)
- minsyn_2.Size = UDim2.new(0, 31, 0, 22)
- minsyn_2.Font = Enum.Font.SourceSansLight
- minsyn_2.Text = "_"
- minsyn_2.TextColor3 = Color3.new(1, 1, 1)
- minsyn_2.TextScaled = true
- minsyn_2.TextSize = 14
- minsyn_2.TextWrapped = true
- minsyn_2.MouseButton1Down:connect(function()
- synapsescripthub.Visible = false
- end)
- holder_4.Name = "holder"
- holder_4.Parent = synapsescripthub
- holder_4.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- holder_4.Position = UDim2.new(0.015184382, 0, 0.143258423, 0)
- holder_4.Size = UDim2.new(0, 168, 0, 284)
- wip.Name = "wip"
- wip.Parent = synapsescripthub
- wip.BackgroundColor3 = Color3.new(1, 1, 1)
- wip.BackgroundTransparency = 1
- wip.Position = UDim2.new(0.453362256, 0, 0.143258423, 0)
- wip.Size = UDim2.new(0, 200, 0, 284)
- wip.Font = Enum.Font.SourceSansLight
- wip.Text = "Script Hub Is A Work In Progress, Will Be Done In The Next Update!"
- wip.TextColor3 = Color3.new(1, 1, 1)
- wip.TextScaled = true
- wip.TextSize = 14
- wip.TextWrapped = true
- versionscripthub.Name = "versionscripthub"
- versionscripthub.Parent = synapsescripthub
- versionscripthub.BackgroundColor3 = Color3.new(1, 1, 1)
- versionscripthub.BackgroundTransparency = 1
- versionscripthub.Position = UDim2.new(0.255965292, 0, 0.0196629204, 0)
- versionscripthub.Size = UDim2.new(0, 70, 0, 31)
- versionscripthub.Font = Enum.Font.SourceSansLight
- versionscripthub.Text = "v0.0.1a"
- versionscripthub.TextColor3 = Color3.new(1, 1, 1)
- versionscripthub.TextScaled = true
- versionscripthub.TextSize = 14
- versionscripthub.TextWrapped = true
- proto.Name = "proto"
- proto.Parent = WindowsSim
- proto.Active = true
- proto.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- proto.Draggable = true
- proto.Position = UDim2.new(0.627222538, 0, 0.0492957756, 0)
- proto.Size = UDim2.new(0, 478, 0, 480)
- proto.Visible = false
- holder_5.Name = "holder"
- holder_5.Parent = proto
- holder_5.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- holder_5.BorderSizePixel = 0
- holder_5.Position = UDim2.new(-0.000425815582, 0, -0.00460947677, 0)
- holder_5.Size = UDim2.new(0, 478, 0, 27)
- protologo.Name = "protologo"
- protologo.Parent = proto
- protologo.BackgroundColor3 = Color3.new(1, 1, 1)
- protologo.BackgroundTransparency = 1
- protologo.Position = UDim2.new(0.0125523014, 0, 0.0075757578, 0)
- protologo.Size = UDim2.new(0, 27, 0, 27)
- protologo.Image = "rbxassetid://1423143051"
- prototext.Name = "prototext"
- prototext.Parent = proto
- prototext.BackgroundColor3 = Color3.new(1, 1, 1)
- prototext.BackgroundTransparency = 1
- prototext.Position = UDim2.new(0.0920502022, 0, 0.0111742429, 0)
- prototext.Size = UDim2.new(0, 138, 0, 20)
- prototext.Font = Enum.Font.SourceSansLight
- prototext.Text = "ProtoSmasher Rewrite"
- prototext.TextColor3 = Color3.new(1, 1, 1)
- prototext.TextScaled = true
- prototext.TextSize = 14
- prototext.TextWrapped = true
- xproto.Name = "xproto"
- xproto.Parent = proto
- xproto.BackgroundColor3 = Color3.new(1, 1, 1)
- xproto.BackgroundTransparency = 1
- xproto.Position = UDim2.new(0.953391969, 0, 0, 0)
- xproto.Size = UDim2.new(0, 22, 0, 22)
- xproto.Font = Enum.Font.SourceSansLight
- xproto.Text = "X"
- xproto.TextColor3 = Color3.new(1, 1, 1)
- xproto.TextScaled = true
- xproto.TextSize = 14
- xproto.TextWrapped = true
- xproto.MouseButton1Down:connect(function()
- proto.Visible = false
- end)
- minproto.Name = "minproto"
- minproto.Parent = proto
- minproto.BackgroundColor3 = Color3.new(1, 1, 1)
- minproto.BackgroundTransparency = 1
- minproto.Position = UDim2.new(0.919336259, 0, 0, 0)
- minproto.Size = UDim2.new(0, 22, 0, 22)
- minproto.Font = Enum.Font.SourceSansLight
- minproto.Text = "_"
- minproto.TextColor3 = Color3.new(1, 1, 1)
- minproto.TextScaled = true
- minproto.TextSize = 14
- minproto.TextWrapped = true
- minproto.MouseButton1Down:connect(function()
- proto.Visible = false
- end)
- protoscroll.Name = "protoscroll"
- protoscroll.Parent = proto
- protoscroll.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- protoscroll.Position = UDim2.new(0.0334728025, 0, 0.0958333313, 0)
- protoscroll.Size = UDim2.new(0, 445, 0, 257)
- protoscroll.CanvasSize = UDim2.new(0, 0, 20000000, 0)
- protoscroll.ScrollBarThickness = 7
- protoinput.Name = "protoinput"
- protoinput.Parent = protoscroll
- protoinput.BackgroundColor3 = Color3.new(1, 1, 1)
- protoinput.BackgroundTransparency = 1
- protoinput.Size = UDim2.new(0, 433, 0, 257)
- protoinput.Font = Enum.Font.SourceSans
- protoinput.Text = "Scripts Go Here"
- protoinput.TextColor3 = Color3.new(1, 1, 1)
- protoinput.TextSize = 14
- protoinput.TextXAlignment = Enum.TextXAlignment.Left
- protoinput.TextYAlignment = Enum.TextYAlignment.Top
- protoexecute.Name = "protoexecute"
- protoexecute.Parent = proto
- protoexecute.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- protoexecute.BorderColor3 = Color3.new(1, 1, 1)
- protoexecute.BorderSizePixel = 0
- protoexecute.Position = UDim2.new(0.0627615079, 0, 0.649999976, 0)
- protoexecute.Size = UDim2.new(0, 97, 0, 33)
- protoexecute.Font = Enum.Font.SourceSansLight
- protoexecute.Text = "Execute"
- protoexecute.TextColor3 = Color3.new(1, 1, 1)
- protoexecute.TextSize = 22
- protoexecute.MouseButton1Down:connect(function()
- loadstring(protoinput.Text)()
- end)
- protoopen.Name = "protoopen"
- protoopen.Parent = proto
- protoopen.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- protoopen.BorderColor3 = Color3.new(1, 1, 1)
- protoopen.BorderSizePixel = 0
- protoopen.Position = UDim2.new(0.280334741, 0, 0.649999976, 0)
- protoopen.Size = UDim2.new(0, 97, 0, 33)
- protoopen.Font = Enum.Font.SourceSansLight
- protoopen.Text = "Open File"
- protoopen.TextColor3 = Color3.new(1, 1, 1)
- protoopen.TextSize = 22
- protoopen.MouseButton1Down:connect(function()
- game:OpenScreenshotsFolder()
- end)
- protoclear.Name = "protoclear"
- protoclear.Parent = proto
- protoclear.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- protoclear.BorderColor3 = Color3.new(1, 1, 1)
- protoclear.BorderSizePixel = 0
- protoclear.Position = UDim2.new(0.497907937, 0, 0.649999976, 0)
- protoclear.Size = UDim2.new(0, 97, 0, 33)
- protoclear.Font = Enum.Font.SourceSansLight
- protoclear.Text = "Clear"
- protoclear.TextColor3 = Color3.new(1, 1, 1)
- protoclear.TextSize = 22
- protoclear.MouseButton1Down:connect(function()
- protoinput.Text = ""
- end)
- protoinject.Name = "protoinject"
- protoinject.Parent = proto
- protoinject.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- protoinject.BorderColor3 = Color3.new(1, 1, 1)
- protoinject.BorderSizePixel = 0
- protoinject.Position = UDim2.new(0.715481162, 0, 0.649999976, 0)
- protoinject.Size = UDim2.new(0, 97, 0, 33)
- protoinject.Font = Enum.Font.SourceSansLight
- protoinject.Text = "Inject"
- protoinject.TextColor3 = Color3.new(1, 1, 1)
- protoinject.TextSize = 22
- protoinject.MouseButton1Down:connect(function()
- info.Text = "Scanning..."
- wait(1)
- info.Text = "Authenticating..."
- wait(1)
- info.Text = "Loading ProtoSmasher..."
- end)
- holder_6.Name = "holder"
- holder_6.Parent = proto
- holder_6.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- holder_6.BorderSizePixel = 0
- holder_6.Position = UDim2.new(0.0334728025, 0, 0.739583313, 0)
- holder_6.Size = UDim2.new(0, 445, 0, 111)
- protoversion.Name = "protoversion"
- protoversion.Parent = proto
- protoversion.BackgroundColor3 = Color3.new(1, 1, 1)
- protoversion.BackgroundTransparency = 1
- protoversion.Position = UDim2.new(0.0334728025, 0, 0.739583313, 0)
- protoversion.Size = UDim2.new(0, 200, 0, 17)
- protoversion.Font = Enum.Font.SourceSansLight
- protoversion.Text = "ProtoSmasher v0.0.1a"
- protoversion.TextColor3 = Color3.new(1, 1, 1)
- protoversion.TextSize = 14
- protoversion.TextXAlignment = Enum.TextXAlignment.Left
- protoversion.TextYAlignment = Enum.TextYAlignment.Top
- info.Name = "info"
- info.Parent = proto
- info.BackgroundColor3 = Color3.new(1, 1, 1)
- info.BackgroundTransparency = 1
- info.Position = UDim2.new(0.0334728025, 0, 0.774999976, 0)
- info.Size = UDim2.new(0, 200, 0, 94)
- info.Font = Enum.Font.SourceSansLight
- info.Text = "Press Inject To Start!"
- info.TextColor3 = Color3.new(1, 1, 1)
- info.TextSize = 14
- info.TextXAlignment = Enum.TextXAlignment.Left
- info.TextYAlignment = Enum.TextYAlignment.Top
Add Comment
Please, Sign In to add comment