Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- new synapse version V2
- made by jynz_l :)
- Fixed mostly removed login
- --]]
- -- Instances:
- local TrueSynap = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Icon = Instance.new("ImageLabel")
- local MainText = Instance.new("TextLabel")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local SaveFile = Instance.new("TextButton")
- local Attach = Instance.new("TextButton")
- local ScriptHub = Instance.new("TextButton")
- local FastColoredTextBox = Instance.new("TextBox")
- local ScriptLine = Instance.new("Frame")
- local HelloTxt = Instance.new("TextButton")
- local LoadStringTxt = Instance.new("TextButton")
- local MyFiles = Instance.new("Frame")
- local LoadStringgMaker2 = Instance.new("TextButton")
- local CloseBUTTON2 = Instance.new("TextButton")
- local CloseBUTTON = Instance.new("TextButton")
- local Login = Instance.new("Frame")
- local LoginIcon = Instance.new("ImageLabel")
- local LoginText = Instance.new("TextLabel")
- local Username = Instance.new("TextBox")
- local Key = Instance.new("TextBox")
- --Properties:
- TrueSynap.Name = "TrueSynap"
- TrueSynap.Parent = game.CoreGui
- TrueSynap.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = TrueSynap
- MainFrame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- MainFrame.Position = UDim2.new(0.102314256, 0, 0.139442235, 0)
- MainFrame.Size = UDim2.new(0, 652, 0, 332)
- MainFrame.Active = true
- MainFrame.Draggable = true
- Icon.Name = "Icon"
- Icon.Parent = MainFrame
- Icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Icon.BackgroundTransparency = 1.000
- Icon.Size = UDim2.new(0, 53, 0, 50)
- Icon.Image = "rbxassetid://3123961467"
- MainText.Name = "MainText"
- MainText.Parent = MainFrame
- MainText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MainText.BackgroundTransparency = 1.000
- MainText.Position = UDim2.new(0.0644171759, 0, 0, 0)
- MainText.Size = UDim2.new(0, 549, 0, 26)
- MainText.Font = Enum.Font.SourceSans
- MainText.Text = "Syanpse - V2.0.0"
- MainText.TextColor3 = Color3.fromRGB(255, 255, 255)
- MainText.TextScaled = true
- MainText.TextSize = 14.000
- MainText.TextStrokeColor3 = Color3.fromRGB(72, 11, 255)
- MainText.TextStrokeTransparency = -2.900
- MainText.TextWrapped = true
- Execute.Name = "Execute"
- Execute.Parent = MainFrame
- Execute.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Execute.Position = UDim2.new(0.0184049085, 0, 0.8493976, 0)
- Execute.Size = UDim2.new(0, 98, 0, 26)
- Execute.Font = Enum.Font.SourceSans
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
- Execute.TextScaled = true
- Execute.TextSize = 14.000
- Execute.TextWrapped = true
- Execute.MouseButton1Down:connect(function()
- loadstring(Execute.Text)
- end)
- Clear.Name = "Clear"
- Clear.Parent = MainFrame
- Clear.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Clear.Position = UDim2.new(0.191717803, 0, 0.8493976, 0)
- Clear.Size = UDim2.new(0, 98, 0, 26)
- Clear.Font = Enum.Font.SourceSans
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
- Clear.TextScaled = true
- Clear.TextSize = 14.000
- Clear.TextWrapped = true
- Clear.MouseButton1Down:connect(function()
- FastColoredTextBox.Text = ""
- end)
- Open.Name = "Open"
- Open.Parent = MainFrame
- Open.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Open.Position = UDim2.new(0.361963183, 0, 0.8493976, 0)
- Open.Size = UDim2.new(0, 98, 0, 26)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "OpenFile"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- MyFiles.Visible = true
- end)
- SaveFile.Name = "SaveFile"
- SaveFile.Parent = MainFrame
- SaveFile.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- SaveFile.Position = UDim2.new(0.536809802, 0, 0.8493976, 0)
- SaveFile.Size = UDim2.new(0, 98, 0, 26)
- SaveFile.Font = Enum.Font.SourceSans
- SaveFile.Text = "SaveFile"
- SaveFile.TextColor3 = Color3.fromRGB(0, 0, 0)
- SaveFile.TextScaled = true
- SaveFile.TextSize = 14.000
- SaveFile.TextWrapped = true
- Attach.Name = "Attach"
- Attach.Parent = MainFrame
- Attach.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Attach.Position = UDim2.new(0.756134987, 0, 0.8493976, 0)
- Attach.Size = UDim2.new(0, 74, 0, 26)
- Attach.Font = Enum.Font.SourceSans
- Attach.Text = "Attach"
- Attach.TextColor3 = Color3.fromRGB(0, 0, 0)
- Attach.TextScaled = true
- Attach.TextSize = 14.000
- Attach.TextWrapped = true
- Attach.MouseButton1Down:connect(function()
- MainText.Text = "Syanpse - V2.0.0 (Injecting...)"
- wait(3)
- MainText.Text = "Syanpse - V2.0.0 (Injected)"
- wait(2)
- MainText.Text = "Syanpse - V2.0.0 (Ready)"
- end)
- ScriptHub.Name = "ScriptHub"
- ScriptHub.Parent = MainFrame
- ScriptHub.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- ScriptHub.Position = UDim2.new(0.8865031, 0, 0.8493976, 0)
- ScriptHub.Size = UDim2.new(0, 74, 0, 26)
- ScriptHub.Font = Enum.Font.SourceSans
- ScriptHub.Text = "ScriptHub"
- ScriptHub.TextColor3 = Color3.fromRGB(0, 0, 0)
- ScriptHub.TextScaled = true
- ScriptHub.TextSize = 14.000
- ScriptHub.TextWrapped = true
- ScriptHub.MouseButton1Down:connect(function()
- ScriptHub.Text = "Lol none of scripthub made"
- wait(2)
- ScriptHub.Text = "ScriptHub"
- end)
- FastColoredTextBox.Name = "FastColoredTextBox"
- FastColoredTextBox.Parent = MainFrame
- FastColoredTextBox.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
- FastColoredTextBox.Position = UDim2.new(0.0184049085, 0, 0.150602415, 0)
- FastColoredTextBox.Size = UDim2.new(0, 555, 0, 232)
- FastColoredTextBox.Font = Enum.Font.SourceSans
- FastColoredTextBox.PlaceholderText = "-- Welcome to SYNAPSE X"
- FastColoredTextBox.Text = ""
- FastColoredTextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- FastColoredTextBox.TextSize = 14.000
- ScriptLine.Name = "ScriptLine"
- ScriptLine.Parent = MainFrame
- ScriptLine.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
- ScriptLine.Position = UDim2.new(0.866564393, 0, 0.150602415, 0)
- ScriptLine.Size = UDim2.new(0, 87, 0, 232)
- HelloTxt.Name = "HelloTxt"
- HelloTxt.Parent = ScriptLine
- HelloTxt.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
- HelloTxt.Position = UDim2.new(0.0229885057, 0, 0.0301724132, 0)
- HelloTxt.Size = UDim2.new(0, 85, 0, 13)
- HelloTxt.Font = Enum.Font.SourceSans
- HelloTxt.Text = "Hello.txt"
- HelloTxt.TextColor3 = Color3.fromRGB(0, 0, 0)
- HelloTxt.TextScaled = true
- HelloTxt.TextSize = 14.000
- HelloTxt.TextWrapped = true
- HelloTxt.MouseButton1Down:connect(function()
- FastColoredTextBox.Text = "Welcome to Synapse this is script foler"
- end)
- LoadStringTxt.Name = "LoadStringTxt"
- LoadStringTxt.Parent = ScriptLine
- LoadStringTxt.BackgroundColor3 = Color3.fromRGB(143, 143, 143)
- LoadStringTxt.Position = UDim2.new(0.0229885057, 0, 0.112068966, 0)
- LoadStringTxt.Size = UDim2.new(0, 85, 0, 13)
- LoadStringTxt.Font = Enum.Font.SourceSans
- LoadStringTxt.Text = "LoadStringMaker.txt"
- LoadStringTxt.TextColor3 = Color3.fromRGB(0, 0, 0)
- LoadStringTxt.TextScaled = true
- LoadStringTxt.TextSize = 14.000
- LoadStringTxt.TextWrapped = true
- LoadStringTxt.MouseButton1Down:connect(function()
- FastColoredTextBox.Text = ")"
- end)
- MyFiles.Name = "MyFiles"
- MyFiles.Parent = MainFrame
- MyFiles.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- MyFiles.Position = UDim2.new(-0.128834352, 0, -0.210843369, 0)
- MyFiles.Size = UDim2.new(0, 399, 0, 263)
- MyFiles.Visible = false
- LoadStringgMaker2.Name = "LoadStringgMaker2"
- LoadStringgMaker2.Parent = MyFiles
- LoadStringgMaker2.BackgroundColor3 = Color3.fromRGB(99, 99, 99)
- LoadStringgMaker2.Position = UDim2.new(0.190476194, 0, 0.266159683, 0)
- LoadStringgMaker2.Size = UDim2.new(0, 200, 0, 50)
- LoadStringgMaker2.Font = Enum.Font.SourceSans
- LoadStringgMaker2.Text = "LoadStringMaker.Txt"
- LoadStringgMaker2.TextColor3 = Color3.fromRGB(0, 0, 0)
- LoadStringgMaker2.TextSize = 14.000
- LoadStringgMaker2.MouseButton1Down:connect(function()
- FastColoredTextBox.Text = ""
- end)
- CloseBUTTON2.Name = "CloseBUTTON2"
- CloseBUTTON2.Parent = MyFiles
- CloseBUTTON2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseBUTTON2.BackgroundTransparency = 1.000
- CloseBUTTON2.Position = UDim2.new(0.914786994, 0, 0, 0)
- CloseBUTTON2.Size = UDim2.new(0, 34, 0, 21)
- CloseBUTTON2.Font = Enum.Font.SourceSans
- CloseBUTTON2.Text = "X"
- CloseBUTTON2.TextColor3 = Color3.fromRGB(255, 0, 0)
- CloseBUTTON2.TextScaled = true
- CloseBUTTON2.TextSize = 14.000
- CloseBUTTON2.TextWrapped = true
- CloseBUTTON2.MouseButton1Down:connect(function()
- MyFiles.Visible = false
- end)
- CloseBUTTON.Name = "CloseBUTTON"
- CloseBUTTON.Parent = MainFrame
- CloseBUTTON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseBUTTON.BackgroundTransparency = 1.000
- CloseBUTTON.Position = UDim2.new(0.946995556, 0, 0, 0)
- CloseBUTTON.Size = UDim2.new(0, 34, 0, 21)
- CloseBUTTON.Font = Enum.Font.SourceSans
- CloseBUTTON.Text = "X"
- CloseBUTTON.TextColor3 = Color3.fromRGB(255, 0, 0)
- CloseBUTTON.TextScaled = true
- CloseBUTTON.TextSize = 14.000
- CloseBUTTON.TextWrapped = true
- CloseBUTTON.MouseButton1Down:connect(function()
- MainFrame.Visible = false
- end)
- Login.Name = "Login"
- Login.Parent = MainFrame
- Login.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- Login.Size = UDim2.new(0, 652, 0, 332)
- LoginIcon.Name = "LoginIcon"
- LoginIcon.Parent = Login
- LoginIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- LoginIcon.BackgroundTransparency = 1.000
- LoginIcon.Size = UDim2.new(0, 53, 0, 50)
- LoginIcon.Image = "rbxassetid://3123961467"
- LoginText.Name = "LoginText"
- LoginText.Parent = Login
- LoginText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- LoginText.BackgroundTransparency = 1.000
- LoginText.Position = UDim2.new(0.0812883452, 0, 0, 0)
- LoginText.Size = UDim2.new(0, 538, 0, 39)
- LoginText.Font = Enum.Font.SourceSans
- LoginText.Text = "Login, Thanks for joining Synapse!"
- LoginText.TextColor3 = Color3.fromRGB(255, 255, 255)
- LoginText.TextScaled = true
- LoginText.TextSize = 14.000
- LoginText.TextWrapped = true
- Username.Name = "Username"
- Username.Parent = Login
- Username.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- Username.Position = UDim2.new(0.151840493, 0, 0.373493969, 0)
- Username.Size = UDim2.new(0, 446, 0, 39)
- Username.Font = Enum.Font.SourceSans
- Username.PlaceholderText = "Username"
- Username.Text = ""
- Username.TextColor3 = Color3.fromRGB(0, 0, 0)
- Username.TextSize = 14.000
- Key.Name = "Key"
- Key.Parent = Login
- Key.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- Key.Position = UDim2.new(0.151840493, 0, 0.560240984, 0)
- Key.Size = UDim2.new(0, 446, 0, 39)
- Key.Font = Enum.Font.SourceSans
- Key.PlaceholderText = "Key"
- Key.Text = ""
- Key.TextColor3 = Color3.fromRGB(0, 0, 0)
- Key.TextSize = 14.000
- -- scripts
- MainFrame.Visible = false
- Login.Visible = false
- wait(2)
- MainFrame.Visible = true
- -- nofiy
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Hello",
- Text = "Key will process now..",
- Duration = 5,
- })
- wait(2)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Mostly Login broken",
- Text = "No more login",
- Duration = 5,
- })
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "lol",
- Text = "Enjoy",
- Duration = 5,
- })
Advertisement
RAW Paste Data
Copied
Advertisement