Advertisement
FutureIswap

Untitled

Dec 31st, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.02 KB | None | 0 0
  1. local Synapse = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local Logo = Instance.new("ImageLabel")
  4. local Version = Instance.new("TextLabel")
  5. local _ = Instance.new("TextButton")
  6. local X = Instance.new("TextButton")
  7. local ExeMain = Instance.new("Frame")
  8. local Execute = Instance.new("TextButton")
  9. local Clear = Instance.new("TextButton")
  10. local ScriptHubButton = Instance.new("TextButton")
  11. local ExeScroll = Instance.new("ScrollingFrame")
  12. local Input = Instance.new("TextBox")
  13. local ChangeThemeButton = Instance.new("TextButton")
  14. local ChangeThemeGui = Instance.new("Frame")
  15. local EnterDecalID = Instance.new("TextLabel")
  16. local EnterTheme = Instance.new("TextBox")
  17. local ChangeTheme = Instance.new("TextButton")
  18. local Decal = Instance.new("ImageLabel")
  19. local Mote = Instance.new("TextLabel")
  20. local TestButton = Instance.new("TextButton")
  21. local ScriptHubMain = Instance.new("Frame")
  22. local Selection = Instance.new("Frame")
  23. local Preview = Instance.new("Frame")
  24. local FeAnimationsPreview = Instance.new("Frame")
  25. local Name = Instance.new("TextLabel")
  26. local RunFEAnimations = Instance.new("TextButton")
  27. local Info = Instance.new("TextLabel")
  28. local InfiniteYeildFEPreview = Instance.new("Frame")
  29. local Name_2 = Instance.new("TextLabel")
  30. local RunInfiniteYeildFE = Instance.new("TextButton")
  31. local Info_2 = Instance.new("TextLabel")
  32. local DexExplorerPreview = Instance.new("Frame")
  33. local Name_3 = Instance.new("TextLabel")
  34. local RunDex = Instance.new("TextButton")
  35. local Info_3 = Instance.new("TextLabel")
  36. local RemoteSpyPreview = Instance.new("Frame")
  37. local Name_4 = Instance.new("TextLabel")
  38. local RunRemote = Instance.new("TextButton")
  39. local Info_4 = Instance.new("TextLabel")
  40. local Logo_2 = Instance.new("ImageLabel")
  41. local Version_2 = Instance.new("TextLabel")
  42. local InfiniteYeildFE = Instance.new("TextButton")
  43. local Dex = Instance.new("TextButton")
  44. local FEAnimations = Instance.new("TextButton")
  45. local RemoteSpy = Instance.new("TextButton")
  46. local ComingSoon = Instance.new("TextButton")
  47. local X_2 = Instance.new("TextButton")
  48. local OpenGUI = Instance.new("Frame")
  49. local OpenButton = Instance.new("TextButton")
  50. local LoadingScreen = Instance.new("Frame")
  51. local Logo_3 = Instance.new("ImageLabel")
  52. local Logo11 = Instance.new("TextLabel")
  53. local Loading1 = Instance.new("TextLabel")
  54. local ScrollingFrame = Instance.new("ScrollingFrame")
  55. local LoadingBar = Instance.new("Frame")
  56. --Properties:
  57. Synapse.Name = "Synapse"
  58. Synapse.Parent = game.CoreGui
  59.  
  60. MainFrame.Name = "MainFrame"
  61. MainFrame.Parent = Synapse
  62. MainFrame.Active = true
  63. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. MainFrame.Position = UDim2.new(0.237418264, 0, 0.212302208, 0)
  65. MainFrame.Size = UDim2.new(0, 649, 0, 347)
  66. MainFrame.Visible = false
  67.  
  68. Logo.Name = "Logo"
  69. Logo.Parent = MainFrame
  70. Logo.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  71. Logo.BackgroundTransparency = 1
  72. Logo.Position = UDim2.new(0.0138674891, 0, 0.0230547544, 0)
  73. Logo.Size = UDim2.new(0, 183, 0, 34)
  74. Logo.Image = "rbxassetid://1505584527"
  75.  
  76. Version.Name = "Version"
  77. Version.Parent = MainFrame
  78. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Version.BackgroundTransparency = 1
  80. Version.Position = UDim2.new(0.305918306, 0, 0.048991356, 0)
  81. Version.Size = UDim2.new(0, 79, 0, 28)
  82. Version.Text = "GUI v1.1"
  83. Version.TextColor3 = Color3.new(1, 1, 1)
  84. Version.TextSize = 14
  85.  
  86. _.Name = "_"
  87. _.Parent = MainFrame
  88. _.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  89. _.BorderColor3 = Color3.new(1, 1, 1)
  90. _.BorderSizePixel = 0
  91. _.Position = UDim2.new(0.895223439, 0, 0, 0)
  92. _.Size = UDim2.new(0, 31, 0, 17)
  93. _.Font = Enum.Font.SourceSansBold
  94. _.Text = "_"
  95. _.TextColor3 = Color3.new(1, 1, 1)
  96. _.TextSize = 14
  97. _.MouseButton1Down:connect(function()
  98. MainFrame.Visible = false
  99. OpenGUI.Visible = true
  100. end)
  101.  
  102. X.Name = "X"
  103. X.Parent = MainFrame
  104. X.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  105. X.BorderColor3 = Color3.new(1, 1, 1)
  106. X.BorderSizePixel = 0
  107. X.Position = UDim2.new(0.952234209, 0, 0, 0)
  108. X.Size = UDim2.new(0, 31, 0, 17)
  109. X.Font = Enum.Font.SourceSansSemibold
  110. X.Text = "X"
  111. X.TextColor3 = Color3.new(1, 1, 1)
  112. X.TextSize = 14
  113. X.MouseButton1Down:connect(function()
  114. MainFrame:Destroy()
  115. end)
  116.  
  117. ExeMain.Name = "ExeMain"
  118. ExeMain.Parent = MainFrame
  119. ExeMain.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  120. ExeMain.BorderColor3 = Color3.new(1, 1, 1)
  121. ExeMain.Position = UDim2.new(0.0593865402, 0, 0.144266322, 0)
  122. ExeMain.Size = UDim2.new(0, 571, 0, 231)
  123. Execute.MouseButton1Down:connect(function()
  124. loadstring(Input.Text) ()
  125. end)
  126.  
  127. Clear.MouseButton1Down:connect(function()
  128. Input.Text = ""
  129. end)
  130.  
  131. Execute.Name = "Execute"
  132. Execute.Parent = ExeMain
  133. Execute.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  134. Execute.BorderColor3 = Color3.new(1, 1, 1)
  135. Execute.Position = UDim2.new(0, 0, 1.11688316, 0)
  136. Execute.Size = UDim2.new(0, 125, 0, 29)
  137. Execute.Text = "Execute"
  138. Execute.TextColor3 = Color3.new(1, 1, 1)
  139. Execute.TextSize = 14
  140.  
  141. Clear.Name = "Clear"
  142. Clear.Parent = ExeMain
  143. Clear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  144. Clear.BorderColor3 = Color3.new(1, 1, 1)
  145. Clear.Position = UDim2.new(0.253940433, 0, 1.11688316, 0)
  146. Clear.Size = UDim2.new(0, 94, 0, 29)
  147. Clear.Text = "Clear"
  148. Clear.TextColor3 = Color3.new(1, 1, 1)
  149. Clear.TextSize = 14
  150.  
  151. ScriptHubButton.Name = "ScriptHubButton"
  152. ScriptHubButton.Parent = ExeMain
  153. ScriptHubButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  154. ScriptHubButton.BorderColor3 = Color3.new(1, 1, 1)
  155. ScriptHubButton.Position = UDim2.new(0.471103281, 0, 1.11688316, 0)
  156. ScriptHubButton.Size = UDim2.new(0, 125, 0, 29)
  157. ScriptHubButton.Text = "ScriptHub"
  158. ScriptHubButton.TextColor3 = Color3.new(1, 1, 1)
  159. ScriptHubButton.TextSize = 14
  160.  
  161. ExeScroll.Name = "ExeScroll"
  162. ExeScroll.Parent = ExeMain
  163. ExeScroll.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  164. ExeScroll.Size = UDim2.new(0, 571, 0, 247)
  165. ExeScroll.VerticalScrollBarInset = Enum.ScrollBarInset.Always
  166.  
  167. Input.Name = "Input"
  168. Input.Parent = ExeScroll
  169. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  170. Input.BackgroundTransparency = 1
  171. Input.Size = UDim2.new(0, 550, 0, 900)
  172. Input.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  173. Input.Text = ""
  174. Input.TextColor3 = Color3.new(1, 1, 1)
  175. Input.TextSize = 14
  176. Input.TextXAlignment = Enum.TextXAlignment.Left
  177. Input.TextYAlignment = Enum.TextYAlignment.Top
  178.  
  179. ChangeThemeButton.Name = "ChangeThemeButton"
  180. ChangeThemeButton.Parent = ExeMain
  181. ChangeThemeButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. ChangeThemeButton.BorderColor3 = Color3.new(1, 1, 1)
  183. ChangeThemeButton.Position = UDim2.new(0.728546441, 0, 1.11688316, 0)
  184. ChangeThemeButton.Size = UDim2.new(0, 155, 0, 29)
  185. ChangeThemeButton.Text = "Change Theme"
  186. ChangeThemeButton.TextColor3 = Color3.new(1, 1, 1)
  187. ChangeThemeButton.TextSize = 14
  188. ChangeThemeButton.MouseButton1Click:connect(function()
  189. ChangeThemeButton.Text = "Coming Soon!"
  190. end)
  191.  
  192. ChangeThemeGui.Name = "ChangeThemeGui"
  193. ChangeThemeGui.Parent = MainFrame
  194. ChangeThemeGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  195. ChangeThemeGui.Position = UDim2.new(0.243451416, 0, 0, 0)
  196. ChangeThemeGui.Size = UDim2.new(0, 332, 0, 347)
  197. ChangeThemeGui.Visible = false
  198.  
  199. EnterDecalID.Name = "EnterDecalID"
  200. EnterDecalID.Parent = ChangeThemeGui
  201. EnterDecalID.BackgroundColor3 = Color3.new(1, 1, 1)
  202. EnterDecalID.BackgroundTransparency = 1
  203. EnterDecalID.Position = UDim2.new(0.19879517, 0, 0.0489913523, 0)
  204. EnterDecalID.Size = UDim2.new(0, 200, 0, 50)
  205. EnterDecalID.Font = Enum.Font.SourceSansBold
  206. EnterDecalID.Text = "Enter Decal ID"
  207. EnterDecalID.TextColor3 = Color3.new(1, 1, 1)
  208. EnterDecalID.TextSize = 20
  209.  
  210. EnterTheme.Name = "EnterTheme"
  211. EnterTheme.Parent = ChangeThemeGui
  212. EnterTheme.BackgroundColor3 = Color3.new(0, 0, 0)
  213. EnterTheme.BorderSizePixel = 0
  214. EnterTheme.Position = UDim2.new(0.0993975922, 0, 0.262247801, 0)
  215. EnterTheme.Size = UDim2.new(0, 266, 0, 35)
  216. EnterTheme.Font = Enum.Font.ArialBold
  217. EnterTheme.Text = "Decal ID Here"
  218. EnterTheme.TextColor3 = Color3.new(1, 1, 1)
  219. EnterTheme.TextSize = 14
  220. EnterTheme.TextXAlignment = Enum.TextXAlignment.Left
  221.  
  222. ChangeTheme.Name = "ChangeTheme"
  223. ChangeTheme.Parent = ChangeThemeGui
  224. ChangeTheme.BackgroundColor3 = Color3.new(0, 0, 0)
  225. ChangeTheme.BorderSizePixel = 0
  226. ChangeTheme.Position = UDim2.new(0.198795184, 0, 0.827089369, 0)
  227. ChangeTheme.Size = UDim2.new(0, 200, 0, 50)
  228. ChangeTheme.Font = Enum.Font.ArialBold
  229. ChangeTheme.Text = "Change Theme"
  230. ChangeTheme.TextColor3 = Color3.new(1, 1, 1)
  231. ChangeTheme.TextSize = 14
  232.  
  233. Decal.Name = "Decal"
  234. Decal.Parent = ChangeThemeGui
  235. Decal.BackgroundColor3 = Color3.new(1, 1, 1)
  236. Decal.Position = UDim2.new(0.300963819, 0, 0.426512957, 0)
  237. Decal.Size = UDim2.new(0, 131, 0, 116)
  238. Decal.Image = "rbxassetid://924320031"
  239.  
  240. Mote.Name = "Mote"
  241. Mote.Parent = ChangeThemeGui
  242. Mote.BackgroundColor3 = Color3.new(1, 1, 1)
  243. Mote.BackgroundTransparency = 1
  244. Mote.Position = UDim2.new(0.0993975922, 0, 1, 0)
  245. Mote.Size = UDim2.new(0, 266, 0, 49)
  246. Mote.Font = Enum.Font.ArialBold
  247. Mote.Text = "Note : This does not work fully yet, or may not work at all, please do not try to use yet, this is still a BETA project."
  248. Mote.TextColor3 = Color3.new(1, 1, 1)
  249. Mote.TextSize = 14
  250. Mote.TextWrapped = true
  251.  
  252. TestButton.Name = "TestButton"
  253. TestButton.Parent = ChangeThemeGui
  254. TestButton.BackgroundColor3 = Color3.new(0, 0, 0)
  255. TestButton.BorderSizePixel = 0
  256. TestButton.Position = UDim2.new(0.716867447, 0, 0.559077799, 0)
  257. TestButton.Size = UDim2.new(0, 73, 0, 23)
  258. TestButton.Font = Enum.Font.SourceSans
  259. TestButton.Text = "Test"
  260. TestButton.TextColor3 = Color3.new(1, 1, 1)
  261. TestButton.TextSize = 14
  262.  
  263. ScriptHubMain.Name = "ScriptHubMain"
  264. ScriptHubMain.Parent = Synapse
  265. ScriptHubMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  266. ScriptHubMain.Position = UDim2.new(0.0745582283, 0, 0.0667726398, 0)
  267. ScriptHubMain.Size = UDim2.new(0, 589, 0, 456)
  268. ScriptHubMain.Visible = false
  269. ScriptHubMain.Active = true
  270. ScriptHubMain.Draggable = true
  271.  
  272. Selection.Name = "Selection"
  273. Selection.Parent = ScriptHubMain
  274. Selection.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  275. Selection.BorderColor3 = Color3.new(1, 1, 1)
  276. Selection.Position = UDim2.new(0.0237690974, 0, 0.197995752, 0)
  277. Selection.Size = UDim2.new(0, 245, 0, 337)
  278.  
  279. Preview.Name = "Preview"
  280. Preview.Parent = ScriptHubMain
  281. Preview.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  282. Preview.BorderColor3 = Color3.new(0, 0, 0)
  283. Preview.Position = UDim2.new(0.477079809, 0, 0.184210524, 0)
  284. Preview.Size = UDim2.new(0, 292, 0, 294)
  285.  
  286. FeAnimationsPreview.Name = "FeAnimationsPreview"
  287. FeAnimationsPreview.Parent = Preview
  288. FeAnimationsPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  289. FeAnimationsPreview.BackgroundTransparency = 1
  290. FeAnimationsPreview.Size = UDim2.new(0, 292, 0, 294)
  291. FeAnimationsPreview.Visible = false
  292.  
  293. Name.Name = "Name"
  294. Name.Parent = FeAnimationsPreview
  295. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  296. Name.BackgroundTransparency = 1
  297. Name.Size = UDim2.new(0, 292, 0, 61)
  298. Name.Text = "FE Animations"
  299. Name.TextColor3 = Color3.new(1, 1, 1)
  300. Name.TextSize = 14
  301.  
  302. RunFEAnimations.Name = "RunFEAnimations"
  303. RunFEAnimations.Parent = FeAnimationsPreview
  304. RunFEAnimations.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  305. RunFEAnimations.BorderColor3 = Color3.new(1, 1, 1)
  306. RunFEAnimations.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  307. RunFEAnimations.Size = UDim2.new(0, 200, 0, 50)
  308. RunFEAnimations.Text = "Run Script"
  309. RunFEAnimations.TextColor3 = Color3.new(1, 1, 1)
  310. RunFEAnimations.TextSize = 12
  311. RunFEAnimations.MouseButton1Click:connect(function()
  312. loadstring(game:HttpGet("https://pastebin.com/raw/nucL1nkC", true))()
  313. end)
  314.  
  315. Info.Name = "Info"
  316. Info.Parent = FeAnimationsPreview
  317. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  318. Info.BackgroundTransparency = 1
  319. Info.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  320. Info.Size = UDim2.new(0, 245, 0, 50)
  321. Info.Text = "FE Animations For Synapse"
  322. Info.TextColor3 = Color3.new(1, 1, 1)
  323. Info.TextSize = 11
  324. Info.TextXAlignment = Enum.TextXAlignment.Left
  325.  
  326. InfiniteYeildFEPreview.Name = "InfiniteYeildFEPreview"
  327. InfiniteYeildFEPreview.Parent = Preview
  328. InfiniteYeildFEPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  329. InfiniteYeildFEPreview.BackgroundTransparency = 1
  330. InfiniteYeildFEPreview.Size = UDim2.new(0, 292, 0, 294)
  331. InfiniteYeildFEPreview.Visible = false
  332.  
  333. Name_2.Name = "Name"
  334. Name_2.Parent = InfiniteYeildFEPreview
  335. Name_2.BackgroundColor3 = Color3.new(1, 1, 1)
  336. Name_2.BackgroundTransparency = 1
  337. Name_2.Size = UDim2.new(0, 292, 0, 61)
  338. Name_2.Text = "Infinite Yeild FE [BETA]"
  339. Name_2.TextColor3 = Color3.new(1, 1, 1)
  340. Name_2.TextSize = 14
  341.  
  342. RunInfiniteYeildFE.Name = "RunInfiniteYeildFE"
  343. RunInfiniteYeildFE.Parent = InfiniteYeildFEPreview
  344. RunInfiniteYeildFE.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  345. RunInfiniteYeildFE.BorderColor3 = Color3.new(1, 1, 1)
  346. RunInfiniteYeildFE.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  347. RunInfiniteYeildFE.Size = UDim2.new(0, 200, 0, 50)
  348. RunInfiniteYeildFE.Text = "Run Script"
  349. RunInfiniteYeildFE.TextColor3 = Color3.new(1, 1, 1)
  350. RunInfiniteYeildFE.TextSize = 12
  351. RunInfiniteYeildFE.MouseButton1Click:connect(function()
  352. loadstring(game:HttpGet("https://pastebin.com/raw/rDwRRYzi", true))()
  353. end)
  354.  
  355. Info_2.Name = "Info"
  356. Info_2.Parent = InfiniteYeildFEPreview
  357. Info_2.BackgroundColor3 = Color3.new(1, 1, 1)
  358. Info_2.BackgroundTransparency = 1
  359. Info_2.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  360. Info_2.Size = UDim2.new(0, 245, 0, 50)
  361. Info_2.Text = "Infinite Yeild FE For Synapse"
  362. Info_2.TextColor3 = Color3.new(1, 1, 1)
  363. Info_2.TextSize = 11
  364. Info_2.TextXAlignment = Enum.TextXAlignment.Left
  365.  
  366. DexExplorerPreview.Name = "DexExplorerPreview"
  367. DexExplorerPreview.Parent = Preview
  368. DexExplorerPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  369. DexExplorerPreview.BackgroundTransparency = 1
  370. DexExplorerPreview.Size = UDim2.new(0, 292, 0, 294)
  371. DexExplorerPreview.Visible = false
  372.  
  373. Name_3.Name = "Name"
  374. Name_3.Parent = DexExplorerPreview
  375. Name_3.BackgroundColor3 = Color3.new(1, 1, 1)
  376. Name_3.BackgroundTransparency = 1
  377. Name_3.Size = UDim2.new(0, 292, 0, 61)
  378. Name_3.Text = "Dex Explorer"
  379. Name_3.TextColor3 = Color3.new(1, 1, 1)
  380. Name_3.TextSize = 14
  381.  
  382. RunDex.Name = "RunDex"
  383. RunDex.Parent = DexExplorerPreview
  384. RunDex.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  385. RunDex.BorderColor3 = Color3.new(1, 1, 1)
  386. RunDex.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  387. RunDex.Size = UDim2.new(0, 200, 0, 50)
  388. RunDex.Text = "Run Script"
  389. RunDex.TextColor3 = Color3.new(1, 1, 1)
  390. RunDex.TextSize = 12
  391. RunDex.MouseButton1Click:connect(function()
  392. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  393. end)
  394.  
  395. Info_3.Name = "Info"
  396. Info_3.Parent = DexExplorerPreview
  397. Info_3.BackgroundColor3 = Color3.new(1, 1, 1)
  398. Info_3.BackgroundTransparency = 1
  399. Info_3.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  400. Info_3.Size = UDim2.new(0, 245, 0, 50)
  401. Info_3.Text = "Dex Explorer for Synapse"
  402. Info_3.TextColor3 = Color3.new(1, 1, 1)
  403. Info_3.TextSize = 11
  404. Info_3.TextXAlignment = Enum.TextXAlignment.Left
  405.  
  406. RemoteSpyPreview.Name = "RemoteSpyPreview"
  407. RemoteSpyPreview.Parent = Preview
  408. RemoteSpyPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  409. RemoteSpyPreview.BackgroundTransparency = 1
  410. RemoteSpyPreview.Size = UDim2.new(0, 292, 0, 294)
  411. RemoteSpyPreview.Visible = false
  412.  
  413. Name_4.Name = "Name"
  414. Name_4.Parent = RemoteSpyPreview
  415. Name_4.BackgroundColor3 = Color3.new(1, 1, 1)
  416. Name_4.BackgroundTransparency = 1
  417. Name_4.Size = UDim2.new(0, 292, 0, 61)
  418. Name_4.Text = "RemoteSpy GUI"
  419. Name_4.TextColor3 = Color3.new(1, 1, 1)
  420. Name_4.TextSize = 14
  421.  
  422. RunRemote.Name = "RunRemote"
  423. RunRemote.Parent = RemoteSpyPreview
  424. RunRemote.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  425. RunRemote.BorderColor3 = Color3.new(1, 1, 1)
  426. RunRemote.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  427. RunRemote.Size = UDim2.new(0, 200, 0, 50)
  428. RunRemote.Text = "Run Script"
  429. RunRemote.TextColor3 = Color3.new(1, 1, 1)
  430. RunRemote.TextSize = 12
  431. RunRemote.MouseButton1Click:connect(function()
  432. loadstring(game:HttpGet(("https://pastebin.com/raw/CyMniLma"),true))()
  433. end)
  434.  
  435. Info_4.Name = "Info"
  436. Info_4.Parent = RemoteSpyPreview
  437. Info_4.BackgroundColor3 = Color3.new(1, 1, 1)
  438. Info_4.BackgroundTransparency = 1
  439. Info_4.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  440. Info_4.Size = UDim2.new(0, 245, 0, 50)
  441. Info_4.Text = "RemoteSpy GUI for Synapse"
  442. Info_4.TextColor3 = Color3.new(1, 1, 1)
  443. Info_4.TextSize = 11
  444. Info_4.TextXAlignment = Enum.TextXAlignment.Left
  445.  
  446. Logo_2.Name = "Logo"
  447. Logo_2.Parent = ScriptHubMain
  448. Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Logo_2.BackgroundTransparency = 2
  450. Logo_2.Size = UDim2.new(0, 251, 0, 56)
  451. Logo_2.Image = "rbxassetid://1505584527"
  452.  
  453. Version_2.Name = "Version"
  454. Version_2.Parent = ScriptHubMain
  455. Version_2.BackgroundColor3 = Color3.new(1, 1, 1)
  456. Version_2.BackgroundTransparency = 1
  457. Version_2.Position = UDim2.new(0.439728349, 0, 0.0361842141, 0)
  458. Version_2.Size = UDim2.new(0, 86, 0, 49)
  459. Version_2.Text = "GUI v1.1"
  460. Version_2.TextColor3 = Color3.new(1, 1, 1)
  461. Version_2.TextSize = 14
  462.  
  463. InfiniteYeildFE.Name = "InfiniteYeildFE"
  464. InfiniteYeildFE.Parent = ScriptHubMain
  465. InfiniteYeildFE.BackgroundColor3 = Color3.new(1, 1, 1)
  466. InfiniteYeildFE.BackgroundTransparency = 1
  467. InfiniteYeildFE.Position = UDim2.new(0.0237690993, 0, 0.197368428, 0)
  468. InfiniteYeildFE.Size = UDim2.new(0, 245, 0, 37)
  469. InfiniteYeildFE.Font = Enum.Font.SourceSans
  470. InfiniteYeildFE.Text = "Infinite Yeild FE"
  471. InfiniteYeildFE.TextColor3 = Color3.new(1, 1, 1)
  472. InfiniteYeildFE.TextSize = 20
  473. InfiniteYeildFE.TextXAlignment = Enum.TextXAlignment.Left
  474. InfiniteYeildFE.MouseButton1Down:connect(function()
  475. DexExplorerPreview.Visible = false
  476. FeAnimationsPreview.Visible = false
  477. RemoteSpyPreview.Visible = false
  478. InfiniteYeildFEPreview.Visible = true
  479. end)
  480.  
  481. Dex.Name = "Dex"
  482. Dex.Parent = ScriptHubMain
  483. Dex.BackgroundColor3 = Color3.new(1, 1, 1)
  484. Dex.BackgroundTransparency = 1
  485. Dex.Position = UDim2.new(0.0237690993, 0, 0.278508782, 0)
  486. Dex.Size = UDim2.new(0, 245, 0, 37)
  487. Dex.Font = Enum.Font.SourceSans
  488. Dex.Text = "Dex Explorer"
  489. Dex.TextColor3 = Color3.new(1, 1, 1)
  490. Dex.TextSize = 20
  491. Dex.TextXAlignment = Enum.TextXAlignment.Left
  492. Dex.MouseButton1Down:connect(function()
  493. DexExplorerPreview.Visible = true
  494. FeAnimationsPreview.Visible = false
  495. RemoteSpyPreview.Visible = false
  496. InfiniteYeildFEPreview.Visible = false
  497. end)
  498.  
  499. FEAnimations.Name = "FEAnimations"
  500. FEAnimations.Parent = ScriptHubMain
  501. FEAnimations.BackgroundColor3 = Color3.new(1, 1, 1)
  502. FEAnimations.BackgroundTransparency = 1
  503. FEAnimations.Position = UDim2.new(0.0237690993, 0, 0.359649122, 0)
  504. FEAnimations.Size = UDim2.new(0, 245, 0, 37)
  505. FEAnimations.Font = Enum.Font.SourceSans
  506. FEAnimations.Text = "FE Animations"
  507. FEAnimations.TextColor3 = Color3.new(1, 1, 1)
  508. FEAnimations.TextSize = 20
  509. FEAnimations.TextXAlignment = Enum.TextXAlignment.Left
  510. FEAnimations.MouseButton1Down:connect(function()
  511. DexExplorerPreview.Visible = false
  512. FeAnimationsPreview.Visible = true
  513. RemoteSpyPreview.Visible = false
  514. InfiniteYeildFEPreview.Visible = false
  515. end)
  516.  
  517. RemoteSpy.Name = "RemoteSpy"
  518. RemoteSpy.Parent = ScriptHubMain
  519. RemoteSpy.BackgroundColor3 = Color3.new(1, 1, 1)
  520. RemoteSpy.BackgroundTransparency = 1
  521. RemoteSpy.Position = UDim2.new(0.0237690993, 0, 0.440789461, 0)
  522. RemoteSpy.Size = UDim2.new(0, 245, 0, 37)
  523. RemoteSpy.Font = Enum.Font.SourceSans
  524. RemoteSpy.Text = "RemoteSpy GUI"
  525. RemoteSpy.TextColor3 = Color3.new(1, 1, 1)
  526. RemoteSpy.TextSize = 20
  527. RemoteSpy.TextXAlignment = Enum.TextXAlignment.Left
  528. RemoteSpy.MouseButton1Down:connect(function()
  529. DexExplorerPreview.Visible = false
  530. FeAnimationsPreview.Visible = false
  531. RemoteSpyPreview.Visible = true
  532. InfiniteYeildFEPreview.Visible = false
  533. end)
  534.  
  535. ComingSoon.Name = "ComingSoon"
  536. ComingSoon.Parent = ScriptHubMain
  537. ComingSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  538. ComingSoon.BackgroundTransparency = 1
  539. ComingSoon.Position = UDim2.new(0.0237690993, 0, 0.653508782, 0)
  540. ComingSoon.Size = UDim2.new(0, 245, 0, 58)
  541. ComingSoon.Font = Enum.Font.SourceSans
  542. ComingSoon.Text = "(Soon I'll make it so you can add your own scripts)"
  543. ComingSoon.TextColor3 = Color3.new(1, 1, 1)
  544. ComingSoon.TextSize = 20
  545. ComingSoon.TextWrapped = true
  546.  
  547. X_2.Name = "X"
  548. X_2.Parent = ScriptHubMain
  549. X_2.BackgroundColor3 = Color3.new(1, 1, 1)
  550. X_2.BackgroundTransparency = 1
  551. X_2.Position = UDim2.new(0.950764, 0, 0, 0)
  552. X_2.Size = UDim2.new(0, 29, 0, 24)
  553. X_2.Font = Enum.Font.SourceSans
  554. X_2.Text = "X"
  555. X_2.TextColor3 = Color3.new(1, 1, 1)
  556. X_2.TextScaled = true
  557. X_2.TextSize = 14
  558. X_2.TextWrapped = true
  559. X_2.MouseButton1Down:connect(function()
  560. ScriptHubMain.Visible = false
  561. end)
  562.  
  563. OpenGUI.Name = "OpenGUI"
  564. OpenGUI.Parent = Synapse
  565. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  566. OpenGUI.Position = UDim2.new(0, 0, 0.890302062, 0)
  567. OpenGUI.Size = UDim2.new(0, 87, 0, 44)
  568. OpenGUI.Visible = false
  569.  
  570. OpenButton.Name = "OpenButton"
  571. OpenButton.Parent = OpenGUI
  572. OpenButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  573. OpenButton.Size = UDim2.new(0, 87, 0, 44)
  574. OpenButton.Font = Enum.Font.SciFi
  575. OpenButton.Text = "Open Synapse"
  576. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  577. OpenButton.TextSize = 13
  578. OpenButton.MouseButton1Down:connect(function()
  579. MainFrame.Visible = true
  580. OpenGUI.Visible = false
  581. end)
  582.  
  583. LoadingScreen.Name = "LoadingScreen"
  584. LoadingScreen.Parent = Synapse
  585. LoadingScreen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  586. LoadingScreen.Position = UDim2.new(0.5, -250,0.5, -125)
  587. LoadingScreen.Size = UDim2.new(0, 424, 0, 221)
  588.  
  589. Logo_3.Name = "Logo"
  590. Logo_3.Parent = LoadingScreen
  591. Logo_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  592. Logo_3.BackgroundTransparency = 1
  593. Logo_3.Position = UDim2.new(0.103773579, 0, 0.0723981932, 0)
  594. Logo_3.Size = UDim2.new(0, 250, 0, 42)
  595. Logo_3.Image = "rbxassetid://1505584527"
  596.  
  597. Logo11.Name = "Logo11"
  598. Logo11.Parent = LoadingScreen
  599. Logo11.BackgroundColor3 = Color3.new(1, 1, 1)
  600. Logo11.BackgroundTransparency = 1
  601. Logo11.Position = UDim2.new(0.627358437, 0, 0.131221727, 0)
  602. Logo11.Size = UDim2.new(0, 114, 0, 29)
  603. Logo11.Font = Enum.Font.SourceSansBold
  604. Logo11.Text = "GUI"
  605. Logo11.TextColor3 = Color3.new(1, 1, 1)
  606. Logo11.TextSize = 20
  607.  
  608. Loading1.Name = "Loading1"
  609. Loading1.Parent = LoadingScreen
  610. Loading1.BackgroundColor3 = Color3.new(1, 1, 1)
  611. Loading1.BackgroundTransparency = 1
  612. Loading1.Position = UDim2.new(0.264150947, 0, 0.737556577, 0)
  613. Loading1.Size = UDim2.new(0, 200, 0, 34)
  614. Loading1.Font = Enum.Font.SourceSansBold
  615. Loading1.Text = "[ Downloading Data... ]"
  616. Loading1.TextColor3 = Color3.new(1, 1, 1)
  617. Loading1.TextSize = 20
  618.  
  619. ScrollingFrame.Parent = LoadingScreen
  620. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  621. ScrollingFrame.Position = UDim2.new(0.103773586, 0, 0.46606335, 0)
  622. ScrollingFrame.Size = UDim2.new(0, 336, 0, 38)
  623. ScrollingFrame.ScrollBarThickness = 0
  624.  
  625. LoadingBar.Name = "LoadingBar"
  626. LoadingBar.Parent = ScrollingFrame
  627. LoadingBar.BackgroundColor3 = Color3.new(0.0627451, 0.639216, 0)
  628. LoadingBar.BorderSizePixel = 0
  629. LoadingBar.Position = UDim2.new(-1, 0, 0, 0)
  630. LoadingBar.Size = UDim2.new(0, 336, 0, 38)
  631. -- Scripts:
  632. function SCRIPT_THUB68_FAKESCRIPT() -- _.LocalScript
  633. getfenv().script = Instance.new('LocalScript', _)
  634.  
  635. script.Parent.MouseButton1Down:connect(function()
  636. script.Parent.Parent.Visible = false
  637. script.Parent.Parent.Parent.OpenGUI.Visible = true
  638. end)
  639.  
  640. end
  641. coroutine.resume(coroutine.create(SCRIPT_THUB68_FAKESCRIPT))
  642. function SCRIPT_SFQR82_FAKESCRIPT() -- X.LocalScript
  643. getfenv().script = Instance.new('LocalScript', X)
  644.  
  645. script.Parent.MouseButton1Down:connect(function()
  646. script.Parent.Parent:Destroy()
  647. end)
  648.  
  649. end
  650. coroutine.resume(coroutine.create(SCRIPT_SFQR82_FAKESCRIPT))
  651. function SCRIPT_PICT75_FAKESCRIPT() -- ScriptHubButton.LocalScript
  652. getfenv().script = Instance.new('LocalScript', ScriptHubButton)
  653.  
  654. script.Parent.MouseButton1Down:connect(function()
  655. script.Parent.Parent.Parent.Parent.ScriptHubMain.Visible = true
  656. end)
  657.  
  658. end
  659. coroutine.resume(coroutine.create(SCRIPT_PICT75_FAKESCRIPT))
  660. function SCRIPT_TFPZ85_FAKESCRIPT() -- ChangeThemeButton.LocalScript
  661. getfenv().script = Instance.new('LocalScript', ChangeThemeButton)
  662.  
  663. script.Parent.MouseButton1Down:connect(function()
  664. script.Parent.Text = "Coming Soon!"
  665. wait(5)
  666. script.Parent.Text = "Change Theme"
  667. end)
  668.  
  669. end
  670. coroutine.resume(coroutine.create(SCRIPT_TFPZ85_FAKESCRIPT))
  671. function SCRIPT_SAMZ90_FAKESCRIPT() -- TestButton.LocalScript
  672. getfenv().script = Instance.new('LocalScript', TestButton)
  673.  
  674. script.MouseButton1Down:connect(function()
  675.  
  676. end)
  677.  
  678. end
  679. coroutine.resume(coroutine.create(SCRIPT_SAMZ90_FAKESCRIPT))
  680. function SCRIPT_XEUL76_FAKESCRIPT() -- MainFrame.LocalScript
  681. getfenv().script = Instance.new('LocalScript', MainFrame)
  682.  
  683. script.Parent.Draggable = true
  684.  
  685. end
  686. coroutine.resume(coroutine.create(SCRIPT_XEUL76_FAKESCRIPT))
  687. function SCRIPT_YZFG78_FAKESCRIPT() -- X_2.LocalScript
  688. getfenv().script = Instance.new('LocalScript', X_2)
  689.  
  690. script.Parent.MouseButton1Down:connect(function()
  691. script.Parent.Parent.Visible = false
  692. end)
  693.  
  694. end
  695. coroutine.resume(coroutine.create(SCRIPT_YZFG78_FAKESCRIPT))
  696. function SCRIPT_JJIS76_FAKESCRIPT() -- OpenButton.LocalScript
  697. getfenv().script = Instance.new('LocalScript', OpenButton)
  698.  
  699. script.Parent.MouseButton1Down:connect(function()
  700. script.Parent.Parent.Parent.MainFrame.Visible = true
  701. script.Parent.Parent.Visible = false
  702. end)
  703.  
  704. end
  705. coroutine.resume(coroutine.create(SCRIPT_JJIS76_FAKESCRIPT))
  706. function SCRIPT_EXHE82_FAKESCRIPT() -- LoadingBar.LocalScript
  707. getfenv().script = Instance.new('LocalScript', LoadingBar)
  708.  
  709. script.Parent:TweenPosition(UDim2.new(-0.616, 0,0, 0), "Out", "Linear", 2, true)
  710. wait(3)
  711. script.Parent.Parent.Parent.Loading1.Text = "[ Verifying Data... ]"
  712. script.Parent:TweenPosition(UDim2.new(-0.229, 0,0, 0), "Out", "Linear", 2, true)
  713. wait(3)
  714. script.Parent.Parent.Parent.Loading1.Text = "[ Preparing... ]"
  715. script.Parent:TweenPosition(UDim2.new(-0, 0,0, 0), "Out", "Linear", 2, true)
  716. wait(3)
  717. script.Parent.Parent.Parent.Loading1.Text = "[ Loaded! ]"
  718. wait(1)
  719. script.Parent.Parent.Parent.Visible = false
  720. script.Parent.Parent.Parent.Parent.MainFrame.Visible = true
  721.  
  722.  
  723.  
  724. end
  725. coroutine.resume(coroutine.create(SCRIPT_EXHE82_FAKESCRIPT))
  726.  
  727. -- End of script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement