Advertisement
robloxhaxer101

Synapse Hub

Feb 16th, 2019
3,879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.04 KB | None | 0 0
  1. local SynapseXSH = Instance.new("ScreenGui")
  2. local TopBar = Instance.new("Frame")
  3. local Minnimise = Instance.new("TextButton")
  4. local Hub = Instance.new("Frame")
  5. local ScriptsList = Instance.new("ScrollingFrame")
  6. local UIListLayout = Instance.new("UIListLayout")
  7. local IYFE = Instance.new("TextButton")
  8. local FH2 = Instance.new("TextButton")
  9. local MSV2 = Instance.new("TextButton")
  10. local DD = Instance.new("TextButton")
  11. local ExecuteBtn = Instance.new("TextButton")
  12. local CloseBtn = Instance.new("TextButton")
  13. local Description = Instance.new("Frame")
  14. local DescriptionLabel = Instance.new("TextLabel")
  15. local PreviewPicture = Instance.new("ImageLabel")
  16. local Title = Instance.new("TextLabel")
  17. local SynapseXLogo = Instance.new("ImageLabel")
  18. local MessageBox = Instance.new("Frame")
  19. local MessageboxFrame = Instance.new("Frame")
  20. local Message = Instance.new("TextLabel")
  21. local Ok = Instance.new("TextButton")
  22. local GoodByeLogo = Instance.new("ImageLabel")
  23. --Properties:
  24. SynapseXSH.Name = "SynapseXSH"
  25. SynapseXSH.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. SynapseXSH.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. TopBar.Name = "TopBar"
  29. TopBar.Parent = SynapseXSH
  30. TopBar.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  31. TopBar.BorderSizePixel = 0
  32. TopBar.Position = UDim2.new(0.222683266, 0, 0.0198863633, 0)
  33. TopBar.Size = UDim2.new(0, 438, 0, 30)
  34. TopBar.Visible = false
  35.  
  36. Minnimise.Name = "Minnimise"
  37. Minnimise.Parent = TopBar
  38. Minnimise.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Minnimise.BackgroundTransparency = 1
  40. Minnimise.Position = UDim2.new(0.904327989, 0, 0, 0)
  41. Minnimise.Size = UDim2.new(0, 42, 0, 23)
  42. Minnimise.Font = Enum.Font.SourceSans
  43. Minnimise.Text = "-"
  44. Minnimise.TextColor3 = Color3.new(1, 1, 1)
  45. Minnimise.TextSize = 40
  46. Minnimise.TextWrapped = true
  47.  
  48. Hub.Name = "Hub"
  49. Hub.Parent = TopBar
  50. Hub.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  51. Hub.BorderSizePixel = 0
  52. Hub.Position = UDim2.new(0, 0, 0.988244653, 0)
  53. Hub.Size = UDim2.new(0, 438, 0, 306)
  54.  
  55. ScriptsList.Name = "ScriptsList"
  56. ScriptsList.Parent = Hub
  57. ScriptsList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  58. ScriptsList.BorderSizePixel = 0
  59. ScriptsList.Position = UDim2.new(0.0228310507, 0, 0.0228758175, 0)
  60. ScriptsList.Size = UDim2.new(0, 109, 0, 287)
  61. ScriptsList.CanvasSize = UDim2.new(0, 0, 0, 0)
  62. ScriptsList.HorizontalScrollBarInset = Enum.ScrollBarInset.Always
  63. ScriptsList.ScrollBarThickness = 14
  64.  
  65. UIListLayout.Parent = ScriptsList
  66. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  67.  
  68. IYFE.Name = "IYFE"
  69. IYFE.Parent = ScriptsList
  70. IYFE.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  71. IYFE.BackgroundTransparency = 1
  72. IYFE.BorderSizePixel = 0
  73. IYFE.Size = UDim2.new(0, 109, 0, 18)
  74. IYFE.Font = Enum.Font.SourceSans
  75. IYFE.Text = "Infinite Yield FE"
  76. IYFE.TextColor3 = Color3.new(1, 1, 1)
  77. IYFE.TextSize = 17
  78. IYFE.TextXAlignment = Enum.TextXAlignment.Left
  79.  
  80. FH2.Name = "FH2"
  81. FH2.Parent = ScriptsList
  82. FH2.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  83. FH2.BackgroundTransparency = 1
  84. FH2.BorderSizePixel = 0
  85. FH2.Size = UDim2.new(0, 109, 0, 18)
  86. FH2.Font = Enum.Font.SourceSans
  87. FH2.Text = "Fathom Hub V2"
  88. FH2.TextColor3 = Color3.new(1, 1, 1)
  89. FH2.TextSize = 17
  90. FH2.TextXAlignment = Enum.TextXAlignment.Left
  91.  
  92. MSV2.Name = "MSV2"
  93. MSV2.Parent = ScriptsList
  94. MSV2.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  95. MSV2.BackgroundTransparency = 1
  96. MSV2.BorderSizePixel = 0
  97. MSV2.Size = UDim2.new(0, 109, 0, 18)
  98. MSV2.Font = Enum.Font.SourceSans
  99. MSV2.Text = "Mr. Spy V2"
  100. MSV2.TextColor3 = Color3.new(1, 1, 1)
  101. MSV2.TextSize = 17
  102. MSV2.TextXAlignment = Enum.TextXAlignment.Left
  103.  
  104. DD.Name = "DD"
  105. DD.Parent = ScriptsList
  106. DD.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  107. DD.BackgroundTransparency = 1
  108. DD.BorderSizePixel = 0
  109. DD.Size = UDim2.new(0, 109, 0, 18)
  110. DD.Font = Enum.Font.SourceSans
  111. DD.Text = "Dark Dex"
  112. DD.TextColor3 = Color3.new(1, 1, 1)
  113. DD.TextSize = 17
  114. DD.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. ExecuteBtn.Name = "ExecuteBtn"
  117. ExecuteBtn.Parent = Hub
  118. ExecuteBtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  119. ExecuteBtn.BorderSizePixel = 0
  120. ExecuteBtn.Position = UDim2.new(0.289954334, 0, 0.862745106, 0)
  121. ExecuteBtn.Size = UDim2.new(0, 145, 0, 30)
  122. ExecuteBtn.AutoButtonColor = true
  123. ExecuteBtn.Font = Enum.Font.SourceSans
  124. ExecuteBtn.Text = "Execute"
  125. ExecuteBtn.TextColor3 = Color3.new(1, 1, 1)
  126. ExecuteBtn.TextSize = 14
  127. ExecuteBtn.TextWrapped = true
  128.  
  129. CloseBtn.Name = "CloseBtn"
  130. CloseBtn.Parent = Hub
  131. CloseBtn.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  132. CloseBtn.BorderSizePixel = 0
  133. CloseBtn.Position = UDim2.new(0.64611876, 0, 0.862745106, 0)
  134. CloseBtn.Size = UDim2.new(0, 145, 0, 30)
  135. CloseBtn.AutoButtonColor = true
  136. CloseBtn.Font = Enum.Font.SourceSans
  137. CloseBtn.Text = "Close"
  138. CloseBtn.TextColor3 = Color3.new(1, 1, 1)
  139. CloseBtn.TextSize = 14
  140. CloseBtn.TextWrapped = true
  141.  
  142. Description.Name = "Description"
  143. Description.Parent = Hub
  144. Description.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  145. Description.BorderSizePixel = 0
  146. Description.Position = UDim2.new(0.289954334, 0, 0.604575157, 0)
  147. Description.Size = UDim2.new(0, 301, 0, 72)
  148.  
  149. DescriptionLabel.Name = "DescriptionLabel"
  150. DescriptionLabel.Parent = Description
  151. DescriptionLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  152. DescriptionLabel.BackgroundTransparency = 1
  153. DescriptionLabel.Size = UDim2.new(0, 301, 0, 72)
  154. DescriptionLabel.Font = Enum.Font.SourceSans
  155. DescriptionLabel.Text = "Created by Painless#2307"
  156. DescriptionLabel.TextColor3 = Color3.new(1, 1, 1)
  157. DescriptionLabel.TextSize = 14
  158. DescriptionLabel.TextXAlignment = Enum.TextXAlignment.Left
  159. DescriptionLabel.TextYAlignment = Enum.TextYAlignment.Top
  160.  
  161. PreviewPicture.Name = "PreviewPicture"
  162. PreviewPicture.Parent = Hub
  163. PreviewPicture.BackgroundColor3 = Color3.new(1, 1, 1)
  164. PreviewPicture.BackgroundTransparency = 1
  165. PreviewPicture.Position = UDim2.new(0.289954334, 0, 0.0228758175, 0)
  166. PreviewPicture.Size = UDim2.new(0, 301, 0, 169)
  167.  
  168. Title.Name = "Title"
  169. Title.Parent = TopBar
  170. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  171. Title.BackgroundTransparency = 1
  172. Title.Position = UDim2.new(0.271689504, 0, 0, 0)
  173. Title.Size = UDim2.new(0, 200, 0, 30)
  174. Title.Font = Enum.Font.SourceSans
  175. Title.Text = "Synapse X - Script Hub"
  176. Title.TextColor3 = Color3.new(1, 1, 1)
  177. Title.TextSize = 14
  178. Title.TextWrapped = true
  179.  
  180. SynapseXLogo.Name = "SynapseXLogo"
  181. SynapseXLogo.Parent = TopBar
  182. SynapseXLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  183. SynapseXLogo.BackgroundTransparency = 1
  184. SynapseXLogo.Position = UDim2.new(0.0130000003, 0, 0.200000003, 0)
  185. SynapseXLogo.Size = UDim2.new(0, 26, 0, 23)
  186. SynapseXLogo.Image = "rbxassetid://2530517466"
  187.  
  188. MessageBox.Name = "MessageBox"
  189. MessageBox.Parent = SynapseXSH
  190. MessageBox.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  191. MessageBox.BorderSizePixel = 0
  192. MessageBox.Position = UDim2.new(0.24123989, 0, 0.13636364, 0)
  193. MessageBox.Size = UDim2.new(0, 396, 0, 30)
  194.  
  195. MessageboxFrame.Name = "MessageboxFrame"
  196. MessageboxFrame.Parent = MessageBox
  197. MessageboxFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  198. MessageboxFrame.BorderSizePixel = 0
  199. MessageboxFrame.Position = UDim2.new(0, 0, 1, 0)
  200. MessageboxFrame.Size = UDim2.new(0, 396, 0, 219)
  201.  
  202. Message.Name = "Message"
  203. Message.Parent = MessageboxFrame
  204. Message.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  205. Message.BorderSizePixel = 0
  206. Message.Size = UDim2.new(0, 396, 0, 127)
  207. Message.Font = Enum.Font.SourceSans
  208. Message.Text = "Synapse Hub is now discontinued. ;(\nIt was discontinued to make way for a new project.\nIt will no longer be updated.\nMore info about the new project will be\non the website when I decide to update it.\nhttps://hsjfjfasdkf.yolasite.com/"
  209. Message.TextColor3 = Color3.new(1, 1, 1)
  210. Message.TextScaled = true
  211. Message.TextSize = 14
  212. Message.TextWrapped = true
  213. Message.TextXAlignment = Enum.TextXAlignment.Left
  214. Message.TextYAlignment = Enum.TextYAlignment.Top
  215.  
  216. Ok.Name = "Ok"
  217. Ok.Parent = MessageboxFrame
  218. Ok.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  219. Ok.BorderSizePixel = 0
  220. Ok.Position = UDim2.new(0.608239949, 0, 0.826215446, 0)
  221. Ok.Size = UDim2.new(0, 145, 0, 30)
  222. Ok.AutoButtonColor = true
  223. Ok.Font = Enum.Font.SourceSans
  224. Ok.Text = "Ok"
  225. Ok.TextColor3 = Color3.new(1, 1, 1)
  226. Ok.TextScaled = true
  227. Ok.TextSize = 14
  228. Ok.TextWrapped = true
  229.  
  230. GoodByeLogo.Name = "GoodByeLogo"
  231. GoodByeLogo.Parent = MessageBox
  232. GoodByeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  233. GoodByeLogo.BackgroundTransparency = 1
  234. GoodByeLogo.Position = UDim2.new(-0.00215152767, 0, 0, 0)
  235. GoodByeLogo.Size = UDim2.new(0, 31, 0, 30)
  236. GoodByeLogo.Image = "rbxassetid://2530517466"
  237. -- Scripts:
  238. TopBar.Active = true
  239. TopBar.Draggable = true
  240. MessageBox.Active = true
  241. MessageBox.Draggable = true
  242. local isOpen = true
  243.  
  244. Minnimise.MouseButton1Click:Connect(function()
  245.     if isOpen == true then
  246.         Hub.Visible = false
  247.         isOpen = false
  248.     else
  249.         Hub.Visible = true
  250.         isOpen = true
  251.     end
  252. end)
  253.  
  254. Ok.MouseButton1Click:Connect(function()
  255.     MessageBox.Visible = false
  256.     TopBar.Visible = true
  257. end)
  258.  
  259. CloseBtn.MouseButton1Click:Connect(function()
  260.     SynapseXSH:Destroy()
  261. end)
  262.  
  263. IYFE.MouseButton1Click:Connect(function()
  264.     IYFE.BackgroundTransparency = 0
  265.     DD.BackgroundTransparency = 1
  266.     MSV2.BackgroundTransparency = 1
  267.     FH2.BackgroundTransparency = 1
  268.     PreviewPicture.Image = "rbxassetid://1352543873"
  269.     DescriptionLabel.Text = 'Infinite Yield is a popular admin script that is \ncompatible with Filtering Enabled. \nCreated by Edge'
  270. end)
  271.  
  272. DD.MouseButton1Click:Connect(function()
  273.     IYFE.BackgroundTransparency = 1
  274.     DD.BackgroundTransparency = 0
  275.     MSV2.BackgroundTransparency = 1
  276.     FH2.BackgroundTransparency = 1
  277.     PreviewPicture.Image = "rbxassetid://0"
  278.     DescriptionLabel.Text = 'A version of the popular Dex explorer that has patches for \nSynapse X.'
  279. end)
  280.  
  281. FH2.MouseButton1Click:Connect(function()
  282.     IYFE.BackgroundTransparency = 1
  283.     DD.BackgroundTransparency = 1
  284.     MSV2.BackgroundTransparency = 1
  285.     FH2.BackgroundTransparency = 0
  286.     PreviewPicture.Image = "rbxassetid://0"
  287.     DescriptionLabel.Text = 'The second version of a script hub known as Fathom Hub. \nFathom Hub is very useful with its abuility to search the \nweb for scripts.'
  288. end)
  289.  
  290. MSV2.MouseButton1Click:Connect(function()
  291.     IYFE.BackgroundTransparency = 1
  292.     DD.BackgroundTransparency = 1
  293.     MSV2.BackgroundTransparency = 0
  294.     FH2.BackgroundTransparency = 1
  295.     PreviewPicture.Image = "rbxassetid://0"
  296.     DescriptionLabel.Text = 'A very useful tool when making scripts for games. \nShows which Remote Events/Remote Functions that the \ngame is calling.'
  297. end)
  298.  
  299. ExecuteBtn.MouseButton1Click:Connect(function()
  300.     ExecuteBtn.Text = 'Executing...'
  301.     if IYFE.BackgroundTransparency == 0 then
  302.         loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  303.     elseif DD.BackgroundTransparency == 0 then
  304.         loadstring(game:HttpGet(('https://hsjfjfasdkf.yolasite.com/resources/DarkDex.txt'),true))()
  305.     elseif MSV2.BackgroundTransparency == 0 then
  306.         loadstring(game:HttpGet("https://mrspyv2source.000webhostapp.com/", true))()
  307.     elseif FH2.BackgroundTransparency == 0 then
  308.         ExecuteBtn.Text = 'Unable to Execute'
  309.         wait(2)
  310.     end
  311.     ExecuteBtn.Text = 'Execute'
  312. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement