Advertisement
PasteRC

Synapse X Ui Roblox(works for any games)

Mar 10th, 2022
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.69 KB | None | 0 0
  1. local SynapseXreal = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local bar = Instance.new("Frame")
  4. local Close = Instance.new("TextButton")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local security = Instance.new("TextLabel")
  7. local EditorFrame = Instance.new("ScrollingFrame")
  8. local Source = Instance.new("TextBox")
  9. local Comments_ = Instance.new("TextLabel")
  10. local Globals_ = Instance.new("TextLabel")
  11. local Keywords_ = Instance.new("TextLabel")
  12. local RemoteHighlight_ = Instance.new("TextLabel")
  13. local Strings_ = Instance.new("TextLabel")
  14. local Tokens_ = Instance.new("TextLabel")
  15. local Numbers_ = Instance.new("TextLabel")
  16. local Lines = Instance.new("TextLabel")
  17. local title = Instance.new("TextLabel")
  18. local list = Instance.new("Frame")
  19. local execute = Instance.new("TextButton")
  20. local clear = Instance.new("TextButton")
  21. local scripthub = Instance.new("TextButton")
  22. local Attach = Instance.new("TextButton")
  23. local title_2 = Instance.new("ImageLabel")
  24. local scripthub_2 = Instance.new("Frame")
  25. local bar_2 = Instance.new("Frame")
  26. local select = Instance.new("Frame")
  27. local dex = Instance.new("TextButton")
  28. local esp = Instance.new("TextButton")
  29. local spy = Instance.new("TextButton")
  30. local dumper = Instance.new("TextButton")
  31. local desc = Instance.new("Frame")
  32. local descri = Instance.new("TextLabel")
  33. local title_3 = Instance.new("TextLabel")
  34. local execute_2 = Instance.new("TextButton")
  35. local close = Instance.new("TextButton")
  36. local title_4 = Instance.new("ImageLabel")
  37.  
  38. local scriptselected = "none"
  39. local injected = false
  40.  
  41. --Properties:
  42.  
  43. SynapseXreal.Name = "Synapse X (real)"
  44. SynapseXreal.Parent = game.CoreGui
  45. SynapseXreal.ResetOnSpawn = false
  46.  
  47. MainFrame.Name = "MainFrame"
  48. MainFrame.Parent = SynapseXreal
  49. MainFrame.Active = true
  50. MainFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  51. MainFrame.BorderSizePixel = 0
  52. MainFrame.Position = UDim2.new(0.0543109924, 0, 0.103222892, 0)
  53. MainFrame.Size = UDim2.new(0, 689, 0, 320)
  54.  
  55. bar.Name = "bar"
  56. bar.Parent = MainFrame
  57. bar.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  58. bar.BackgroundTransparency = 0.800
  59. bar.BorderSizePixel = 0
  60. bar.Position = UDim2.new(-0, 0, -0.00296382909, 0)
  61. bar.Size = UDim2.new(0, 689, 0, 25)
  62.  
  63. Close.Name = "Close"
  64. Close.Parent = bar
  65. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Close.BackgroundTransparency = 1.000
  67. Close.BorderColor3 = Color3.fromRGB(27, 42, 53)
  68. Close.BorderSizePixel = 0
  69. Close.Position = UDim2.new(0.969521046, 0, 0, 0)
  70. Close.Size = UDim2.new(0, 21, 0, 25)
  71. Close.Font = Enum.Font.Arial
  72. Close.Text = "X"
  73. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. Close.TextSize = 14.000
  75. Close.MouseButton1Click:Connect(function()
  76. SynapseXreal:Destroy()
  77. end)
  78.  
  79. ImageLabel.Parent = MainFrame
  80. ImageLabel.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  81. ImageLabel.BorderSizePixel = 0
  82. ImageLabel.Position = UDim2.new(0.0252733715, 0, 0.015625, 27)
  83. ImageLabel.Size = UDim2.new(0, 541, 0, 246)
  84.  
  85. security.Name = "security"
  86. security.Parent = ImageLabel
  87. security.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. security.Size = UDim2.new(0, 552, 0, 258)
  89. security.Visible = false
  90. security.Font = Enum.Font.SourceSans
  91. security.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. security.TextSize = 14.000
  93.  
  94. EditorFrame.Name = "EditorFrame"
  95. EditorFrame.Parent = ImageLabel
  96. EditorFrame.BackgroundColor3 = Color3.fromRGB(37, 37, 37)
  97. EditorFrame.BackgroundTransparency = 1.000
  98. EditorFrame.BorderColor3 = Color3.fromRGB(61, 61, 61)
  99. EditorFrame.Size = UDim2.new(1, 0, 1, 0)
  100. EditorFrame.ZIndex = 3
  101. EditorFrame.BottomImage = "rbxassetid://148970562"
  102. EditorFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  103. EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  104. EditorFrame.MidImage = "rbxassetid://148970562"
  105. EditorFrame.ScrollBarThickness = 5
  106. EditorFrame.TopImage = "rbxassetid://148970562"
  107.  
  108. Source.Name = "Source"
  109. Source.Parent = EditorFrame
  110. Source.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. Source.BackgroundTransparency = 1.000
  112. Source.Position = UDim2.new(0, 30, 0, 0)
  113. Source.Size = UDim2.new(0.945652187, 0, 1, 0)
  114. Source.ZIndex = 3
  115. Source.ClearTextOnFocus = false
  116. Source.Font = Enum.Font.Code
  117. Source.MultiLine = true
  118. Source.PlaceholderColor3 = Color3.fromRGB(204, 204, 204)
  119. Source.Text = ""
  120. Source.TextColor3 = Color3.fromRGB(204, 204, 204)
  121. Source.TextSize = 15.000
  122. Source.TextXAlignment = Enum.TextXAlignment.Left
  123. Source.TextYAlignment = Enum.TextYAlignment.Top
  124.  
  125. Comments_.Name = "Comments_"
  126. Comments_.Parent = Source
  127. Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. Comments_.BackgroundTransparency = 1.000
  129. Comments_.Size = UDim2.new(1, 0, 1, 0)
  130. Comments_.ZIndex = 5
  131. Comments_.Font = Enum.Font.Code
  132. Comments_.Text = ""
  133. Comments_.TextColor3 = Color3.fromRGB(59, 200, 59)
  134. Comments_.TextSize = 15.000
  135. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  136. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  137.  
  138. Globals_.Name = "Globals_"
  139. Globals_.Parent = Source
  140. Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. Globals_.BackgroundTransparency = 1.000
  142. Globals_.Size = UDim2.new(1, 0, 1, 0)
  143. Globals_.ZIndex = 5
  144. Globals_.Font = Enum.Font.Code
  145. Globals_.Text = ""
  146. Globals_.TextColor3 = Color3.fromRGB(132, 214, 247)
  147. Globals_.TextSize = 15.000
  148. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  149. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  150.  
  151. Keywords_.Name = "Keywords_"
  152. Keywords_.Parent = Source
  153. Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. Keywords_.BackgroundTransparency = 1.000
  155. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  156. Keywords_.ZIndex = 5
  157. Keywords_.Font = Enum.Font.Code
  158. Keywords_.Text = ""
  159. Keywords_.TextColor3 = Color3.fromRGB(248, 109, 124)
  160. Keywords_.TextSize = 15.000
  161. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  162. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  163.  
  164. RemoteHighlight_.Name = "RemoteHighlight_"
  165. RemoteHighlight_.Parent = Source
  166. RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  167. RemoteHighlight_.BackgroundTransparency = 1.000
  168. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  169. RemoteHighlight_.ZIndex = 5
  170. RemoteHighlight_.Font = Enum.Font.Code
  171. RemoteHighlight_.Text = ""
  172. RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255)
  173. RemoteHighlight_.TextSize = 15.000
  174. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  175. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  176.  
  177. Strings_.Name = "Strings_"
  178. Strings_.Parent = Source
  179. Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. Strings_.BackgroundTransparency = 1.000
  181. Strings_.Size = UDim2.new(1, 0, 1, 0)
  182. Strings_.ZIndex = 5
  183. Strings_.Font = Enum.Font.Code
  184. Strings_.Text = ""
  185. Strings_.TextColor3 = Color3.fromRGB(173, 241, 149)
  186. Strings_.TextSize = 15.000
  187. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  188. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  189.  
  190. Tokens_.Name = "Tokens_"
  191. Tokens_.Parent = Source
  192. Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. Tokens_.BackgroundTransparency = 1.000
  194. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  195. Tokens_.ZIndex = 5
  196. Tokens_.Font = Enum.Font.Code
  197. Tokens_.Text = ""
  198. Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. Tokens_.TextSize = 15.000
  200. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  201. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  202.  
  203. Numbers_.Name = "Numbers_"
  204. Numbers_.Parent = Source
  205. Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. Numbers_.BackgroundTransparency = 1.000
  207. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  208. Numbers_.ZIndex = 4
  209. Numbers_.Font = Enum.Font.Code
  210. Numbers_.Text = ""
  211. Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0)
  212. Numbers_.TextSize = 15.000
  213. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  214. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  215.  
  216. Lines.Name = "Lines"
  217. Lines.Parent = EditorFrame
  218. Lines.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. Lines.BackgroundTransparency = 1.000
  220. Lines.Size = UDim2.new(0, 30, 1, 0)
  221. Lines.ZIndex = 4
  222. Lines.Font = Enum.Font.Code
  223. Lines.Text = "1"
  224. Lines.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. Lines.TextSize = 15.000
  226. Lines.TextYAlignment = Enum.TextYAlignment.Top
  227.  
  228. title.Name = "title"
  229. title.Parent = MainFrame
  230. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  231. title.BackgroundTransparency = 1.000
  232. title.Position = UDim2.new(0.330062926, 0, 0.00625000056, 0)
  233. title.Size = UDim2.new(0, 200, 0, 22)
  234. title.Font = Enum.Font.SourceSans
  235. title.Text = "Synapse X - vRBX"
  236. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. title.TextSize = 16.000
  238.  
  239. list.Name = "list"
  240. list.Parent = MainFrame
  241. list.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  242. list.BorderSizePixel = 0
  243. list.Position = UDim2.new(0.820970535, 0, 0.100000001, 0)
  244. list.Size = UDim2.new(0, 114, 0, 246)
  245.  
  246. execute.Name = "execute"
  247. execute.Parent = MainFrame
  248. execute.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  249. execute.BackgroundTransparency = 0.800
  250. execute.BorderSizePixel = 0
  251. execute.Position = UDim2.new(0.0095389355, 0, 0.887499988, 0)
  252. execute.Size = UDim2.new(0, 92, 0, 30)
  253. execute.Font = Enum.Font.Arial
  254. execute.Text = "Execute"
  255. execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. execute.TextSize = 14.000
  257. execute.MouseButton1Click:Connect(function()
  258. if injected == true then
  259. loadstring(Source.Text)()
  260. end
  261. if injected == false then
  262. title.Text = "Synapse X - vRBX (not injected! press attach)"
  263. end
  264. end)
  265.  
  266. clear.Name = "clear"
  267. clear.Parent = MainFrame
  268. clear.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  269. clear.BackgroundTransparency = 0.800
  270. clear.BorderSizePixel = 0
  271. clear.Position = UDim2.new(0.154146105, 0, 0.887499988, 0)
  272. clear.Size = UDim2.new(0, 84, 0, 30)
  273. clear.Font = Enum.Font.Arial
  274. clear.Text = "Clear"
  275. clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  276. clear.TextSize = 14.000
  277. clear.MouseButton1Click:Connect(function()
  278. Source.Text = ""
  279. end)
  280.  
  281. scripthub.Name = "scripthub"
  282. scripthub.Parent = MainFrame
  283. scripthub.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  284. scripthub.BackgroundTransparency = 0.800
  285. scripthub.BorderSizePixel = 0
  286. scripthub.Position = UDim2.new(0.871768773, 0, 0.887499988, 0)
  287. scripthub.Size = UDim2.new(0, 79, 0, 30)
  288. scripthub.Font = Enum.Font.Arial
  289. scripthub.Text = "Script Hub"
  290. scripthub.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. scripthub.TextSize = 14.000
  292. scripthub.MouseButton1Click:Connect(function()
  293. scripthub_2.Visible = true
  294. end)
  295.  
  296. Attach.Name = "Attach"
  297. Attach.Parent = MainFrame
  298. Attach.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  299. Attach.BackgroundTransparency = 0.800
  300. Attach.BorderSizePixel = 0
  301. Attach.Position = UDim2.new(0.741144657, 0, 0.887499988, 0)
  302. Attach.Size = UDim2.new(0, 84, 0, 30)
  303. Attach.Font = Enum.Font.Arial
  304. Attach.Text = "Attach"
  305. Attach.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. Attach.TextSize = 14.000
  307. Attach.MouseButton1Click:Connect(function()
  308. print("hi")
  309. if injected == true then
  310. title.Text = "Synapse X - vRBX (already injected!)"
  311. wait(1)
  312. title.Text = "Synapse X - vRBX"
  313. end
  314. if injected == false then
  315. title.Text = "Synapse X - vRBX (checking...)"
  316. wait(0.1)
  317. title.Text = "Synapse X - vRBX (injecting...)"
  318. wait(1.5)
  319. title.Text = "Synapse X - vRBX (checking whitelist...)"
  320. wait(0.8)
  321. title.Text = "Synapse X - vRBX (scanning...)"
  322. wait(0.3)
  323. title.Text = "Synapse X - vRBX (ready!)"
  324. wait(0.5)
  325. title.Text = "Synapse X - vRBX"
  326. injected = true
  327. end
  328. end)
  329.  
  330. title_2.Name = "title"
  331. title_2.Parent = MainFrame
  332. title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. title_2.BackgroundTransparency = 1.000
  334. title_2.Position = UDim2.new(0.00870821718, 0, 0, 0)
  335. title_2.Size = UDim2.new(0, 18, 0, 24)
  336. title_2.ZIndex = 14
  337. title_2.Image = "http://www.roblox.com/asset/?id=7641125882"
  338. title_2.ImageRectSize = Vector2.new(138, 167)
  339.  
  340. scripthub_2.Name = "scripthub"
  341. scripthub_2.Parent = SynapseXreal
  342. scripthub_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  343. scripthub_2.BorderSizePixel = 0
  344. scripthub_2.Position = UDim2.new(0.433135211, 0, 0.502979755, 0)
  345. scripthub_2.Size = UDim2.new(0, 290, 0, 305)
  346. scripthub_2.Visible = false
  347. scripthub_2.ZIndex = 100
  348.  
  349. bar_2.Name = "bar"
  350. bar_2.Parent = scripthub_2
  351. bar_2.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  352. bar_2.BackgroundTransparency = 0.800
  353. bar_2.BorderSizePixel = 0
  354. bar_2.Position = UDim2.new(0, 0, -0.0029638072, 0)
  355. bar_2.Size = UDim2.new(0, 290, 0, 25)
  356.  
  357. select.Name = "select"
  358. select.Parent = scripthub_2
  359. select.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  360. select.BorderSizePixel = 0
  361. select.Position = UDim2.new(0.0299979374, 0, 0.104918033, 0)
  362. select.Size = UDim2.new(0, 82, 0, 264)
  363. select.ZIndex = 110
  364.  
  365. dex.Name = "dex"
  366. dex.Parent = select
  367. dex.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  368. dex.BackgroundTransparency = 1.000
  369. dex.BorderColor3 = Color3.fromRGB(0, 0, 49)
  370. dex.BorderSizePixel = 0
  371. dex.Position = UDim2.new(0.0121960752, 0, -1.49011612e-08, 0)
  372. dex.Size = UDim2.new(0, 80, 0, 18)
  373. dex.Font = Enum.Font.SourceSans
  374. dex.Text = " Dark Dex"
  375. dex.TextColor3 = Color3.fromRGB(255, 255, 255)
  376. dex.TextSize = 14.000
  377. dex.TextXAlignment = Enum.TextXAlignment.Left
  378. dex.ZIndex = 110
  379. dex.MouseButton1Click:Connect(function()
  380. scriptselected = "dex"
  381. end)
  382.  
  383. esp.Name = "esp"
  384. esp.Parent = select
  385. esp.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  386. esp.BackgroundTransparency = 1.000
  387. esp.BorderColor3 = Color3.fromRGB(0, 0, 49)
  388. esp.BorderSizePixel = 0
  389. esp.Position = UDim2.new(0.0121960752, 0, 0.0681818053, 0)
  390. esp.Size = UDim2.new(0, 80, 0, 18)
  391. esp.Font = Enum.Font.SourceSans
  392. esp.Text = " Unnamed ESP"
  393. esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  394. esp.TextSize = 14.000
  395. esp.TextXAlignment = Enum.TextXAlignment.Left
  396. esp.ZIndex = 110
  397. esp.MouseButton1Click:Connect(function()
  398. scriptselected = "esp"
  399. end)
  400.  
  401. spy.Name = "spy"
  402. spy.Parent = select
  403. spy.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  404. spy.BackgroundTransparency = 1.000
  405. spy.BorderColor3 = Color3.fromRGB(0, 0, 49)
  406. spy.BorderSizePixel = 0
  407. spy.Position = UDim2.new(0.0121960752, 0, 0.136363626, 0)
  408. spy.Size = UDim2.new(0, 80, 0, 18)
  409. spy.Font = Enum.Font.SourceSans
  410. spy.Text = " Remote Spy"
  411. spy.TextColor3 = Color3.fromRGB(255, 255, 255)
  412. spy.TextSize = 14.000
  413. spy.TextXAlignment = Enum.TextXAlignment.Left
  414. spy.ZIndex = 110
  415. spy.MouseButton1Click:Connect(function()
  416. scriptselected = "spy"
  417. end)
  418.  
  419. dumper.Name = "dumper"
  420. dumper.Parent = select
  421. dumper.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  422. dumper.BackgroundTransparency = 1.000
  423. dumper.BorderColor3 = Color3.fromRGB(0, 0, 49)
  424. dumper.BorderSizePixel = 0
  425. dumper.Position = UDim2.new(0.0121960752, 0, 0.204545438, 0)
  426. dumper.Size = UDim2.new(0, 80, 0, 18)
  427. dumper.Font = Enum.Font.SourceSans
  428. dumper.Text = " SaveInstance"
  429. dumper.TextColor3 = Color3.fromRGB(255, 255, 255)
  430. dumper.TextSize = 14.000
  431. dumper.TextXAlignment = Enum.TextXAlignment.Left
  432. dumper.ZIndex = 110
  433. dumper.MouseButton1Click:Connect(function()
  434. scriptselected = "dumper"
  435. end)
  436.  
  437. desc.Name = "desc"
  438. desc.Parent = scripthub_2
  439. desc.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  440. desc.BorderSizePixel = 0
  441. desc.Position = UDim2.new(0.340342641, 0, 0.613114715, 0)
  442. desc.Size = UDim2.new(0, 184, 0, 69)
  443. desc.ZIndex = 110
  444.  
  445. descri.Name = "descri"
  446. descri.Parent = desc
  447. descri.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  448. descri.BackgroundTransparency = 1.000
  449. descri.BorderSizePixel = 0
  450. descri.Position = UDim2.new(0.0112334546, 0, 0, 0)
  451. descri.Size = UDim2.new(0, 181, 0, 69)
  452. descri.Font = Enum.Font.SourceSans
  453. descri.Text = ""
  454. descri.TextColor3 = Color3.fromRGB(255, 255, 255)
  455. descri.TextSize = 15.000
  456. descri.TextWrapped = true
  457. descri.TextXAlignment = Enum.TextXAlignment.Left
  458. descri.TextYAlignment = Enum.TextYAlignment.Top
  459. descri.ZIndex = 125
  460.  
  461. title_3.Name = "title"
  462. title_3.Parent = scripthub_2
  463. title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  464. title_3.BackgroundTransparency = 1.000
  465. title_3.Position = UDim2.new(0.161097407, 0, -0.000307376496, 0)
  466. title_3.Size = UDim2.new(0, 200, 0, 22)
  467. title_3.Font = Enum.Font.SourceSans
  468. title_3.Text = "Synapse X - Script Hub"
  469. title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  470. title_3.TextSize = 16.000
  471. title_3.ZIndex = 110
  472.  
  473. execute_2.Name = "execute"
  474. execute_2.Parent = scripthub_2
  475. execute_2.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  476. execute_2.BackgroundTransparency = 0.800
  477. execute_2.BorderSizePixel = 0
  478. execute_2.Position = UDim2.new(0.34057343, 0, 0.871106505, 0)
  479. execute_2.Size = UDim2.new(0, 92, 0, 30)
  480. execute_2.Font = Enum.Font.Arial
  481. execute_2.Text = "Execute"
  482. execute_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  483. execute_2.TextSize = 14.000
  484. execute_2.ZIndex = 110
  485. execute_2.MouseButton1Click:Connect(function()
  486. if injected == true then
  487. if scriptselected == "dex" then
  488. loadstring(game:HttpGet("https://pastebin.com/raw/J8AX35Fg"))()
  489. end
  490. if scriptselected == "spy" then
  491. loadstring(game:HttpGet("https://pastebin.com/raw/u62hTuwR"))()
  492. end
  493. if scriptselected == "dumper" then
  494. saveinstance()
  495. end
  496. if scriptselected == "esp" then
  497. loadstring(game:HttpGet("https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua"))()
  498. end
  499. if scriptselected == "none" then
  500. end
  501. end
  502. if injected == false then
  503. execute_2.Text = "Not Attached!"
  504. wait(1)
  505. execute_2.Text = "Execute"
  506. end
  507. end)
  508.  
  509. close.Name = "close"
  510. close.Parent = scripthub_2
  511. close.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  512. close.BackgroundTransparency = 0.800
  513. close.BorderSizePixel = 0
  514. close.Position = UDim2.new(0.685180664, 0, 0.871106505, 0)
  515. close.Size = UDim2.new(0, 84, 0, 30)
  516. close.Font = Enum.Font.Arial
  517. close.Text = "Close"
  518. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  519. close.TextSize = 14.000
  520. close.ZIndex = 110
  521. close.MouseButton1Click:Connect(function()
  522. scriptselected = "none"
  523. scripthub_2.Visible = false
  524. end)
  525.  
  526. title_4.Name = "title"
  527. title_4.Parent = scripthub_2
  528. title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  529. title_4.BackgroundTransparency = 1.000
  530. title_4.Position = UDim2.new(0.00870821718, 0, 0, 0)
  531. title_4.Size = UDim2.new(0, 18, 0, 24)
  532. title_4.ZIndex = 110
  533. title_4.Image = "http://www.roblox.com/asset/?id=7641125882"
  534. title_4.ImageRectSize = Vector2.new(138, 167)
  535.  
  536. -- Scripts:
  537.  
  538. local function SYHNK_fake_script() -- ImageLabel.LocalScript
  539. local script = Instance.new('LocalScript', ImageLabel)
  540. local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while"}
  541. local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16"}
  542. local Source = script.Parent.EditorFrame.Source
  543. local Lines = Source.Parent.Lines
  544. local Highlight = function(string, keywords)
  545. local K = {}
  546. local S = string
  547. local Token =
  548. {
  549. ["="] = true,
  550. ["."] = true,
  551. [","] = true,
  552. ["("] = true,
  553. [")"] = true,
  554. ["["] = true,
  555. ["]"] = true,
  556. ["{"] = true,
  557. ["}"] = true,
  558. [":"] = true,
  559. ["*"] = true,
  560. ["/"] = true,
  561. ["+"] = true,
  562. ["-"] = true,
  563. ["%"] = true,
  564. [";"] = true,
  565. ["~"] = true
  566. }
  567. for i, v in pairs(keywords) do
  568. K[v] = true
  569. end
  570. S = S:gsub(".", function(c)
  571. if Token[c] ~= nil then
  572. return "\32"
  573. else
  574. return c
  575. end
  576. end)
  577. S = S:gsub("%S+", function(c)
  578. if K[c] ~= nil then
  579. return c
  580. else
  581. return (" "):rep(#c)
  582. end
  583. end)
  584. return S
  585. end
  586. local hTokens = function(string)
  587. local Token =
  588. {
  589. ["="] = true,
  590. ["."] = true,
  591. [","] = true,
  592. ["("] = true,
  593. [")"] = true,
  594. ["["] = true,
  595. ["]"] = true,
  596. ["{"] = true,
  597. ["}"] = true,
  598. [":"] = true,
  599. ["*"] = true,
  600. ["/"] = true,
  601. ["+"] = true,
  602. ["-"] = true,
  603. ["%"] = true,
  604. [";"] = true,
  605. ["~"] = true
  606. }
  607. local A = ""
  608. string:gsub(".", function(c)
  609. if Token[c] ~= nil then
  610. A = A .. c
  611. elseif c == "\n" then
  612. A = A .. "\n"
  613. elseif c == "\t" then
  614. A = A .. "\t"
  615. else
  616. A = A .. "\32"
  617. end
  618. end)
  619. return A
  620. end
  621.  
  622. local strings = function(string)
  623. local highlight = ""
  624. local quote = false
  625. string:gsub(".", function(c)
  626. if quote == false and c == "\"" then
  627. quote = true
  628. elseif quote == true and c == "\"" then
  629. quote = false
  630. end
  631. if quote == false and c == "\"" then
  632. highlight = highlight .. "\""
  633. elseif c == "\n" then
  634. highlight = highlight .. "\n"
  635. elseif c == "\t" then
  636. highlight = highlight .. "\t"
  637. elseif quote == true then
  638. highlight = highlight .. c
  639. elseif quote == false then
  640. highlight = highlight .. "\32"
  641. end
  642. end)
  643. return highlight
  644. end
  645. local comments = function(string)
  646. local ret = ""
  647. string:gsub("[^\r\n]+", function(c)
  648. local comm = false
  649. local i = 0
  650. c:gsub(".", function(n)
  651. i = i + 1
  652. if c:sub(i, i + 1) == "--" then
  653. comm = true
  654. end
  655. if comm == true then
  656. ret = ret .. n
  657. else
  658. ret = ret .. "\32"
  659. end
  660. end)
  661. ret = ret
  662. end)
  663. return ret
  664. end
  665. local numbers = function(string)
  666. local A = ""
  667. string:gsub(".", function(c)
  668. if tonumber(c) ~= nil then
  669. A = A .. c
  670. elseif c == "\n" then
  671. A = A .. "\n"
  672. elseif c == "\t" then
  673. A = A .. "\t"
  674. else
  675. A = A .. "\32"
  676. end
  677. end)
  678. return A
  679. end
  680. local highlight_source = function(type)
  681. if type == "Text" then
  682. Source.Text = Source.Text:gsub("\13", "")
  683. Source.Text = Source.Text:gsub("\t", " ")
  684. local s = Source.Text
  685. Source.Keywords_.Text = Highlight(s, lua_keywords)
  686. Source.Globals_.Text = Highlight(s, global_env)
  687. Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  688. Source.Tokens_.Text = hTokens(s)
  689. Source.Numbers_.Text = numbers(s)
  690. Source.Strings_.Text = strings(s)
  691. local lin = 1
  692. s:gsub("\n", function()
  693. lin = lin + 1
  694. end)
  695. Lines.Text = ""
  696. for i = 1, lin do
  697. Lines.Text = Lines.Text .. i .. "\n"
  698. end
  699. end
  700. end
  701. highlight_source("Text")
  702. Source.Changed:Connect(highlight_source)
  703. end
  704. coroutine.wrap(SYHNK_fake_script)()
  705. local function AMNA_fake_script() -- MainFrame.Dragging
  706. local script = Instance.new('LocalScript', MainFrame)
  707.  
  708. local UserInputService = game:GetService("UserInputService")
  709.  
  710. local gui = script.Parent
  711.  
  712. local dragging
  713. local dragInput
  714. local dragStart
  715. local startPos
  716.  
  717. local function update(input)
  718. local delta = input.Position - dragStart
  719. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  720. end
  721.  
  722. gui.InputBegan:Connect(function(input)
  723. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  724. dragging = true
  725. dragStart = input.Position
  726. startPos = gui.Position
  727.  
  728. input.Changed:Connect(function()
  729. if input.UserInputState == Enum.UserInputState.End then
  730. dragging = false
  731. end
  732. end)
  733. end
  734. end)
  735.  
  736. gui.InputChanged:Connect(function(input)
  737. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  738. dragInput = input
  739. end
  740. end)
  741.  
  742. UserInputService.InputChanged:Connect(function(input)
  743. if input == dragInput and dragging then
  744. update(input)
  745. end
  746. end)
  747. end
  748. coroutine.wrap(AMNA_fake_script)()
  749. local function VEUJFP_fake_script() -- scripthub_2.Dragging
  750. local script = Instance.new('LocalScript', scripthub_2)
  751.  
  752. local UserInputService = game:GetService("UserInputService")
  753.  
  754. local gui = script.Parent
  755.  
  756. local dragging
  757. local dragInput
  758. local dragStart
  759. local startPos
  760.  
  761. local function update(input)
  762. local delta = input.Position - dragStart
  763. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  764. end
  765.  
  766. gui.InputBegan:Connect(function(input)
  767. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  768. dragging = true
  769. dragStart = input.Position
  770. startPos = gui.Position
  771.  
  772. input.Changed:Connect(function()
  773. if input.UserInputState == Enum.UserInputState.End then
  774. dragging = false
  775. end
  776. end)
  777. end
  778. end)
  779.  
  780. gui.InputChanged:Connect(function(input)
  781. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  782. dragInput = input
  783. end
  784. end)
  785.  
  786. UserInputService.InputChanged:Connect(function(input)
  787. if input == dragInput and dragging then
  788. update(input)
  789. end
  790. end)
  791. end
  792. coroutine.wrap(VEUJFP_fake_script)()
  793. while true do
  794. wait(0.01)
  795. if scripthub_2.Visible == true then
  796. if scriptselected == "none" then
  797. descri.Text = ""
  798. end
  799. if scriptselected == "dex" then
  800. descri.Text = "A version of the popular Dex explorer with patches specifically for Synapse X."
  801. end
  802. if scriptselected == "esp" then
  803. descri.Text = "ESP Made by ic3w0lf using the Drawing API."
  804. end
  805. if scriptselected == "spy" then
  806. descri.Text = "Allows you to view RemoteEvents and RemoteFunctions called."
  807. end
  808. if scriptselected == "dumper" then
  809. descri.Text = "Dumps the place as a .rbxl file in your workspace folder."
  810. end
  811. end
  812. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement