Maks14a

Syn x

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