Advertisement
NiceBBMBThai

Synapse x UI

Dec 28th, 2021
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 KB | None | 0 0
  1. local Synapse = Instance.new("ScreenGui")
  2. local credits = Instance.new("Frame")
  3. local ac = Instance.new("TextLabel")
  4. local ImageLabel = Instance.new("ImageLabel")
  5. local ab = Instance.new("TextLabel")
  6. local open = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local maingui = Instance.new("Frame")
  9. local script_area = Instance.new("Frame")
  10. local TextBox = Instance.new("TextBox")
  11. local Logo = Instance.new("ImageLabel")
  12. local ver = Instance.new("TextLabel")
  13. local buttons = Instance.new("Frame")
  14. local Execute = Instance.new("TextButton")
  15. local Clear = Instance.new("TextButton")
  16. local Open = Instance.new("TextButton")
  17. local Attach = Instance.new("TextButton")
  18. local FullToggle = Instance.new("TextButton")
  19. local ScriptHub = Instance.new("TextButton")
  20. local Message = Instance.new("TextLabel")
  21. local scripts = Instance.new("ScrollingFrame")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local TextLabel_5 = Instance.new("TextLabel")
  26. local TextLabel_6 = Instance.new("TextLabel")
  27. local TextLabel_7 = Instance.new("TextLabel")
  28. local TextLabel_8 = Instance.new("TextLabel")
  29. local TextLabel_9 = Instance.new("TextLabel")
  30. local close = Instance.new("Frame")
  31. local TextButton = Instance.new("TextButton")
  32.  
  33. Synapse.Name = "Synapse"
  34. Synapse.Parent = game.CoreGui
  35.  
  36. credits.Name = "credits"
  37. credits.Parent = Synapse
  38. credits.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  39. credits.BorderSizePixel = 0
  40. credits.Position = UDim2.new(0.408288598, 0, -0.227540761, 0)
  41. credits.Size = UDim2.new(0, 238, 0, 100)
  42.  
  43. ac.Name = "ac"
  44. ac.Parent = credits
  45. ac.BackgroundColor3 = Color3.new(1, 1, 1)
  46. ac.BackgroundTransparency = 1
  47. ac.Position = UDim2.new(0.243697479, 0, -0.330000013, 0)
  48. ac.Size = UDim2.new(0, 134, 0, 100)
  49. ac.Font = Enum.Font.SourceSans
  50. ac.Text = "GUI Created by StevenAwesomeness1"
  51. ac.TextColor3 = Color3.new(1, 1, 1)
  52. ac.TextSize = 14
  53.  
  54. ImageLabel.Parent = credits
  55. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  56. ImageLabel.BackgroundTransparency = 1
  57. ImageLabel.Position = UDim2.new(0.142857075, 0, 0.319999963, 0)
  58. ImageLabel.Size = UDim2.new(0, 170, 0, 35)
  59. ImageLabel.Image = "rbxassetid://1330524583"
  60.  
  61. ab.Name = "ab"
  62. ab.Parent = credits
  63. ab.BackgroundColor3 = Color3.new(1, 1, 1)
  64. ab.BackgroundTransparency = 1
  65. ab.Position = UDim2.new(0.216386557, 0, 0.319999963, 0)
  66. ab.Size = UDim2.new(0, 134, 0, 100)
  67. ab.Font = Enum.Font.SourceSans
  68. ab.Text = "Exploit created by 3dsboy"
  69. ab.TextColor3 = Color3.new(1, 1, 1)
  70. ab.TextSize = 14
  71.  
  72. open.Name = "open"
  73. open.Parent = Synapse
  74. open.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  75. open.BorderSizePixel = 0
  76. open.Position = UDim2.new(0.356101304, 0, 0.417249411, 0)
  77. open.Size = UDim2.new(0, 264, 0, 100)
  78. open.Visible = false
  79.  
  80. TextLabel.Parent = open
  81. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextLabel.BackgroundTransparency = 1
  83. TextLabel.Position = UDim2.new(0.263941944, 0, 0, 0)
  84. TextLabel.Size = UDim2.new(0, 134, 0, 100)
  85. TextLabel.Font = Enum.Font.SourceSans
  86. TextLabel.Text = "You can't open a file inside a ROBLOX game lol"
  87. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  88. TextLabel.TextSize = 14
  89.  
  90. maingui.Name = "maingui"
  91. maingui.Parent = Synapse
  92. maingui.Active = true
  93. maingui.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  94. maingui.BorderSizePixel = 0
  95. maingui.Draggable = true
  96. maingui.Position = UDim2.new(0.15516822, 0, 0.230769232, 0)
  97. maingui.Selectable = true
  98. maingui.Size = UDim2.new(0, 871, 0, 468)
  99. maingui.Visible = false
  100.  
  101. script_area.Name = "script_area"
  102. script_area.Parent = maingui
  103. script_area.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  104. script_area.BorderSizePixel = 0
  105. script_area.Position = UDim2.new(0.0333692133, 0, 0.166666672, 0)
  106. script_area.Size = UDim2.new(0, 626, 0, 311)
  107.  
  108. TextBox.Parent = script_area
  109. TextBox.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  110. TextBox.Size = UDim2.new(0, 626, 0, 312)
  111. TextBox.ClearTextOnFocus = false
  112. TextBox.Font = Enum.Font.SourceSans
  113. TextBox.MultiLine = true
  114. TextBox.Text = "print(\"Hello world!\")"
  115. TextBox.TextColor3 = Color3.new(1, 1, 1)
  116. TextBox.TextSize = 14
  117. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  118. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  119.  
  120. Logo.Name = "Logo"
  121. Logo.Parent = maingui
  122. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Logo.BackgroundTransparency = 1
  124. Logo.Position = UDim2.new(0.0330615938, 0, 0.0507691801, 0)
  125. Logo.Size = UDim2.new(0, 170, 0, 35)
  126. Logo.Image = "rbxassetid://1330524583"
  127.  
  128. ver.Name = "ver"
  129. ver.Parent = maingui
  130. ver.BackgroundColor3 = Color3.new(1, 1, 1)
  131. ver.BackgroundTransparency = 1
  132. ver.BorderSizePixel = 0
  133. ver.Position = UDim2.new(0.239683434, 0, 0.0341880359, 0)
  134. ver.Size = UDim2.new(0, 106, 0, 50)
  135. ver.Font = Enum.Font.SourceSans
  136. ver.Text = "v4.5.0"
  137. ver.TextColor3 = Color3.new(1, 1, 1)
  138. ver.TextScaled = true
  139. ver.TextSize = 14
  140. ver.TextWrapped = true
  141. ver.TextXAlignment = Enum.TextXAlignment.Left
  142.  
  143. buttons.Name = "buttons"
  144. buttons.Parent = maingui
  145. buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  146. buttons.BackgroundTransparency = 1
  147. buttons.Position = UDim2.new(0.0333692133, 0, 0.867521346, 0)
  148. buttons.Size = UDim2.new(0, 626, 0, 41)
  149.  
  150. Execute.Name = "Execute"
  151. Execute.Parent = buttons
  152. Execute.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  153. Execute.BorderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  154. Execute.Size = UDim2.new(0, 110, 0, 41)
  155. Execute.Font = Enum.Font.SourceSans
  156. Execute.Text = "Execute"
  157. Execute.TextColor3 = Color3.new(1, 1, 1)
  158. Execute.TextScaled = true
  159. Execute.TextSize = 14
  160. Execute.TextWrapped = true
  161. Execute.MouseButton1Click:connect(function()
  162. loadstring(TextBox.Text)()
  163. end)
  164.  
  165.  
  166. Clear.Name = "Clear"
  167. Clear.Parent = buttons
  168. Clear.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  169. Clear.BorderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  170. Clear.Position = UDim2.new(0.191693291, 0, 0, 0)
  171. Clear.Size = UDim2.new(0, 110, 0, 41)
  172. Clear.Font = Enum.Font.SourceSans
  173. Clear.Text = "Clear"
  174. Clear.TextColor3 = Color3.new(1, 1, 1)
  175. Clear.TextScaled = true
  176. Clear.TextSize = 14
  177. Clear.TextWrapped = true
  178. Clear.MouseButton1Click:connect(function()
  179. TextBox.Text = "Cleared."
  180. TextBox.TextSize = 50.000
  181. wait(1)
  182. TextBox.Text = ""
  183. TextBox.TextSize = 14.000
  184. end)
  185.  
  186. Open.Name = "Open"
  187. Open.Parent = buttons
  188. Open.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  189. Open.BorderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  190. Open.Position = UDim2.new(0.380191684, 0, 0, 0)
  191. Open.Size = UDim2.new(0, 110, 0, 41)
  192. Open.Font = Enum.Font.SourceSans
  193. Open.Text = "Open"
  194. Open.TextColor3 = Color3.new(1, 1, 1)
  195. Open.TextScaled = true
  196. Open.TextSize = 14
  197. Open.TextWrapped = true
  198. Open.MouseButton1Click:connect(function()
  199. open.Visible = true
  200. maingui.Visible = false
  201. wait(2)
  202. open.Visible = false
  203. maingui.Visible = true
  204. end)
  205.  
  206. Attach.Name = "Attach"
  207. Attach.Parent = buttons
  208. Attach.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  209. Attach.BorderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  210. Attach.Position = UDim2.new(0.57188499, 0, 0, 0)
  211. Attach.Size = UDim2.new(0, 110, 0, 41)
  212. Attach.Font = Enum.Font.SourceSans
  213. Attach.Text = "Attach"
  214. Attach.TextColor3 = Color3.new(1, 1, 1)
  215. Attach.TextScaled = true
  216. Attach.TextSize = 14
  217. Attach.TextWrapped = true
  218. Attach.MouseButton1Click:connect(function()
  219. Message.Text = "Already attached!"
  220. wait(3)
  221. Message.Text = ""
  222. end)
  223.  
  224. FullToggle.Name = "FullToggle"
  225. FullToggle.Parent = buttons
  226. FullToggle.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  227. FullToggle.BorderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  228. FullToggle.Position = UDim2.new(1.02715659, 0, 0, 0)
  229. FullToggle.Size = UDim2.new(0, 193, 0, 41)
  230. FullToggle.Font = Enum.Font.SourceSans
  231. FullToggle.Text = "Disable Full"
  232. FullToggle.TextColor3 = Color3.new(1, 1, 1)
  233. FullToggle.TextScaled = true
  234. FullToggle.TextSize = 14
  235. FullToggle.TextWrapped = true
  236. FullToggle.MouseButton1Click:connect(function()
  237. if FullToggle.Text == "Disable Full" then
  238. FullToggle.Text = "Enable Full"
  239. elseif
  240. FullToggle.Text == "Enable Full" then
  241. FullToggle.Text = "Disable Full"
  242. end
  243. end)
  244.  
  245. ScriptHub.Name = "ScriptHub"
  246. ScriptHub.Parent = buttons
  247. ScriptHub.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  248. ScriptHub.BorderColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  249. ScriptHub.Position = UDim2.new(0.758785903, 0, 0, 0)
  250. ScriptHub.Size = UDim2.new(0, 151, 0, 41)
  251. ScriptHub.Font = Enum.Font.SourceSans
  252. ScriptHub.Text = "Script Hub"
  253. ScriptHub.TextColor3 = Color3.new(1, 1, 1)
  254. ScriptHub.TextScaled = true
  255. ScriptHub.TextSize = 14
  256. ScriptHub.TextWrapped = true
  257. ScriptHub.MouseButton1Click:connect(function()
  258. ScriptHub.Text = "Work In Progress"
  259. wait(1)
  260. ScriptHub.Text = "Script Hub"
  261. end)
  262.  
  263. Message.Name = "Message"
  264. Message.Parent = maingui
  265. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Message.BackgroundTransparency = 1
  267. Message.BorderSizePixel = 0
  268. Message.Position = UDim2.new(0.369690001, 0, 0.0363247879, 0)
  269. Message.Size = UDim2.new(0, 182, 0, 50)
  270. Message.Font = Enum.Font.SourceSans
  271. Message.Text = ""
  272. Message.TextColor3 = Color3.new(1, 1, 1)
  273. Message.TextScaled = true
  274. Message.TextSize = 14
  275. Message.TextWrapped = true
  276. Message.TextXAlignment = Enum.TextXAlignment.Left
  277.  
  278. scripts.Name = "scripts"
  279. scripts.Parent = maingui
  280. scripts.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  281. scripts.Position = UDim2.new(0.771526992, 0, 0.166666672, 0)
  282. scripts.Size = UDim2.new(0, 178, 0, 312)
  283. scripts.BottomImage = ""
  284. scripts.MidImage = ""
  285. scripts.TopImage = ""
  286.  
  287. TextLabel_2.Parent = scripts
  288. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  289. TextLabel_2.BackgroundTransparency = 1
  290. TextLabel_2.BorderSizePixel = 0
  291. TextLabel_2.Size = UDim2.new(0, 164, 0, 50)
  292. TextLabel_2.Font = Enum.Font.SourceSans
  293. TextLabel_2.Text = "no scripts :("
  294. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  295. TextLabel_2.TextScaled = true
  296. TextLabel_2.TextSize = 14
  297. TextLabel_2.TextWrapped = true
  298.  
  299. TextLabel_3.Parent = scripts
  300. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  301. TextLabel_3.BackgroundTransparency = 1
  302. TextLabel_3.BorderSizePixel = 0
  303. TextLabel_3.Position = UDim2.new(0, 0, 0.05448718, 0)
  304. TextLabel_3.Size = UDim2.new(0, 164, 0, 50)
  305. TextLabel_3.Font = Enum.Font.SourceSans
  306. TextLabel_3.Text = "no scripts :("
  307. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  308. TextLabel_3.TextScaled = true
  309. TextLabel_3.TextSize = 14
  310. TextLabel_3.TextWrapped = true
  311.  
  312. TextLabel_4.Parent = scripts
  313. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  314. TextLabel_4.BackgroundTransparency = 1
  315. TextLabel_4.BorderSizePixel = 0
  316. TextLabel_4.Position = UDim2.new(0, 0, 0.10897436, 0)
  317. TextLabel_4.Size = UDim2.new(0, 164, 0, 50)
  318. TextLabel_4.Font = Enum.Font.SourceSans
  319. TextLabel_4.Text = "no scripts :("
  320. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  321. TextLabel_4.TextScaled = true
  322. TextLabel_4.TextSize = 14
  323. TextLabel_4.TextWrapped = true
  324.  
  325. TextLabel_5.Parent = scripts
  326. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  327. TextLabel_5.BackgroundTransparency = 1
  328. TextLabel_5.BorderSizePixel = 0
  329. TextLabel_5.Position = UDim2.new(0, 0, 0.160256416, 0)
  330. TextLabel_5.Size = UDim2.new(0, 164, 0, 50)
  331. TextLabel_5.Font = Enum.Font.SourceSans
  332. TextLabel_5.Text = "no scripts :("
  333. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  334. TextLabel_5.TextScaled = true
  335. TextLabel_5.TextSize = 14
  336. TextLabel_5.TextWrapped = true
  337.  
  338. TextLabel_6.Parent = scripts
  339. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  340. TextLabel_6.BackgroundTransparency = 1
  341. TextLabel_6.BorderSizePixel = 0
  342. TextLabel_6.Position = UDim2.new(0, 0, 0.211538464, 0)
  343. TextLabel_6.Size = UDim2.new(0, 164, 0, 50)
  344. TextLabel_6.Font = Enum.Font.SourceSans
  345. TextLabel_6.Text = "no scripts :("
  346. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  347. TextLabel_6.TextScaled = true
  348. TextLabel_6.TextSize = 14
  349. TextLabel_6.TextWrapped = true
  350.  
  351. TextLabel_7.Parent = scripts
  352. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  353. TextLabel_7.BackgroundTransparency = 1
  354. TextLabel_7.BorderSizePixel = 0
  355. TextLabel_7.Position = UDim2.new(0, 0, 0.262820512, 0)
  356. TextLabel_7.Size = UDim2.new(0, 164, 0, 50)
  357. TextLabel_7.Font = Enum.Font.SourceSans
  358. TextLabel_7.Text = "no scripts :("
  359. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  360. TextLabel_7.TextScaled = true
  361. TextLabel_7.TextSize = 14
  362. TextLabel_7.TextWrapped = true
  363.  
  364. TextLabel_8.Parent = scripts
  365. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  366. TextLabel_8.BackgroundTransparency = 1
  367. TextLabel_8.BorderSizePixel = 0
  368. TextLabel_8.Position = UDim2.new(0, 0, 0.31410256, 0)
  369. TextLabel_8.Size = UDim2.new(0, 164, 0, 50)
  370. TextLabel_8.Font = Enum.Font.SourceSans
  371. TextLabel_8.Text = "no scripts :("
  372. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  373. TextLabel_8.TextScaled = true
  374. TextLabel_8.TextSize = 14
  375. TextLabel_8.TextWrapped = true
  376.  
  377. TextLabel_9.Parent = scripts
  378. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  379. TextLabel_9.BackgroundTransparency = 1
  380. TextLabel_9.BorderSizePixel = 0
  381. TextLabel_9.Position = UDim2.new(0, 0, 0.371794879, 0)
  382. TextLabel_9.Size = UDim2.new(0, 164, 0, 50)
  383. TextLabel_9.Font = Enum.Font.SourceSans
  384. TextLabel_9.Text = "no scripts :("
  385. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  386. TextLabel_9.TextScaled = true
  387. TextLabel_9.TextSize = 14
  388. TextLabel_9.TextWrapped = true
  389.  
  390. close.Name = "close"
  391. close.Parent = maingui
  392. close.BackgroundColor3 = Color3.new(1, 1, 1)
  393. close.BackgroundTransparency = 1
  394. close.Position = UDim2.new(0.958620667, 0, 0, 0)
  395. close.Size = UDim2.new(0, 36, 0, 40)
  396.  
  397. TextButton.Parent = close
  398. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  399. TextButton.Size = UDim2.new(0, 35, 0, 42)
  400. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  401. TextButton.Font = Enum.Font.SourceSansBold
  402. TextButton.Text = "X"
  403. TextButton.TextScaled = true
  404. TextButton.TextSize = 14
  405. TextButton.TextWrapped = true
  406. TextButton.MouseButton1Click:connect(function()
  407. Synapse:Remove()
  408. end)
  409.  
  410. wait(0.5)
  411. credits:TweenPosition(UDim2.new(0.5, -119,0.565, 0),'Out','Quad',0.5)
  412. wait(3)
  413. credits:TweenPosition(UDim2.new(0.5, 98,0.565, -646),'Out','Quad',0.5)
  414. wait(0.5)
  415. maingui.Visible = true
  416. credits.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement