Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- -----------------------------------------|
- | ©opyrights Belong To HELPME_000000 |
- | Group: Help's Studios |
- | Version: 1.3.4 |
- -----------------------------------------|
- --]]
- -- Instances:
- local SynapseX = Instance.new("ScreenGui")
- local BackgroundFrame = Instance.new("Frame")
- local Bar = Instance.new("Frame")
- local Background = Instance.new("ImageLabel")
- local Code = Instance.new("TextBox")
- local Title = Instance.new("TextLabel")
- local ListScripts = Instance.new("Frame")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local OpenFILE = Instance.new("TextButton")
- local ExecuteFILE = Instance.new("TextButton")
- local Save = Instance.new("TextButton")
- local ScriptHub = Instance.new("TextButton")
- local Inject = Instance.new("TextButton")
- local LocalScript = Instance.new("TextButton")
- local Logo = Instance.new("ImageLabel")
- local BarShadow = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- --Properties:
- SynapseX.Name = "SynapseX"
- SynapseX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") -- Gives to your screen not the others
- SynapseX.ResetOnSpawn = false -- When the player kills you then your gui wont hide
- BackgroundFrame.Name = "BackgroundFrame"
- BackgroundFrame.Parent = SynapseX
- BackgroundFrame.Active = true
- BackgroundFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- BackgroundFrame.BorderSizePixel = 0
- BackgroundFrame.Position = UDim2.new(0.0543109924, 0, 0.103222892, 0)
- BackgroundFrame.Size = UDim2.new(0, 689, 0, 320)
- BackgroundFrame.Active = true
- BackgroundFrame.Draggable = true
- Bar.Name = "Bar"
- Bar.Parent = BackgroundFrame
- Bar.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
- Bar.BorderSizePixel = 0
- Bar.Position = UDim2.new(-0, 0, -0.00296382909, 0)
- Bar.Size = UDim2.new(0, 689, 0, 23)
- Background.Name = "Background"
- Background.Parent = BackgroundFrame
- Background.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
- Background.BorderSizePixel = 0
- Background.Position = UDim2.new(0.0095389355, 0, 0.015625, 27)
- Background.Size = UDim2.new(0, 552, 0, 253)
- Code.Name = "Code"
- Code.Parent = Background
- Code.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Code.BackgroundTransparency = 1.000
- Code.Size = UDim2.new(0, 552, 0, 258)
- Code.Font = Enum.Font.SourceSans
- Code.Text = ""
- Code.TextColor3 = Color3.fromRGB(0, 0, 0)
- Code.TextSize = 14.000
- Code.TextXAlignment = Enum.TextXAlignment.Left
- Code.TextYAlignment = Enum.TextYAlignment.Top
- Title.Name = "Title"
- Title.Parent = BackgroundFrame
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.318451881, 0, 0, 0)
- Title.Size = UDim2.new(0, 200, 0, 22)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Synapse X v1.3.3"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextSize = 16.000
- ListScripts.Name = "ListScripts"
- ListScripts.Parent = BackgroundFrame
- ListScripts.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
- ListScripts.BorderSizePixel = 0
- ListScripts.Position = UDim2.new(0.820970535, 0, 0.100000001, 0)
- ListScripts.Size = UDim2.new(0, 114, 0, 253)
- Execute.Name = "Execute"
- Execute.Parent = BackgroundFrame
- Execute.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0.0095389355, 0, 0.899999976, 0)
- Execute.Size = UDim2.new(0, 92, 0, 26)
- Execute.Font = Enum.Font.Arial
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
- Execute.TextSize = 14.000
- Clear.Name = "Clear"
- Clear.Parent = BackgroundFrame
- Clear.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- Clear.BorderSizePixel = 0
- Clear.Position = UDim2.new(0.154146105, 0, 0.899999976, 0)
- Clear.Size = UDim2.new(0, 84, 0, 26)
- Clear.Font = Enum.Font.Arial
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
- Clear.TextSize = 14.000
- OpenFILE.Name = "OpenFILE"
- OpenFILE.Parent = BackgroundFrame
- OpenFILE.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- OpenFILE.BorderSizePixel = 0
- OpenFILE.Position = UDim2.new(0.287972897, 0, 0.899999976, 0)
- OpenFILE.Size = UDim2.new(0, 82, 0, 26)
- OpenFILE.Font = Enum.Font.Arial
- OpenFILE.Text = "Open File"
- OpenFILE.TextColor3 = Color3.fromRGB(255, 255, 255)
- OpenFILE.TextSize = 14.000
- ExecuteFILE.Name = "ExecuteFILE"
- ExecuteFILE.Parent = BackgroundFrame
- ExecuteFILE.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- ExecuteFILE.BorderSizePixel = 0
- ExecuteFILE.Position = UDim2.new(0.415025145, 0, 0.899999976, 0)
- ExecuteFILE.Size = UDim2.new(0, 84, 0, 26)
- ExecuteFILE.Font = Enum.Font.Arial
- ExecuteFILE.Text = "Execute File"
- ExecuteFILE.TextColor3 = Color3.fromRGB(255, 255, 255)
- ExecuteFILE.TextSize = 14.000
- Save.Name = "Save"
- Save.Parent = BackgroundFrame
- Save.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- Save.BorderSizePixel = 0
- Save.Position = UDim2.new(0.546431482, 0, 0.899999976, 0)
- Save.Size = UDim2.new(0, 90, 0, 26)
- Save.Font = Enum.Font.Arial
- Save.Text = "Save File"
- Save.TextColor3 = Color3.fromRGB(255, 255, 255)
- Save.TextSize = 14.000
- ScriptHub.Name = "ScriptHub"
- ScriptHub.Parent = BackgroundFrame
- ScriptHub.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- ScriptHub.BorderSizePixel = 0
- ScriptHub.Position = UDim2.new(0.871768773, 0, 0.899999976, 0)
- ScriptHub.Size = UDim2.new(0, 79, 0, 26)
- ScriptHub.Font = Enum.Font.Arial
- ScriptHub.Text = "Script Hub"
- ScriptHub.TextColor3 = Color3.fromRGB(255, 255, 255)
- ScriptHub.TextSize = 14.000
- Inject.Name = "Inject"
- Inject.Parent = BackgroundFrame
- Inject.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- Inject.BorderSizePixel = 0
- Inject.Position = UDim2.new(0.741144657, 0, 0.899999976, 0)
- Inject.Size = UDim2.new(0, 84, 0, 26)
- Inject.Font = Enum.Font.Arial
- Inject.Text = "Inject"
- Inject.TextColor3 = Color3.fromRGB(255, 255, 255)
- Inject.TextSize = 14.000
- LocalScript.Name = "LocalScript"
- LocalScript.Parent = BackgroundFrame
- LocalScript.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- LocalScript.BorderSizePixel = 0
- LocalScript.Position = UDim2.new(0.820328951, 0, 0.0999999493, 0)
- LocalScript.Size = UDim2.new(0, 114, 0, 26)
- LocalScript.Font = Enum.Font.Arial
- LocalScript.Text = "LocalScript"
- LocalScript.TextColor3 = Color3.fromRGB(255, 255, 255)
- LocalScript.TextSize = 14.000
- Logo.Name = "Logo"
- Logo.Parent = BackgroundFrame
- Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Logo.BackgroundTransparency = 1.000
- Logo.Size = UDim2.new(0, 30, 0, 22)
- Logo.Image = "rbxassetid://2530517466" -- The image
- BarShadow.Name = "BarShadow"
- BarShadow.Parent = BackgroundFrame
- BarShadow.BackgroundColor3 = Color3.fromRGB(0, 0, 13)
- BarShadow.BorderSizePixel = 0
- BarShadow.Position = UDim2.new(0, 0, 0.0689111724, 0)
- BarShadow.Size = UDim2.new(0, 689, 0, 3)
- Close.Name = "Close"
- Close.Parent = BackgroundFrame
- Close.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
- Close.Position = UDim2.new(0.96226418, 0, 0, 0)
- Close.Size = UDim2.new(0, 26, 0, 22)
- Close.Font = Enum.Font.Arial
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- --Script:
- Close.MouseButton1Down:connect(function()
- SynapseX.Enabled = false -- That will hide the gui
- end)
- Inject.MouseButton1Down:connect(function()
- Code.Text = ("Injecting...")
- wait(2)
- Code.Text = ("Injected") -- Adds the script to the ScriptHub
- print("Injected Script!")
- wait(1)
- Code.Text = ("")
- end)
- Clear.MouseButton1Down:connect(function()
- Code.Text = ("") -- That will clear the script
- print("Cleared Script!")
- end)
- Execute.MouseButton1Down:connect(function()
- loadstring(Code.Text) -- Adds the script
- print("Executed Script!")
- end)
Add Comment
Please, Sign In to add comment