Gillranveer12

Synapse X Roblox Script (WORKING 2023)

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