Advertisement
eycghgf2585

syn

Sep 20th, 2023
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 36.39 KB | Source Code | 0 0
  1. getgenv().name = "Synapse X用户保护114514"
  2.  
  3.  
  4. local Plr = game.Players.LocalPlayer
  5. for Index, Value in next, game:GetDescendants() do
  6.     if Value.ClassName == "TextLabel" then
  7.         local has = string.find(Value.Text,Plr.Name)
  8.         if has then
  9.             local str = Value.Text:gsub(Plr.Name,name)
  10.             Value.Text = str
  11.         end
  12.         Value:GetPropertyChangedSignal("Text"):Connect(function()
  13.             local str = Value.Text:gsub(Plr.Name,name)
  14.             Value.Text = str
  15.         end)
  16.     end
  17. end
  18.  
  19. game.DescendantAdded:Connect(function(Value)
  20.     if Value.ClassName == "TextLabel" then
  21.         local has = string.find(Value.Text,Plr.Name)
  22.         Value:GetPropertyChangedSignal("Text"):Connect(function()
  23.             local str = Value.Text:gsub(Plr.Name,name)
  24.             Value.Text = str
  25.         end)
  26.         if has then
  27.             local str = Value.Text:gsub(Plr.Name,name)
  28.             Value.Text = str
  29.         end
  30.        
  31.     end
  32. end)
  33. pcall(function() game.CoreGui["Synapse X"]:Destroy() end)
  34. pcall(function() game.CoreGui["Synapse X"]:Destroy() end)
  35. pcall(function() game.CoreGui["Synapse X"]:Destroy() end)
  36. local SynapseXreal = Instance.new("ScreenGui")
  37. local MainFrame = Instance.new("Frame")
  38. local bar = Instance.new("Frame")
  39. local Close = Instance.new("TextButton")
  40. local Mini = Instance.new("TextButton")
  41. local Min = Instance.new("TextButton")
  42. local ImageLabel = Instance.new("ImageLabel")
  43. local security = Instance.new("TextLabel")
  44. local EditorFrame = Instance.new("ScrollingFrame")
  45. local Source = Instance.new("TextBox")
  46. local Comments_ = Instance.new("TextLabel")
  47. local Globals_ = Instance.new("TextLabel")
  48. local Keywords_ = Instance.new("TextLabel")
  49. local RemoteHighlight_ = Instance.new("TextLabel")
  50. local Strings_ = Instance.new("TextLabel")
  51. local Tokens_ = Instance.new("TextLabel")
  52. local Numbers_ = Instance.new("TextLabel")
  53. local Lines = Instance.new("TextLabel")
  54. local title = Instance.new("TextLabel")
  55. local list = Instance.new("Frame")
  56. local execute = Instance.new("TextButton")
  57. local clear = Instance.new("TextButton")
  58. local options = Instance.new("TextButton")
  59. local scripthub = Instance.new("TextButton")
  60. local Attach = Instance.new("TextButton")
  61. local title_2 = Instance.new("ImageLabel")
  62. local scripthub_2 = Instance.new("Frame")
  63. local optionspage = Instance.new("Frame")
  64. local bar_2 = Instance.new("Frame")
  65. local select = Instance.new("Frame")
  66. local dex = Instance.new("TextButton")
  67. local esp = Instance.new("TextButton")
  68. local spy = Instance.new("TextButton")
  69. local dumper = Instance.new("TextButton")
  70. local backdoor = Instance.new("TextButton")
  71. local desc = Instance.new("Frame")
  72. local descri = Instance.new("TextLabel")
  73. local title_3 = Instance.new("TextLabel")
  74. local execute_2 = Instance.new("TextButton")
  75. local close = Instance.new("TextButton")
  76. local title_4 = Instance.new("ImageLabel")
  77. local title_5 = Instance.new("TextLabel")
  78. local title_6 = Instance.new("ImageLabel")
  79. local synminbutt = Instance.new("ImageButton")
  80. local synapsex3 = Instance.new("TextButton")
  81.  
  82. local scriptselected = "none"
  83. local injected = false
  84.  
  85. --Properties:
  86.  
  87. SynapseXreal.Name = "Synapse X"
  88. SynapseXreal.Parent = game.CoreGui
  89. SynapseXreal.ResetOnSpawn = false
  90.  
  91. MainFrame.Name = "MainFrame"
  92. MainFrame.Parent = SynapseXreal
  93. MainFrame.Active = true
  94. MainFrame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  95. MainFrame.BorderSizePixel = 0
  96. MainFrame.Position = UDim2.new(0.0543109924, 0, 0.103222892, 0)
  97. MainFrame.Size = UDim2.new(0, 689, 0, 320)
  98. MainFrame.Visible = true
  99.  
  100. bar.Name = "bar"
  101. bar.Parent = MainFrame
  102. bar.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  103. bar.BackgroundTransparency = 0.800
  104. bar.BorderSizePixel = 0
  105. bar.Position = UDim2.new(-0, 0, -0.00296382909, 0)
  106. bar.Size = UDim2.new(0, 689, 0, 25)
  107.  
  108. synminbutt.Name = "synminbutt"
  109. synminbutt.Parent = SynapseXreal
  110. synminbutt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. synminbutt.BackgroundTransparency = 1.000
  112. synminbutt.Position = UDim2.new(0, 0, 0, 0)
  113. synminbutt.Size = UDim2.new(0, 50, 0, 40)
  114. synminbutt.Visible = false
  115. synminbutt.ZIndex = 14
  116. synminbutt.Image = "http://www.roblox.com/asset/?id=7641125882"
  117. synminbutt.ImageRectSize = Vector2.new(138, 167)
  118. synminbutt.MouseButton1Click:Connect(function()
  119.     MainFrame.Visible = true
  120.     synminbutt.Visible = false
  121. end)
  122.  
  123. Close.Name = "Close"
  124. Close.Parent = bar
  125. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. Close.BackgroundTransparency = 1.000
  127. Close.BorderColor3 = Color3.fromRGB(27, 42, 53)
  128. Close.BorderSizePixel = 0
  129. Close.Position = UDim2.new(0.965521046, 0, 0.07, 0)
  130. Close.Size = UDim2.new(0, 21, 0, 25)
  131. Close.Font = Enum.Font.Arial
  132. Close.Text = ""
  133. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  134. Close.TextSize = 14.000
  135. Close.MouseButton1Click:Connect(function()
  136.    
  137. end)
  138.  
  139. Mini.Name = "Mini"
  140. Mini.Parent = bar
  141. Mini.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. Mini.BackgroundTransparency = 1.000
  143. Mini.BorderColor3 = Color3.fromRGB(27, 42, 53)
  144. Mini.BorderSizePixel = 0
  145. Mini.Position = UDim2.new(0.905521046, 0, 0.01, 0)
  146. Mini.Size = UDim2.new(0, 21, 0, 25)
  147. Mini.Font = Enum.Font.Arial
  148. Mini.Text = "缩小点我"
  149. Mini.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. Mini.TextSize = 14.000
  151. Mini.MouseButton1Click:Connect(function()    
  152.     synminbutt.Visible = true
  153.     MainFrame.Visible = false
  154. end)
  155.  
  156. Min.Name = "Min"
  157. Min.Parent = bar
  158. Min.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  159. Min.BackgroundTransparency = 1.000
  160. Min.BorderColor3 = Color3.fromRGB(27, 42, 53)
  161. Min.BorderSizePixel = 0
  162. Min.Position = UDim2.new(0.935521046, 0, 0.07, 0)
  163. Min.Size = UDim2.new(0, 21, 0, 25)
  164. Min.Font = Enum.Font.Arial
  165. Min.Text = ""
  166. Min.TextColor3 = Color3.fromRGB(255, 255, 255)
  167. Min.TextSize = 14.000
  168. Min.MouseButton1Click:Connect(function()    
  169.    
  170. end)
  171.  
  172. ImageLabel.Parent = MainFrame
  173. ImageLabel.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  174. ImageLabel.BorderSizePixel = 0
  175. ImageLabel.Position = UDim2.new(0.0252733715, 0, 0.015625, 27)
  176. ImageLabel.Size = UDim2.new(0, 541, 0, 246)
  177.  
  178. security.Name = "security"
  179. security.Parent = ImageLabel
  180. security.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  181. security.Size = UDim2.new(0, 552, 0, 258)
  182. security.Visible = false
  183. security.Font = Enum.Font.SourceSans
  184. security.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. security.TextSize = 14.000
  186.  
  187. EditorFrame.Name = "EditorFrame"
  188. EditorFrame.Parent = ImageLabel
  189. EditorFrame.BackgroundColor3 = Color3.fromRGB(37, 37, 37)
  190. EditorFrame.BackgroundTransparency = 1.000
  191. EditorFrame.BorderColor3 = Color3.fromRGB(61, 61, 61)
  192. EditorFrame.Size = UDim2.new(1, 0, 1, 0)
  193. EditorFrame.ZIndex = 3
  194. EditorFrame.BottomImage = "rbxassetid://148970562"
  195. EditorFrame.CanvasSize = UDim2.new(0, 1500, 0, 1500)
  196. EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  197. EditorFrame.MidImage = "rbxassetid://148970562"
  198. EditorFrame.ScrollBarThickness = 4
  199. EditorFrame.TopImage = "rbxassetid://148970562"
  200.  
  201. Source.Name = "Source"
  202. Source.Parent = EditorFrame
  203. Source.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  204. Source.BackgroundTransparency = 1.000
  205. Source.Position = UDim2.new(0, 30, 0, 0)
  206. Source.Size = UDim2.new(0.945652187, 0, 1, 0)
  207. Source.ZIndex = 3
  208. Source.ClearTextOnFocus = false
  209. Source.Font = Enum.Font.Code
  210. Source.MultiLine = true
  211. Source.PlaceholderColor3 = Color3.fromRGB(204, 204, 204)
  212. Source.Text = ""
  213. Source.TextColor3 = Color3.fromRGB(204, 204, 204)
  214. Source.TextSize = 15.000
  215. Source.TextXAlignment = Enum.TextXAlignment.Left
  216. Source.TextYAlignment = Enum.TextYAlignment.Top
  217.  
  218. Comments_.Name = "Comments_"
  219. Comments_.Parent = Source
  220. Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  221. Comments_.BackgroundTransparency = 1.000
  222. Comments_.Size = UDim2.new(1, 0, 1, 0)
  223. Comments_.ZIndex = 5
  224. Comments_.Font = Enum.Font.Code
  225. Comments_.Text = ""
  226. Comments_.TextColor3 = Color3.fromRGB(59, 200, 59)
  227. Comments_.TextSize = 15.000
  228. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  229. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  230.  
  231. Globals_.Name = "Globals_"
  232. Globals_.Parent = Source
  233. Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  234. Globals_.BackgroundTransparency = 1.000
  235. Globals_.Size = UDim2.new(1, 0, 1, 0)
  236. Globals_.ZIndex = 5
  237. Globals_.Font = Enum.Font.Code
  238. Globals_.Text = ""
  239. Globals_.TextColor3 = Color3.fromRGB(132, 214, 247)
  240. Globals_.TextSize = 15.000
  241. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  242. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  243.  
  244. Keywords_.Name = "Keywords_"
  245. Keywords_.Parent = Source
  246. Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  247. Keywords_.BackgroundTransparency = 1.000
  248. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  249. Keywords_.ZIndex = 5
  250. Keywords_.Font = Enum.Font.Code
  251. Keywords_.Text = ""
  252. Keywords_.TextColor3 = Color3.fromRGB(248, 109, 124)
  253. Keywords_.TextSize = 15.000
  254. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  255. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  256.  
  257. RemoteHighlight_.Name = "RemoteHighlight_"
  258. RemoteHighlight_.Parent = Source
  259. RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. RemoteHighlight_.BackgroundTransparency = 1.000
  261. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  262. RemoteHighlight_.ZIndex = 5
  263. RemoteHighlight_.Font = Enum.Font.Code
  264. RemoteHighlight_.Text = ""
  265. RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255)
  266. RemoteHighlight_.TextSize = 15.000
  267. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  268. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  269.  
  270. Strings_.Name = "Strings_"
  271. Strings_.Parent = Source
  272. Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. Strings_.BackgroundTransparency = 1.000
  274. Strings_.Size = UDim2.new(1, 0, 1, 0)
  275. Strings_.ZIndex = 5
  276. Strings_.Font = Enum.Font.Code
  277. Strings_.Text = ""
  278. Strings_.TextColor3 = Color3.fromRGB(173, 241, 149)
  279. Strings_.TextSize = 15.000
  280. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  281. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  282.  
  283. Tokens_.Name = "Tokens_"
  284. Tokens_.Parent = Source
  285. Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  286. Tokens_.BackgroundTransparency = 1.000
  287. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  288. Tokens_.ZIndex = 5
  289. Tokens_.Font = Enum.Font.Code
  290. Tokens_.Text = ""
  291. Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255)
  292. Tokens_.TextSize = 15.000
  293. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  294. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  295.  
  296. Numbers_.Name = "Numbers_"
  297. Numbers_.Parent = Source
  298. Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  299. Numbers_.BackgroundTransparency = 1.000
  300. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  301. Numbers_.ZIndex = 4
  302. Numbers_.Font = Enum.Font.Code
  303. Numbers_.Text = ""
  304. Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0)
  305. Numbers_.TextSize = 15.000
  306. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  307. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  308.  
  309. Lines.Name = "Lines"
  310. Lines.Parent = EditorFrame
  311. Lines.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  312. Lines.BackgroundTransparency = 1.000
  313. Lines.Size = UDim2.new(0, 30, 1, 0)
  314. Lines.ZIndex = 4
  315. Lines.Font = Enum.Font.Code
  316. Lines.Text = "1"
  317. Lines.TextColor3 = Color3.fromRGB(255, 255, 255)
  318. Lines.TextSize = 15.000
  319. Lines.TextYAlignment = Enum.TextYAlignment.Top
  320.  
  321. title.Name = "title"
  322. title.Parent = MainFrame
  323. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  324. title.BackgroundTransparency = 1.000
  325. title.Position = UDim2.new(0.330062926, 0, 0.00625000056, 0)
  326. title.Size = UDim2.new(0, 200, 0, 22)
  327. title.Font = Enum.Font.SourceSans
  328. title.Text = "Synapse X"
  329. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  330. title.TextSize = 16.000
  331.  
  332. list.Name = "list"
  333. list.Parent = MainFrame
  334. list.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  335. list.BorderSizePixel = 0
  336. list.Position = UDim2.new(0.820970535, 0, 0.100000001, 0)
  337. list.Size = UDim2.new(0, 114, 0, 246)
  338.  
  339. execute.Name = "execute"
  340. execute.Parent = MainFrame
  341. execute.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  342. execute.BackgroundTransparency = 0.800
  343. execute.BorderSizePixel = 0
  344. execute.Position = UDim2.new(0.0095389355, 0, 0.887499988, 0)
  345. execute.Size = UDim2.new(0, 92, 0, 30)
  346. execute.Font = Enum.Font.Arial
  347. execute.Text = "执行脚本"
  348. execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  349. execute.TextSize = 14.000
  350. execute.MouseButton1Click:Connect(function()
  351.         _G.wsexec(Source.Text)
  352. end)
  353.  
  354. clear.Name = "clear"
  355. clear.Parent = MainFrame
  356. clear.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  357. clear.BackgroundTransparency = 0.800
  358. clear.BorderSizePixel = 0
  359. clear.Position = UDim2.new(0.154146105, 0, 0.887499988, 0)
  360. clear.Size = UDim2.new(0, 84, 0, 30)
  361. clear.Font = Enum.Font.Arial
  362. clear.Text = "删除"
  363. clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  364. clear.TextSize = 14.000
  365. clear.MouseButton1Click:Connect(function()
  366.     Source.Text = ""
  367. end)
  368.  
  369. options.Name = "options"
  370. options.Parent = MainFrame
  371. options.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  372. options.BackgroundTransparency = 0.800
  373. options.BorderSizePixel = 0
  374. options.Position = UDim2.new(0.285157200, 0, 0.887499988, 0)
  375. options.Size = UDim2.new(0, 84, 0, 30)
  376. options.Font = Enum.Font.Arial
  377. options.Text = "执行粘贴板"
  378. options.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. options.TextSize = 14.000
  380. options.MouseButton1Click:Connect(function()
  381.   _G.wsclipboard()  
  382. end)
  383.  
  384. scripthub.Name = "scripthub"
  385. scripthub.Parent = MainFrame
  386. scripthub.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  387. scripthub.BackgroundTransparency = 0.800
  388. scripthub.BorderSizePixel = 0
  389. scripthub.Position = UDim2.new(0.871768773, 0, 0.887499988, 0)
  390. scripthub.Size = UDim2.new(0, 79, 0, 30)
  391. scripthub.Font = Enum.Font.Arial
  392. scripthub.Text = "管理员指令"
  393. scripthub.TextColor3 = Color3.fromRGB(255, 255, 255)
  394. scripthub.TextSize = 14.000
  395. scripthub.MouseButton1Click:Connect(function()
  396. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  397. end)
  398. game:GetService("StarterGui"):SetCore("SendNotification", {     Title = "Synapse X";    Text = "制作者:?";   Icon = "rbxassetid://14369638300"})
  399. Attach.Name = "Attach"
  400. Attach.Parent = MainFrame
  401. Attach.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  402. Attach.BackgroundTransparency = 0.800
  403. Attach.BorderSizePixel = 0
  404. Attach.Position = UDim2.new(0.741144657, 0, 0.887499988, 0)
  405. Attach.Size = UDim2.new(0, 84, 0, 30)
  406. Attach.Font = Enum.Font.Arial
  407. Attach.Text = "粘贴到编辑框"
  408. Attach.TextColor3 = Color3.fromRGB(255, 255, 255)
  409. Attach.TextSize = 14.000
  410. Attach.MouseButton1Click:Connect(function()
  411. Source.Text = _G.ws_Get_ClipBoard()
  412. end)
  413.  
  414. title_2.Name = "title"
  415. title_2.Parent = MainFrame
  416. title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  417. title_2.BackgroundTransparency = 1.000
  418. title_2.Position = UDim2.new(0.00870821718, 0, 0, 0)
  419. title_2.Size = UDim2.new(0, 18, 0, 24)
  420. title_2.ZIndex = 14
  421. title_2.Image = "http://www.roblox.com/asset/?id=7641125882"
  422. title_2.ImageRectSize = Vector2.new(138, 167)
  423.  
  424. scripthub_2.Name = "scripthub"
  425. scripthub_2.Parent = SynapseXreal
  426. scripthub_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  427. scripthub_2.BorderSizePixel = 0
  428. scripthub_2.Position = UDim2.new(0.433135211, 0, 0.502979755, 0)
  429. scripthub_2.Size = UDim2.new(0, 290, 0, 305)
  430. scripthub_2.Visible = false
  431. scripthub_2.ZIndex = 100
  432.  
  433. optionspage.Name = "optionspage"
  434. optionspage.Parent = SynapseXreal
  435. optionspage.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  436. optionspage.BorderSizePixel = 0
  437. optionspage.Position = UDim2.new(0.433135211, 0, 0.502979755, 0)
  438. optionspage.Size = UDim2.new(0, 290, 0, 305)
  439. optionspage.Visible = false
  440. optionspage.ZIndex = 100
  441.  
  442. bar_2.Name = "bar"
  443. bar_2.Parent = scripthub_2
  444. bar_2.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
  445. bar_2.BackgroundTransparency = 0.800
  446. bar_2.BorderSizePixel = 0
  447. bar_2.Position = UDim2.new(0, 0, -0.0029638072, 0)
  448. bar_2.Size = UDim2.new(0, 290, 0, 25)
  449.  
  450. select.Name = "select"
  451. select.Parent = scripthub_2
  452. select.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  453. select.BorderSizePixel = 0
  454. select.Position = UDim2.new(0.0299979374, 0, 0.104918033, 0)
  455. select.Size = UDim2.new(0, 82, 0, 264)
  456. select.ZIndex = 110
  457.  
  458. dex.Name = "dex"
  459. dex.Parent = select
  460. dex.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  461. dex.BackgroundTransparency = 1.000
  462. dex.BorderColor3 = Color3.fromRGB(0, 0, 49)
  463. dex.BorderSizePixel = 0
  464. dex.Position = UDim2.new(0.0121960752, 0, -1.49011612e-08, 0)
  465. dex.Size = UDim2.new(0, 80, 0, 18)
  466. dex.Font = Enum.Font.SourceSans
  467. dex.Text = " Dark Dex"
  468. dex.TextColor3 = Color3.fromRGB(255, 255, 255)
  469. dex.TextSize = 14.000
  470. dex.TextXAlignment = Enum.TextXAlignment.Left
  471. dex.ZIndex = 110
  472. dex.MouseButton1Click:Connect(function()
  473.     scriptselected = "dex"
  474. end)
  475.  
  476. esp.Name = "esp"
  477. esp.Parent = select
  478. esp.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  479. esp.BackgroundTransparency = 1.000
  480. esp.BorderColor3 = Color3.fromRGB(0, 0, 49)
  481. esp.BorderSizePixel = 0
  482. esp.Position = UDim2.new(0.0121960752, 0, 0.0681818053, 0)
  483. esp.Size = UDim2.new(0, 80, 0, 18)
  484. esp.Font = Enum.Font.SourceSans
  485. esp.Text = " Unnamed ESP"
  486. esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  487. esp.TextSize = 14.000
  488. esp.TextXAlignment = Enum.TextXAlignment.Left
  489. esp.ZIndex = 110
  490. esp.MouseButton1Click:Connect(function()
  491.     scriptselected = "esp"
  492. end)
  493.  
  494. spy.Name = "spy"
  495. spy.Parent = select
  496. spy.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  497. spy.BackgroundTransparency = 1.000
  498. spy.BorderColor3 = Color3.fromRGB(0, 0, 49)
  499. spy.BorderSizePixel = 0
  500. spy.Position = UDim2.new(0.0121960752, 0, 0.136363626, 0)
  501. spy.Size = UDim2.new(0, 80, 0, 18)
  502. spy.Font = Enum.Font.SourceSans
  503. spy.Text = " Remote Spy"
  504. spy.TextColor3 = Color3.fromRGB(255, 255, 255)
  505. spy.TextSize = 14.000
  506. spy.TextXAlignment = Enum.TextXAlignment.Left
  507. spy.ZIndex = 110
  508. spy.MouseButton1Click:Connect(function()
  509.     scriptselected = "spy"
  510. end)
  511.  
  512. dumper.Name = "dumper"
  513. dumper.Parent = select
  514. dumper.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  515. dumper.BackgroundTransparency = 1.000
  516. dumper.BorderColor3 = Color3.fromRGB(0, 0, 49)
  517. dumper.BorderSizePixel = 0
  518. dumper.Position = UDim2.new(0.0121960752, 0, 0.204545438, 0)
  519. dumper.Size = UDim2.new(0, 80, 0, 18)
  520. dumper.Font = Enum.Font.SourceSans
  521. dumper.Text = " SaveInstance"
  522. dumper.TextColor3 = Color3.fromRGB(255, 255, 255)
  523. dumper.TextSize = 14.000
  524. dumper.TextXAlignment = Enum.TextXAlignment.Left
  525. dumper.ZIndex = 110
  526. dumper.MouseButton1Click:Connect(function()
  527.     scriptselected = "dumper"
  528. end)
  529.  
  530. backdoor.Name = "backdoor"
  531. backdoor.Parent = select
  532. backdoor.BackgroundColor3 = Color3.fromRGB(0, 32, 61)
  533. backdoor.BackgroundTransparency = 1.000
  534. backdoor.BorderColor3 = Color3.fromRGB(0, 0, 49)
  535. backdoor.BorderSizePixel = 0
  536. backdoor.Position = UDim2.new(0.0121960752, 0, 0.274545438, 0)
  537. backdoor.Size = UDim2.new(0, 80, 0, 18)
  538. backdoor.Font = Enum.Font.SourceSans
  539. backdoor.Text = " backdoor.exe"
  540. backdoor.TextColor3 = Color3.fromRGB(255, 255, 255)
  541. backdoor.TextSize = 14.000
  542. backdoor.TextXAlignment = Enum.TextXAlignment.Left
  543. backdoor.ZIndex = 110
  544. backdoor.MouseButton1Click:Connect(function()
  545.     scriptselected = "backdoor"
  546. end)
  547.  
  548. desc.Name = "desc"
  549. desc.Parent = scripthub_2
  550. desc.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  551. desc.BorderSizePixel = 0
  552. desc.Position = UDim2.new(0.340342641, 0, 0.613114715, 0)
  553. desc.Size = UDim2.new(0, 184, 0, 69)
  554. desc.ZIndex = 110
  555.  
  556. descri.Name = "descri"
  557. descri.Parent = desc
  558. descri.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  559. descri.BackgroundTransparency = 1.000
  560. descri.BorderSizePixel = 0
  561. descri.Position = UDim2.new(0.0112334546, 0, 0, 0)
  562. descri.Size = UDim2.new(0, 181, 0, 69)
  563. descri.Font = Enum.Font.SourceSans
  564. descri.Text = ""
  565. descri.TextColor3 = Color3.fromRGB(255, 255, 255)
  566. descri.TextSize = 15.000
  567. descri.TextWrapped = true
  568. descri.TextXAlignment = Enum.TextXAlignment.Left
  569. descri.TextYAlignment = Enum.TextYAlignment.Top
  570. descri.ZIndex = 125
  571.  
  572. title_3.Name = "title"
  573. title_3.Parent = scripthub_2
  574. title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  575. title_3.BackgroundTransparency = 1.000
  576. title_3.Position = UDim2.new(0.161097407, 0, -0.000307376496, 0)
  577. title_3.Size = UDim2.new(0, 200, 0, 22)
  578. title_3.Font = Enum.Font.SourceSans
  579. title_3.Text = "Synapse X"
  580. title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  581. title_3.TextSize = 16.000
  582. title_3.ZIndex = 110
  583.  
  584. execute_2.Name = "execute"
  585. execute_2.Parent = scripthub_2
  586. execute_2.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  587. execute_2.BackgroundTransparency = 0.800
  588. execute_2.BorderSizePixel = 0
  589. execute_2.Position = UDim2.new(0.34057343, 0, 0.871106505, 0)
  590. execute_2.Size = UDim2.new(0, 92, 0, 30)
  591. execute_2.Font = Enum.Font.Arial
  592. execute_2.Text = "Execute"
  593. execute_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  594. execute_2.TextSize = 14.000
  595. execute_2.ZIndex = 110
  596. execute_2.MouseButton1Click:Connect(function()
  597.     if injected == true then
  598.         if scriptselected == "dex" then
  599.             loadstring(game:HttpGet("https://pastebin.com/raw/J8AX35Fg"))()
  600.         end
  601.         if scriptselected == "spy" then
  602.             loadstring(game:HttpGet('https://pastebin.com/raw/JZaJe9Sg'))()
  603.         end
  604.         if scriptselected == "dumper" then
  605.             saveinstance()
  606.         end
  607.         if scriptselected == "esp" then
  608.             loadstring(game:HttpGet("https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua"))()
  609.         end
  610.         if scriptselected == "backdoor" then
  611.             loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua"))()
  612.         end
  613.         if scriptselected == "none" then
  614.         end
  615.     end
  616.     if injected == false then
  617.         execute_2.Text = "Not Attached!"
  618.         wait(1)
  619.         execute_2.Text = "Execute"
  620.     end
  621. end)
  622.  
  623. close.Name = "close"
  624. close.Parent = scripthub_2
  625. close.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  626. close.BackgroundTransparency = 0.800
  627. close.BorderSizePixel = 0
  628. close.Position = UDim2.new(0.685180664, 0, 0.871106505, 0)
  629. close.Size = UDim2.new(0, 84, 0, 30)
  630. close.Font = Enum.Font.Arial
  631. close.Text = "Close"
  632. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  633. close.TextSize = 14.000
  634. close.ZIndex = 110
  635. close.MouseButton1Click:Connect(function()
  636.     scriptselected = "none"
  637.     scripthub_2.Visible = false
  638. end)
  639.  
  640. title_4.Name = "title"
  641. title_4.Parent = scripthub_2
  642. title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  643. title_4.BackgroundTransparency = 1.000
  644. title_4.Position = UDim2.new(0.00870821718, 0, 0, 0)
  645. title_4.Size = UDim2.new(0, 18, 0, 24)
  646. title_4.ZIndex = 110
  647. title_4.Image = "http://www.roblox.com/asset/?id=7641125882"
  648. title_4.ImageRectSize = Vector2.new(138, 167)
  649.  
  650. title_5.Name = "title"
  651. title_5.Parent = optionspage
  652. title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  653. title_5.BackgroundTransparency = 1.000
  654. title_5.Position = UDim2.new(0.161097407, 0, -0.000307376496, 0)
  655. title_5.Size = UDim2.new(0, 200, 0, 22)
  656. title_5.Font = Enum.Font.SourceSans
  657. title_5.Text = "Synapse X"
  658. title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  659. title_5.TextSize = 16.000
  660. title_5.ZIndex = 110
  661.  
  662. title_6.Name = "title"
  663. title_6.Parent = optionspage
  664. title_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  665. title_6.BackgroundTransparency = 1.000
  666. title_6.Position = UDim2.new(0.00870821718, 0, 0, 0)
  667. title_6.Size = UDim2.new(0, 18, 0, 24)
  668. title_6.ZIndex = 110
  669. title_6.Image = "http://www.roblox.com/asset/?id=7641125882"
  670. title_6.ImageRectSize = Vector2.new(138, 167)
  671.  
  672. synapsex3.Name = "synapsex3"
  673. synapsex3.Parent = optionspage
  674. synapsex3.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
  675. synapsex3.BackgroundTransparency = 0.800
  676. synapsex3.BorderSizePixel = 0
  677. synapsex3.Position = UDim2.new(0.30757343, 0, 0.391106505, 0)
  678. synapsex3.Size = UDim2.new(0, 123, 0, 30)
  679. synapsex3.Font = Enum.Font.Arial
  680. synapsex3.Text = "Synapse X"
  681. synapsex3.TextColor3 = Color3.fromRGB(255, 255, 255)
  682. synapsex3.TextSize = 14.000
  683. synapsex3.ZIndex = 110
  684. synapsex3.MouseButton1Click:Connect(function()
  685.  
  686. end)
  687.  
  688. -- Scripts:
  689.  
  690. game:GetService("UserInputService").InputBegan:Connect(function (input)
  691.     if MainFrame.Visible == false and synminbutt.Visible == false then
  692.         if (input.KeyCode == Enum.KeyCode.F6) then
  693.             MainFrame.Visible = not MainFrame.Visible
  694.         end
  695.     end
  696. end)
  697.  
  698. local function SYHNK_fake_script() -- ImageLabel.LocalScript
  699.     local script = Instance.new('LocalScript', ImageLabel)
  700.     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"}
  701.     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"}
  702.     local Source = script.Parent.EditorFrame.Source
  703.     local Lines = Source.Parent.Lines
  704.     local Highlight = function(string, keywords)
  705.         local K = {}
  706.         local S = string
  707.         local Token =
  708.             {
  709.                 ["="] = true,
  710.                 ["."] = true,
  711.                 [","] = true,
  712.                 ["("] = true,
  713.                 [")"] = true,
  714.                 ["["] = true,
  715.                 ["]"] = true,
  716.                 ["{"] = true,
  717.                 ["}"] = true,
  718.                 [":"] = true,
  719.                 ["*"] = true,
  720.                 ["/"] = true,
  721.                 ["+"] = true,
  722.                 ["-"] = true,
  723.                 ["%"] = true,
  724.                 [";"] = true,
  725.                 ["~"] = true
  726.             }
  727.         for i, v in pairs(keywords) do
  728.             K[v] = true
  729.         end
  730.         S = S:gsub(".", function(c)
  731.             if Token[c] ~= nil then
  732.                 return "\32"
  733.             else
  734.                 return c
  735.             end
  736.         end)
  737.         S = S:gsub("%S+", function(c)
  738.             if K[c] ~= nil then
  739.                 return c
  740.             else
  741.                 return (" "):rep(#c)
  742.             end
  743.         end)
  744.         return S
  745.     end
  746.     local hTokens = function(string)
  747.         local Token =
  748.             {
  749.                 ["="] = true,
  750.                 ["."] = true,
  751.                 [","] = true,
  752.                 ["("] = true,
  753.                 [")"] = true,
  754.                 ["["] = true,
  755.                 ["]"] = true,
  756.                 ["{"] = true,
  757.                 ["}"] = true,
  758.                 [":"] = true,
  759.                 ["*"] = true,
  760.                 ["/"] = true,
  761.                 ["+"] = true,
  762.                 ["-"] = true,
  763.                 ["%"] = true,
  764.                 [";"] = true,
  765.                 ["~"] = true
  766.             }
  767.         local A = ""
  768.         string:gsub(".", function(c)
  769.             if Token[c] ~= nil then
  770.                 A = A .. c
  771.             elseif c == "\n" then
  772.                 A = A .. "\n"
  773.             elseif c == "\t" then
  774.                 A = A .. "\t"
  775.             else
  776.                 A = A .. "\32"
  777.             end
  778.         end)
  779.         return A
  780.     end
  781.  
  782.     local strings = function(string)
  783.         local highlight = ""
  784.         local quote = false
  785.         string:gsub(".", function(c)
  786.             if quote == false and c == "\"" then
  787.                 quote = true
  788.             elseif quote == true and c == "\"" then
  789.                 quote = false
  790.             end
  791.             if quote == false and c == "\"" then
  792.                 highlight = highlight .. "\""
  793.             elseif c == "\n" then
  794.                 highlight = highlight .. "\n"
  795.             elseif c == "\t" then
  796.                 highlight = highlight .. "\t"
  797.             elseif quote == true then
  798.                 highlight = highlight .. c
  799.             elseif quote == false then
  800.                 highlight = highlight .. "\32"
  801.             end
  802.         end)
  803.         return highlight
  804.     end
  805.     local comments = function(string)
  806.         local ret = ""
  807.         string:gsub("[^\r\n]+", function(c)
  808.             local comm = false
  809.             local i = 0
  810.             c:gsub(".", function(n)
  811.                 i = i + 1
  812.                 if c:sub(i, i + 1) == "--" then
  813.                     comm = true
  814.                 end
  815.                 if comm == true then
  816.                     ret = ret .. n
  817.                 else
  818.                     ret = ret .. "\32"
  819.                 end
  820.             end)
  821.             ret = ret
  822.         end)
  823.         return ret
  824.     end
  825.     local numbers = function(string)
  826.         local A = ""
  827.         string:gsub(".", function(c)
  828.             if tonumber(c) ~= nil then
  829.                 A = A .. c
  830.             elseif c == "\n" then
  831.                 A = A .. "\n"
  832.             elseif c == "\t" then
  833.                 A = A .. "\t"
  834.             else
  835.                 A = A .. "\32"
  836.             end
  837.         end)
  838.         return A
  839.     end
  840.     local highlight_source = function(type)
  841.         if type == "Text" then
  842.             Source.Text = Source.Text:gsub("\13", "")
  843.             Source.Text = Source.Text:gsub("\t", "      ")
  844.             local s = Source.Text
  845.             Source.Keywords_.Text = Highlight(s, lua_keywords)
  846.             Source.Globals_.Text = Highlight(s, global_env)
  847.             Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  848.             Source.Tokens_.Text = hTokens(s)
  849.             Source.Numbers_.Text = numbers(s)
  850.             Source.Strings_.Text = strings(s)
  851.             local lin = 1
  852.             s:gsub("\n", function()
  853.                 lin = lin + 1
  854.             end)
  855.             Lines.Text = ""
  856.             for i = 1, lin do
  857.                 Lines.Text = Lines.Text .. i .. "\n"
  858.             end
  859.         end
  860.     end
  861.     highlight_source("Text")
  862.     Source.Changed:Connect(highlight_source)
  863. end
  864. coroutine.wrap(SYHNK_fake_script)()
  865. local function AMNA_fake_script() -- MainFrame.Dragging
  866.     local script = Instance.new('LocalScript', MainFrame)
  867.  
  868.     local UserInputService = game:GetService("UserInputService")
  869.  
  870.     local gui = script.Parent
  871.  
  872.     local dragging
  873.     local dragInput
  874.     local dragStart
  875.     local startPos
  876.  
  877.     local function update(input)
  878.         local delta = input.Position - dragStart
  879.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  880.     end
  881.  
  882.     gui.InputBegan:Connect(function(input)
  883.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  884.             dragging = true
  885.             dragStart = input.Position
  886.             startPos = gui.Position
  887.  
  888.             input.Changed:Connect(function()
  889.                 if input.UserInputState == Enum.UserInputState.End then
  890.                     dragging = false
  891.                 end
  892.             end)
  893.         end
  894.     end)
  895.  
  896.     gui.InputChanged:Connect(function(input)
  897.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  898.             dragInput = input
  899.         end
  900.     end)
  901.  
  902.     UserInputService.InputChanged:Connect(function(input)
  903.         if input == dragInput and dragging then
  904.             update(input)
  905.         end
  906.     end)
  907. end
  908. coroutine.wrap(AMNA_fake_script)()
  909. local function VEUJFP_fake_script() -- scripthub_2.Dragging
  910.     local script = Instance.new('LocalScript', scripthub_2)
  911.  
  912.     local UserInputService = game:GetService("UserInputService")
  913.  
  914.     local gui = script.Parent
  915.  
  916.     local dragging
  917.     local dragInput
  918.     local dragStart
  919.     local startPos
  920.  
  921.     local function update(input)
  922.         local delta = input.Position - dragStart
  923.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  924.     end
  925.  
  926.     gui.InputBegan:Connect(function(input)
  927.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  928.             dragging = true
  929.             dragStart = input.Position
  930.             startPos = gui.Position
  931.  
  932.             input.Changed:Connect(function()
  933.                 if input.UserInputState == Enum.UserInputState.End then
  934.                     dragging = false
  935.                 end
  936.             end)
  937.         end
  938.     end)
  939.  
  940.     gui.InputChanged:Connect(function(input)
  941.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  942.             dragInput = input
  943.         end
  944.     end)
  945.  
  946.     UserInputService.InputChanged:Connect(function(input)
  947.         if input == dragInput and dragging then
  948.             update(input)
  949.         end
  950.     end)
  951. end
  952. coroutine.wrap(VEUJFP_fake_script)()
  953. local function AKJCSK_fake_script() -- optionspage.Dragging
  954.     local script = Instance.new('LocalScript', optionspage)
  955.  
  956.     local UserInputService = game:GetService("UserInputService")
  957.  
  958.     local gui = script.Parent
  959.  
  960.     local dragging
  961.     local dragInput
  962.     local dragStart
  963.     local startPos
  964.  
  965.     local function update(input)
  966.         local delta = input.Position - dragStart
  967.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  968.     end
  969.  
  970.     gui.InputBegan:Connect(function(input)
  971.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  972.             dragging = true
  973.             dragStart = input.Position
  974.             startPos = gui.Position
  975.  
  976.             input.Changed:Connect(function()
  977.                 if input.UserInputState == Enum.UserInputState.End then
  978.                     dragging = false
  979.                 end
  980.             end)
  981.         end
  982.     end)
  983.  
  984.     gui.InputChanged:Connect(function(input)
  985.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  986.             dragInput = input
  987.         end
  988.     end)
  989.  
  990.     UserInputService.InputChanged:Connect(function(input)
  991.         if input == dragInput and dragging then
  992.             update(input)
  993.         end
  994.     end)
  995. end
  996. coroutine.wrap(AKJCSK_fake_script)()
  997. local function VJHASD_fake_script() -- synminbutt.Dragging
  998.     local script = Instance.new('LocalScript', synminbutt)
  999.  
  1000.     local UserInputService = game:GetService("UserInputService")
  1001.  
  1002.     local gui = script.Parent
  1003.  
  1004.     local dragging
  1005.     local dragInput
  1006.     local dragStart
  1007.     local startPos
  1008.  
  1009.     local function update(input)
  1010.         local delta = input.Position - dragStart
  1011.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1012.     end
  1013.  
  1014.     gui.InputBegan:Connect(function(input)
  1015.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1016.             dragging = true
  1017.             dragStart = input.Position
  1018.             startPos = gui.Position
  1019.  
  1020.             input.Changed:Connect(function()
  1021.                 if input.UserInputState == Enum.UserInputState.End then
  1022.                     dragging = false
  1023.                 end
  1024.             end)
  1025.         end
  1026.     end)
  1027.  
  1028.     gui.InputChanged:Connect(function(input)
  1029.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1030.             dragInput = input
  1031.         end
  1032.     end)
  1033.  
  1034.     UserInputService.InputChanged:Connect(function(input)
  1035.         if input == dragInput and dragging then
  1036.             update(input)
  1037.         end
  1038.     end)
  1039. end
  1040. coroutine.wrap(VJHASD_fake_script)()
  1041. while true do
  1042.     wait(0.01)
  1043.     if scripthub_2.Visible == true then
  1044.         if scriptselected == "none" then
  1045.             descri.Text = ""
  1046.         end
  1047.         if scriptselected == "dex" then
  1048.             descri.Text = "A version of the popular Dex explorer with patches specifically for Synapse X."
  1049.         end
  1050.         if scriptselected == "esp" then
  1051.             descri.Text = "ESP Made by ic3w0lf using the Drawing API."
  1052.         end
  1053.         if scriptselected == "spy" then
  1054.             descri.Text = "Allows you to view RemoteEvents and RemoteFunctions called."
  1055.         end
  1056.         if scriptselected == "dumper" then
  1057.             descri.Text = "Dumps the place as a .rbxl file in your workspace folder."
  1058.         end
  1059.         if scriptselected == "backdoor" then
  1060.             descri.Text = "backdoor.exe for scan place to FE access (Only place ban possible)."
  1061.         end
  1062.     end
  1063. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement