VincentYee

SynapseX

Jan 31st, 2021 (edited)
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.64 KB | None | 0 0
  1. --[[
  2.  
  3. -----------------------------------------|
  4. |   ยฉopyrights Belong To HELPME_000000   |
  5. |   Group: Help's Studios                |
  6. |   Version: 1.3.4                       |
  7. -----------------------------------------|
  8.  
  9. --]]
  10. -- Instances:
  11.  
  12. local SynapseX = Instance.new("ScreenGui")
  13. local BackgroundFrame = Instance.new("Frame")
  14. local Bar = Instance.new("Frame")
  15. local Background = Instance.new("ImageLabel")
  16. local Code = Instance.new("TextBox")
  17. local Title = Instance.new("TextLabel")
  18. local ListScripts = Instance.new("Frame")
  19. local Execute = Instance.new("TextButton")
  20. local Clear = Instance.new("TextButton")
  21. local OpenFILE = Instance.new("TextButton")
  22. local ExecuteFILE = Instance.new("TextButton")
  23. local Save = Instance.new("TextButton")
  24. local ScriptHub = Instance.new("TextButton")
  25. local Inject = Instance.new("TextButton")
  26. local LocalScript = Instance.new("TextButton")
  27. local Logo = Instance.new("ImageLabel")
  28. local BarShadow = Instance.new("Frame")
  29. local Close = Instance.new("TextButton")
  30.  
  31. --Properties:
  32.  
  33. SynapseX.Name = "SynapseX"
  34. SynapseX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") -- Gives to your screen not the others
  35. SynapseX.ResetOnSpawn = false -- When the player kills you then your gui wont hide
  36.  
  37. BackgroundFrame.Name = "BackgroundFrame"
  38. BackgroundFrame.Parent = SynapseX
  39. BackgroundFrame.Active = true
  40. BackgroundFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  41. BackgroundFrame.BorderSizePixel = 0
  42. BackgroundFrame.Position = UDim2.new(0.0543109924, 0, 0.103222892, 0)
  43. BackgroundFrame.Size = UDim2.new(0, 689, 0, 320)
  44. BackgroundFrame.Active = true
  45. BackgroundFrame.Draggable = true
  46.  
  47. Bar.Name = "Bar"
  48. Bar.Parent = BackgroundFrame
  49. Bar.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  50. Bar.BorderSizePixel = 0
  51. Bar.Position = UDim2.new(-0, 0, -0.00296382909, 0)
  52. Bar.Size = UDim2.new(0, 689, 0, 23)
  53.  
  54. Background.Name = "Background"
  55. Background.Parent = BackgroundFrame
  56. Background.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
  57. Background.BorderSizePixel = 0
  58. Background.Position = UDim2.new(0.0095389355, 0, 0.015625, 27)
  59. Background.Size = UDim2.new(0, 552, 0, 253)
  60.  
  61. Code.Name = "Code"
  62. Code.Parent = Background
  63. Code.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. Code.BackgroundTransparency = 1.000
  65. Code.Size = UDim2.new(0, 552, 0, 258)
  66. Code.Font = Enum.Font.SourceSans
  67. Code.Text = ""
  68. Code.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. Code.TextSize = 14.000
  70. Code.TextXAlignment = Enum.TextXAlignment.Left
  71. Code.TextYAlignment = Enum.TextYAlignment.Top
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = BackgroundFrame
  75. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. Title.BackgroundTransparency = 1.000
  77. Title.Position = UDim2.new(0.318451881, 0, 0, 0)
  78. Title.Size = UDim2.new(0, 200, 0, 22)
  79. Title.Font = Enum.Font.SourceSans
  80. Title.Text = "Synapse X v1.3.3"
  81. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. Title.TextSize = 16.000
  83.  
  84. ListScripts.Name = "ListScripts"
  85. ListScripts.Parent = BackgroundFrame
  86. ListScripts.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
  87. ListScripts.BorderSizePixel = 0
  88. ListScripts.Position = UDim2.new(0.820970535, 0, 0.100000001, 0)
  89. ListScripts.Size = UDim2.new(0, 114, 0, 253)
  90.  
  91. Execute.Name = "Execute"
  92. Execute.Parent = BackgroundFrame
  93. Execute.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  94. Execute.BorderSizePixel = 0
  95. Execute.Position = UDim2.new(0.0095389355, 0, 0.899999976, 0)
  96. Execute.Size = UDim2.new(0, 92, 0, 26)
  97. Execute.Font = Enum.Font.Arial
  98. Execute.Text = "Execute"
  99. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. Execute.TextSize = 14.000
  101.  
  102. Clear.Name = "Clear"
  103. Clear.Parent = BackgroundFrame
  104. Clear.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  105. Clear.BorderSizePixel = 0
  106. Clear.Position = UDim2.new(0.154146105, 0, 0.899999976, 0)
  107. Clear.Size = UDim2.new(0, 84, 0, 26)
  108. Clear.Font = Enum.Font.Arial
  109. Clear.Text = "Clear"
  110. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. Clear.TextSize = 14.000
  112.  
  113. OpenFILE.Name = "OpenFILE"
  114. OpenFILE.Parent = BackgroundFrame
  115. OpenFILE.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  116. OpenFILE.BorderSizePixel = 0
  117. OpenFILE.Position = UDim2.new(0.287972897, 0, 0.899999976, 0)
  118. OpenFILE.Size = UDim2.new(0, 82, 0, 26)
  119. OpenFILE.Font = Enum.Font.Arial
  120. OpenFILE.Text = "Open File"
  121. OpenFILE.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. OpenFILE.TextSize = 14.000
  123.  
  124. ExecuteFILE.Name = "ExecuteFILE"
  125. ExecuteFILE.Parent = BackgroundFrame
  126. ExecuteFILE.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  127. ExecuteFILE.BorderSizePixel = 0
  128. ExecuteFILE.Position = UDim2.new(0.415025145, 0, 0.899999976, 0)
  129. ExecuteFILE.Size = UDim2.new(0, 84, 0, 26)
  130. ExecuteFILE.Font = Enum.Font.Arial
  131. ExecuteFILE.Text = "Execute File"
  132. ExecuteFILE.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. ExecuteFILE.TextSize = 14.000
  134.  
  135. Save.Name = "Save"
  136. Save.Parent = BackgroundFrame
  137. Save.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  138. Save.BorderSizePixel = 0
  139. Save.Position = UDim2.new(0.546431482, 0, 0.899999976, 0)
  140. Save.Size = UDim2.new(0, 90, 0, 26)
  141. Save.Font = Enum.Font.Arial
  142. Save.Text = "Save File"
  143. Save.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. Save.TextSize = 14.000
  145.  
  146. ScriptHub.Name = "ScriptHub"
  147. ScriptHub.Parent = BackgroundFrame
  148. ScriptHub.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  149. ScriptHub.BorderSizePixel = 0
  150. ScriptHub.Position = UDim2.new(0.871768773, 0, 0.899999976, 0)
  151. ScriptHub.Size = UDim2.new(0, 79, 0, 26)
  152. ScriptHub.Font = Enum.Font.Arial
  153. ScriptHub.Text = "Script Hub"
  154. ScriptHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. ScriptHub.TextSize = 14.000
  156.  
  157. Inject.Name = "Inject"
  158. Inject.Parent = BackgroundFrame
  159. Inject.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  160. Inject.BorderSizePixel = 0
  161. Inject.Position = UDim2.new(0.741144657, 0, 0.899999976, 0)
  162. Inject.Size = UDim2.new(0, 84, 0, 26)
  163. Inject.Font = Enum.Font.Arial
  164. Inject.Text = "Inject"
  165. Inject.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. Inject.TextSize = 14.000
  167.  
  168. LocalScript.Name = "LocalScript"
  169. LocalScript.Parent = BackgroundFrame
  170. LocalScript.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  171. LocalScript.BorderSizePixel = 0
  172. LocalScript.Position = UDim2.new(0.820328951, 0, 0.0999999493, 0)
  173. LocalScript.Size = UDim2.new(0, 114, 0, 26)
  174. LocalScript.Font = Enum.Font.Arial
  175. LocalScript.Text = "LocalScript"
  176. LocalScript.TextColor3 = Color3.fromRGB(255, 255, 255)
  177. LocalScript.TextSize = 14.000
  178.  
  179. Logo.Name = "Logo"
  180. Logo.Parent = BackgroundFrame
  181. Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. Logo.BackgroundTransparency = 1.000
  183. Logo.Size = UDim2.new(0, 30, 0, 22)
  184. Logo.Image = "rbxassetid://2530517466" -- The image
  185.  
  186. BarShadow.Name = "BarShadow"
  187. BarShadow.Parent = BackgroundFrame
  188. BarShadow.BackgroundColor3 = Color3.fromRGB(0, 0, 13)
  189. BarShadow.BorderSizePixel = 0
  190. BarShadow.Position = UDim2.new(0, 0, 0.0689111724, 0)
  191. BarShadow.Size = UDim2.new(0, 689, 0, 3)
  192.  
  193. Close.Name = "Close"
  194. Close.Parent = BackgroundFrame
  195. Close.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
  196. Close.Position = UDim2.new(0.96226418, 0, 0, 0)
  197. Close.Size = UDim2.new(0, 26, 0, 22)
  198. Close.Font = Enum.Font.Arial
  199. Close.Text = "X"
  200. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  201. Close.TextScaled = true
  202. Close.TextSize = 14.000
  203. Close.TextWrapped = true
  204.  
  205. --Script:
  206.  
  207.  
  208. Close.MouseButton1Down:connect(function()
  209.     SynapseX.Enabled = false -- That will hide the gui
  210. end)
  211.  
  212. Inject.MouseButton1Down:connect(function()
  213.     Code.Text = ("Injecting...")
  214.     wait(2)
  215.     Code.Text = ("Injected") -- Adds the script to the ScriptHub
  216.     print("Injected Script!")
  217.     wait(1)
  218.     Code.Text = ("")   
  219. end)
  220.  
  221. Clear.MouseButton1Down:connect(function()
  222.     Code.Text = ("") -- That will clear the script
  223.     print("Cleared Script!")
  224. end)
  225.  
  226. Execute.MouseButton1Down:connect(function()
  227.     loadstring(Code.Text) -- Adds the script
  228.     print("Executed Script!")
  229. end)
  230.  
  231.  
  232.  
Add Comment
Please, Sign In to add comment