Aquafinur

Roblox Spark Hub GUI (Lua Script)

Mar 22nd, 2019
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 100.25 KB | None | 0 0
  1. -- -----------------------------------------------
  2. -- S P A R K     H U B   B Y     A Q U A F I N U R
  3. -- -----------------------------------------------
  4.  
  5. -- 2788 LINES
  6.  
  7. -- Farewell Infortality.
  8. local SparkHub = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local Header = Instance.new("Frame")
  11. local HubLabel = Instance.new("TextLabel")
  12. local CloseButton = Instance.new("TextButton")
  13. local GUIS = Instance.new("TextButton")
  14. local SCRIPTS = Instance.new("TextButton")
  15. local NAMELABEL = Instance.new("TextLabel")
  16. local GUIS_2 = Instance.new("Frame")
  17. local Header_2 = Instance.new("Frame")
  18. local HubLabel_2 = Instance.new("TextLabel")
  19. local CloseButton_2 = Instance.new("TextButton")
  20. local SynapseGUI = Instance.new("TextButton")
  21. local flingkill = Instance.new("TextButton")
  22. local dolphinesp = Instance.new("TextButton")
  23. local RemoteSpy = Instance.new("TextButton")
  24. local Scripts = Instance.new("Frame")
  25. local Header_3 = Instance.new("Frame")
  26. local CloseButton_3 = Instance.new("TextButton")
  27. local HubLabel_3 = Instance.new("TextLabel")
  28. local feAdmin = Instance.new("TextButton")
  29. local InfiniteJump = Instance.new("TextButton")
  30. local btools = Instance.new("TextButton")
  31. local dexexplorer = Instance.new("TextButton")
  32. local CounterPepsi = Instance.new("TextButton")
  33. local TEMPLATE = Instance.new("Frame")
  34. local Header_4 = Instance.new("Frame")
  35. local CloseButton_4 = Instance.new("TextButton")
  36. local HubLabel_4 = Instance.new("TextLabel")
  37. --Properties:
  38. SparkHub.Name = "SparkHub"
  39. SparkHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40.  
  41. Main.Name = "Main"
  42. Main.Parent = SparkHub
  43. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  44. Main.BackgroundTransparency = 0.40000000596046
  45. Main.Position = UDim2.new(0.34748438, 0, 0.221255377, 0)
  46. Main.Size = UDim2.new(0, 375, 0, 228)
  47.  
  48. Header.Name = "Header"
  49. Header.Parent = Main
  50. Header.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Header.Size = UDim2.new(0, 342, 0, 28)
  52.  
  53. HubLabel.Name = "HubLabel"
  54. HubLabel.Parent = Main
  55. HubLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  56. HubLabel.BackgroundTransparency = 1
  57. HubLabel.Position = UDim2.new(0.101333335, 0, 0, 0)
  58. HubLabel.Size = UDim2.new(0, 304, 0, 28)
  59. HubLabel.Font = Enum.Font.SourceSans
  60. HubLabel.Text = "SPARK HUB"
  61. HubLabel.TextColor3 = Color3.new(1, 1, 1)
  62. HubLabel.TextScaled = true
  63. HubLabel.TextSize = 14
  64. HubLabel.TextWrapped = true
  65.  
  66. CloseButton.Name = "CloseButton"
  67. CloseButton.Parent = Main
  68. CloseButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  69. CloseButton.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  70. CloseButton.Position = UDim2.new(0.912, 0, 0, 0)
  71. CloseButton.Size = UDim2.new(0, 33, 0, 28)
  72. CloseButton.Font = Enum.Font.SourceSans
  73. CloseButton.Text = "X"
  74. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  75. CloseButton.TextScaled = true
  76. CloseButton.TextSize = 14
  77. CloseButton.TextWrapped = true
  78.  
  79. GUIS.Name = "GUIS"
  80. GUIS.Parent = Main
  81. GUIS.BackgroundColor3 = Color3.new(0, 0, 0)
  82. GUIS.BorderColor3 = Color3.new(0, 0, 0)
  83. GUIS.Position = UDim2.new(0.0399999991, 0, 0.171052635, 0)
  84. GUIS.Size = UDim2.new(0, 112, 0, 26)
  85. GUIS.Font = Enum.Font.SourceSans
  86. GUIS.Text = "GUIS"
  87. GUIS.TextColor3 = Color3.new(1, 1, 1)
  88. GUIS.TextSize = 14
  89.  
  90. SCRIPTS.Name = "SCRIPTS"
  91. SCRIPTS.Parent = Main
  92. SCRIPTS.BackgroundColor3 = Color3.new(0, 0, 0)
  93. SCRIPTS.BorderColor3 = Color3.new(0, 0, 0)
  94. SCRIPTS.Position = UDim2.new(0.415999979, 0, 0.171052635, 0)
  95. SCRIPTS.Size = UDim2.new(0, 112, 0, 26)
  96. SCRIPTS.Font = Enum.Font.SourceSans
  97. SCRIPTS.Text = "SCRIPTS"
  98. SCRIPTS.TextColor3 = Color3.new(1, 1, 1)
  99. SCRIPTS.TextSize = 14
  100.  
  101. NAMELABEL.Name = "NAMELABEL"
  102. NAMELABEL.Parent = Main
  103. NAMELABEL.BackgroundColor3 = Color3.new(0, 0, 0)
  104. NAMELABEL.Position = UDim2.new(0, 0, 1, 0)
  105. NAMELABEL.Size = UDim2.new(0, 375, 0, 28)
  106. NAMELABEL.Font = Enum.Font.SourceSans
  107. NAMELABEL.Text = "MADE BY AQUAFINUR"
  108. NAMELABEL.TextColor3 = Color3.new(1, 1, 1)
  109. NAMELABEL.TextScaled = true
  110. NAMELABEL.TextSize = 14
  111. NAMELABEL.TextWrapped = true
  112.  
  113. GUIS_2.Name = "GUIS"
  114. GUIS_2.Parent = SparkHub
  115. GUIS_2.BackgroundColor3 = Color3.new(0, 0, 0)
  116. GUIS_2.BackgroundTransparency = 0.40000000596046
  117. GUIS_2.Position = UDim2.new(0.01638785, 0, 0.016718924, 0)
  118. GUIS_2.Size = UDim2.new(0, 375, 0, 228)
  119. GUIS_2.Visible = false
  120.  
  121. Header_2.Name = "Header"
  122. Header_2.Parent = GUIS_2
  123. Header_2.BackgroundColor3 = Color3.new(0, 0, 0)
  124. Header_2.Size = UDim2.new(0, 342, 0, 28)
  125.  
  126. HubLabel_2.Name = "HubLabel"
  127. HubLabel_2.Parent = GUIS_2
  128. HubLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  129. HubLabel_2.BackgroundTransparency = 1
  130. HubLabel_2.Position = UDim2.new(0.101333335, 0, 0, 0)
  131. HubLabel_2.Size = UDim2.new(0, 304, 0, 28)
  132. HubLabel_2.Font = Enum.Font.SourceSans
  133. HubLabel_2.Text = "SPARK HUB"
  134. HubLabel_2.TextColor3 = Color3.new(1, 1, 1)
  135. HubLabel_2.TextScaled = true
  136. HubLabel_2.TextSize = 14
  137. HubLabel_2.TextWrapped = true
  138.  
  139. CloseButton_2.Name = "CloseButton"
  140. CloseButton_2.Parent = GUIS_2
  141. CloseButton_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  142. CloseButton_2.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  143. CloseButton_2.Position = UDim2.new(0.912, 0, 0, 0)
  144. CloseButton_2.Size = UDim2.new(0, 33, 0, 28)
  145. CloseButton_2.Font = Enum.Font.SourceSans
  146. CloseButton_2.Text = "X"
  147. CloseButton_2.TextColor3 = Color3.new(1, 1, 1)
  148. CloseButton_2.TextScaled = true
  149. CloseButton_2.TextSize = 14
  150. CloseButton_2.TextWrapped = true
  151.  
  152. SynapseGUI.Name = "SynapseGUI"
  153. SynapseGUI.Parent = GUIS_2
  154. SynapseGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  155. SynapseGUI.BorderColor3 = Color3.new(0, 0, 0)
  156. SynapseGUI.Position = UDim2.new(0.0293333326, 0, 0.171052635, 0)
  157. SynapseGUI.Size = UDim2.new(0, 111, 0, 27)
  158. SynapseGUI.Font = Enum.Font.SourceSans
  159. SynapseGUI.Text = "Synapse GUI"
  160. SynapseGUI.TextColor3 = Color3.new(1, 1, 1)
  161. SynapseGUI.TextSize = 14
  162. SynapseGUI.TextWrapped = true
  163.  
  164. flingkill.Name = "flingkill"
  165. flingkill.Parent = GUIS_2
  166. flingkill.BackgroundColor3 = Color3.new(0, 0, 0)
  167. flingkill.BorderColor3 = Color3.new(0, 0, 0)
  168. flingkill.Position = UDim2.new(0.344000012, 0, 0.171052635, 0)
  169. flingkill.Size = UDim2.new(0, 111, 0, 27)
  170. flingkill.Font = Enum.Font.SourceSans
  171. flingkill.Text = "Fe Fling/Kill"
  172. flingkill.TextColor3 = Color3.new(1, 1, 1)
  173. flingkill.TextSize = 14
  174. flingkill.TextWrapped = true
  175.  
  176. dolphinesp.Name = "dolphinesp"
  177. dolphinesp.Parent = GUIS_2
  178. dolphinesp.BackgroundColor3 = Color3.new(0, 0, 0)
  179. dolphinesp.BorderColor3 = Color3.new(0, 0, 0)
  180. dolphinesp.Position = UDim2.new(0.661333323, 0, 0.171052635, 0)
  181. dolphinesp.Size = UDim2.new(0, 111, 0, 27)
  182. dolphinesp.Font = Enum.Font.SourceSans
  183. dolphinesp.Text = "Racist Dolphin ESP"
  184. dolphinesp.TextColor3 = Color3.new(1, 1, 1)
  185. dolphinesp.TextSize = 14
  186. dolphinesp.TextWrapped = true
  187.  
  188. RemoteSpy.Name = "RemoteSpy"
  189. RemoteSpy.Parent = GUIS_2
  190. RemoteSpy.BackgroundColor3 = Color3.new(0, 0, 0)
  191. RemoteSpy.BorderColor3 = Color3.new(0, 0, 0)
  192. RemoteSpy.Position = UDim2.new(0.0293333381, 0, 0.328947365, 0)
  193. RemoteSpy.Size = UDim2.new(0, 111, 0, 27)
  194. RemoteSpy.Font = Enum.Font.SourceSans
  195. RemoteSpy.Text = "Remote Spy"
  196. RemoteSpy.TextColor3 = Color3.new(1, 1, 1)
  197. RemoteSpy.TextSize = 14
  198. RemoteSpy.TextWrapped = true
  199.  
  200. Scripts.Name = "Scripts"
  201. Scripts.Parent = SparkHub
  202. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  203. Scripts.BackgroundTransparency = 0.40000000596046
  204. Scripts.Position = UDim2.new(0.0179210901, 0, 0.290496767, 0)
  205. Scripts.Size = UDim2.new(0, 375, 0, 228)
  206. Scripts.Visible = false
  207.  
  208. Header_3.Name = "Header"
  209. Header_3.Parent = Scripts
  210. Header_3.BackgroundColor3 = Color3.new(0, 0, 0)
  211. Header_3.Size = UDim2.new(0, 342, 0, 28)
  212.  
  213. CloseButton_3.Name = "CloseButton"
  214. CloseButton_3.Parent = Scripts
  215. CloseButton_3.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  216. CloseButton_3.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  217. CloseButton_3.Position = UDim2.new(0.912, 0, 0, 0)
  218. CloseButton_3.Size = UDim2.new(0, 33, 0, 28)
  219. CloseButton_3.Font = Enum.Font.SourceSans
  220. CloseButton_3.Text = "X"
  221. CloseButton_3.TextColor3 = Color3.new(1, 1, 1)
  222. CloseButton_3.TextScaled = true
  223. CloseButton_3.TextSize = 14
  224. CloseButton_3.TextWrapped = true
  225.  
  226. HubLabel_3.Name = "HubLabel"
  227. HubLabel_3.Parent = Scripts
  228. HubLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  229. HubLabel_3.BackgroundTransparency = 1
  230. HubLabel_3.Position = UDim2.new(0.101333335, 0, 0, 0)
  231. HubLabel_3.Size = UDim2.new(0, 304, 0, 28)
  232. HubLabel_3.Font = Enum.Font.SourceSans
  233. HubLabel_3.Text = "SPARK HUB"
  234. HubLabel_3.TextColor3 = Color3.new(1, 1, 1)
  235. HubLabel_3.TextScaled = true
  236. HubLabel_3.TextSize = 14
  237. HubLabel_3.TextWrapped = true
  238.  
  239. feAdmin.Name = "feAdmin"
  240. feAdmin.Parent = Scripts
  241. feAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  242. feAdmin.BorderColor3 = Color3.new(0, 0, 0)
  243. feAdmin.Position = UDim2.new(0.0213333331, 0, 0.171052635, 0)
  244. feAdmin.Size = UDim2.new(0, 112, 0, 26)
  245. feAdmin.Font = Enum.Font.SourceSans
  246. feAdmin.Text = " Infinite Yeild FE"
  247. feAdmin.TextColor3 = Color3.new(1, 1, 1)
  248. feAdmin.TextSize = 14
  249.  
  250. InfiniteJump.Name = "InfiniteJump"
  251. InfiniteJump.Parent = Scripts
  252. InfiniteJump.BackgroundColor3 = Color3.new(0, 0, 0)
  253. InfiniteJump.BorderColor3 = Color3.new(0, 0, 0)
  254. InfiniteJump.Position = UDim2.new(0.344000012, 0, 0.171052635, 0)
  255. InfiniteJump.Size = UDim2.new(0, 112, 0, 26)
  256. InfiniteJump.Font = Enum.Font.SourceSans
  257. InfiniteJump.Text = "Infinite Jump"
  258. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  259. InfiniteJump.TextSize = 14
  260.  
  261. btools.Name = "btools"
  262. btools.Parent = Scripts
  263. btools.BackgroundColor3 = Color3.new(0, 0, 0)
  264. btools.BorderColor3 = Color3.new(0, 0, 0)
  265. btools.Position = UDim2.new(0.677333295, 0, 0.171052635, 0)
  266. btools.Size = UDim2.new(0, 112, 0, 26)
  267. btools.Font = Enum.Font.SourceSans
  268. btools.Text = "BTOOLS"
  269. btools.TextColor3 = Color3.new(1, 1, 1)
  270. btools.TextSize = 14
  271.  
  272. dexexplorer.Name = "dexexplorer"
  273. dexexplorer.Parent = Scripts
  274. dexexplorer.BackgroundColor3 = Color3.new(0, 0, 0)
  275. dexexplorer.BorderColor3 = Color3.new(0, 0, 0)
  276. dexexplorer.Position = UDim2.new(0.018666666, 0, 0.328947365, 0)
  277. dexexplorer.Size = UDim2.new(0, 112, 0, 26)
  278. dexexplorer.Font = Enum.Font.SourceSans
  279. dexexplorer.Text = "Dex Explorer v4"
  280. dexexplorer.TextColor3 = Color3.new(1, 1, 1)
  281. dexexplorer.TextSize = 14
  282.  
  283. CounterPepsi.Name = "CounterPepsi"
  284. CounterPepsi.Parent = Scripts
  285. CounterPepsi.BackgroundColor3 = Color3.new(0, 0, 0)
  286. CounterPepsi.BorderColor3 = Color3.new(0, 0, 0)
  287. CounterPepsi.Position = UDim2.new(0.344000012, 0, 0.328947365, 0)
  288. CounterPepsi.Size = UDim2.new(0, 112, 0, 26)
  289. CounterPepsi.Font = Enum.Font.SourceSans
  290. CounterPepsi.Text = "CBRO Aimbot"
  291. CounterPepsi.TextColor3 = Color3.new(1, 1, 1)
  292. CounterPepsi.TextSize = 14
  293.  
  294. TEMPLATE.Name = "TEMPLATE"
  295. TEMPLATE.Parent = SparkHub
  296. TEMPLATE.BackgroundColor3 = Color3.new(0, 0, 0)
  297. TEMPLATE.BackgroundTransparency = 0.40000000596046
  298. TEMPLATE.Position = UDim2.new(0.575627208, 0, 0.330453575, 0)
  299. TEMPLATE.Size = UDim2.new(0, 375, 0, 228)
  300. TEMPLATE.Visible = false
  301.  
  302. Header_4.Name = "Header"
  303. Header_4.Parent = TEMPLATE
  304. Header_4.BackgroundColor3 = Color3.new(0, 0, 0)
  305. Header_4.Size = UDim2.new(0, 342, 0, 28)
  306.  
  307. CloseButton_4.Name = "CloseButton"
  308. CloseButton_4.Parent = TEMPLATE
  309. CloseButton_4.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  310. CloseButton_4.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  311. CloseButton_4.Position = UDim2.new(0.912, 0, 0, 0)
  312. CloseButton_4.Size = UDim2.new(0, 33, 0, 28)
  313. CloseButton_4.Font = Enum.Font.SourceSans
  314. CloseButton_4.Text = "X"
  315. CloseButton_4.TextColor3 = Color3.new(1, 1, 1)
  316. CloseButton_4.TextScaled = true
  317. CloseButton_4.TextSize = 14
  318. CloseButton_4.TextWrapped = true
  319.  
  320. HubLabel_4.Name = "HubLabel"
  321. HubLabel_4.Parent = TEMPLATE
  322. HubLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  323. HubLabel_4.BackgroundTransparency = 1
  324. HubLabel_4.Position = UDim2.new(0.101333335, 0, 0, 0)
  325. HubLabel_4.Size = UDim2.new(0, 304, 0, 28)
  326. HubLabel_4.Font = Enum.Font.SourceSans
  327. HubLabel_4.Text = "SPARK HUB"
  328. HubLabel_4.TextColor3 = Color3.new(1, 1, 1)
  329. HubLabel_4.TextScaled = true
  330. HubLabel_4.TextSize = 14
  331. HubLabel_4.TextWrapped = true
  332. -- Scripts:
  333. function SCRIPT_FVIP67_FAKESCRIPT() -- Main.IntroScript
  334.     local script = Instance.new('LocalScript')
  335.     script.Parent = Main
  336.     script.Parent.Active = true
  337.     script.Parent.Selectable = true
  338.     script.Parent.Draggable = true
  339.    
  340.     wait(1.5)
  341.     script.Parent.OOF:Play()
  342.     wait(0.8)
  343.     script.Parent.OOF:Play()
  344.     wait(0.8)
  345.     script.Parent.OOF:Play()
  346.     wait(1)
  347.     script.Parent.intro:Play()
  348.    
  349.  
  350. end
  351. coroutine.resume(coroutine.create(SCRIPT_FVIP67_FAKESCRIPT))
  352. function SCRIPT_MZCG76_FAKESCRIPT() -- CloseButton.CloseScript
  353.     local script = Instance.new('LocalScript')
  354.     script.Parent = CloseButton
  355.     script.Parent.MouseButton1Click:Connect(function()
  356.         script.Parent.Parent.Parent:Destroy()
  357.     end)
  358.  
  359. end
  360. coroutine.resume(coroutine.create(SCRIPT_MZCG76_FAKESCRIPT))
  361. function SCRIPT_NUTZ88_FAKESCRIPT() -- Main.LocalScript
  362.     local script = Instance.new('LocalScript')
  363.     script.Parent = Main
  364.     print("Hello world!")
  365.    
  366.  
  367. end
  368. coroutine.resume(coroutine.create(SCRIPT_NUTZ88_FAKESCRIPT))
  369. function SCRIPT_IIIV90_FAKESCRIPT() -- GUIS.LocalScript
  370.     local script = Instance.new('LocalScript')
  371.     script.Parent = GUIS
  372.     script.Parent.MouseButton1Click:Connect(function()
  373.         script.Parent.Parent.Parent.GUIS.Visible = true
  374.     end)
  375.  
  376. end
  377. coroutine.resume(coroutine.create(SCRIPT_IIIV90_FAKESCRIPT))
  378. function SCRIPT_OXLK76_FAKESCRIPT() -- SCRIPTS.LocalScript
  379.     local script = Instance.new('LocalScript')
  380.     script.Parent = SCRIPTS
  381.     script.Parent.MouseButton1Click:Connect(function()
  382.         script.Parent.Parent.Parent.Scripts.Visible = true
  383.     end)
  384.  
  385. end
  386. coroutine.resume(coroutine.create(SCRIPT_OXLK76_FAKESCRIPT))
  387. function SCRIPT_GKTY67_FAKESCRIPT() -- GUIS_2.DragScript
  388.     local script = Instance.new('LocalScript')
  389.     script.Parent = GUIS_2
  390.     script.Parent.Active = true
  391.     script.Parent.Selectable = true
  392.     script.Parent.Draggable = true
  393.  
  394. end
  395. coroutine.resume(coroutine.create(SCRIPT_GKTY67_FAKESCRIPT))
  396. function SCRIPT_WUIV71_FAKESCRIPT() -- CloseButton_2.CloseScript
  397.     local script = Instance.new('LocalScript')
  398.     script.Parent = CloseButton_2
  399.     script.Parent.MouseButton1Click:Connect(function()
  400.         script.Parent.Parent.Visible = false
  401.     end)
  402.  
  403. end
  404. coroutine.resume(coroutine.create(SCRIPT_WUIV71_FAKESCRIPT))
  405. function SCRIPT_NPNF87_FAKESCRIPT() -- SynapseGUI.SynapseGUI
  406.     local script = Instance.new('LocalScript')
  407.     script.Parent = SynapseGUI
  408.     script.Parent.MouseButton1Click:Connect(function()
  409.         -- Synapse GUI by Broken Developer
  410.    
  411.    
  412.     -- Start of script
  413.    
  414.    
  415.     -- Instances:
  416.     local Synapse = Instance.new("ScreenGui")
  417.     local MainFrame = Instance.new("Frame")
  418.     local Logo = Instance.new("ImageLabel")
  419.     local Version = Instance.new("TextLabel")
  420.     local _ = Instance.new("TextButton")
  421.     local X = Instance.new("TextButton")
  422.     local ExeMain = Instance.new("Frame")
  423.     local Execute = Instance.new("TextButton")
  424.     local Clear = Instance.new("TextButton")
  425.     local ScriptHubButton = Instance.new("TextButton")
  426.     local ExeScroll = Instance.new("ScrollingFrame")
  427.     local Input = Instance.new("TextBox")
  428.     local ChangeThemeButton = Instance.new("TextButton")
  429.     local ChangeThemeGui = Instance.new("Frame")
  430.     local EnterDecalID = Instance.new("TextLabel")
  431.     local EnterTheme = Instance.new("TextBox")
  432.     local ChangeTheme = Instance.new("TextButton")
  433.     local Decal = Instance.new("ImageLabel")
  434.     local Mote = Instance.new("TextLabel")
  435.     local TestButton = Instance.new("TextButton")
  436.     local ScriptHubMain = Instance.new("Frame")
  437.     local Selection = Instance.new("Frame")
  438.     local Preview = Instance.new("Frame")
  439.     local FeAnimationsPreview = Instance.new("Frame")
  440.     local Name = Instance.new("TextLabel")
  441.     local RunFEAnimations = Instance.new("TextButton")
  442.     local Info = Instance.new("TextLabel")
  443.     local InfiniteYeildFEPreview = Instance.new("Frame")
  444.     local Name_2 = Instance.new("TextLabel")
  445.     local RunInfiniteYeildFE = Instance.new("TextButton")
  446.     local Info_2 = Instance.new("TextLabel")
  447.     local DexExplorerPreview = Instance.new("Frame")
  448.     local Name_3 = Instance.new("TextLabel")
  449.     local RunDex = Instance.new("TextButton")
  450.     local Info_3 = Instance.new("TextLabel")
  451.     local RemoteSpyPreview = Instance.new("Frame")
  452.     local Name_4 = Instance.new("TextLabel")
  453.     local RunRemote = Instance.new("TextButton")
  454.     local Info_4 = Instance.new("TextLabel")
  455.     local Logo_2 = Instance.new("ImageLabel")
  456.     local Version_2 = Instance.new("TextLabel")
  457.     local InfiniteYeildFE = Instance.new("TextButton")
  458.     local Dex = Instance.new("TextButton")
  459.     local FEAnimations = Instance.new("TextButton")
  460.     local RemoteSpy = Instance.new("TextButton")
  461.     local ComingSoon = Instance.new("TextButton")
  462.     local X_2 = Instance.new("TextButton")
  463.     local OpenGUI = Instance.new("Frame")
  464.     local OpenButton = Instance.new("TextButton")
  465.     local LoadingScreen = Instance.new("Frame")
  466.     local Logo_3 = Instance.new("ImageLabel")
  467.     local Logo11 = Instance.new("TextLabel")
  468.     local Loading1 = Instance.new("TextLabel")
  469.     local ScrollingFrame = Instance.new("ScrollingFrame")
  470.     local LoadingBar = Instance.new("Frame")
  471.     --Properties:
  472.     Synapse.Name = "Synapse"
  473.     Synapse.Parent = game.CoreGui
  474.    
  475.     MainFrame.Name = "MainFrame"
  476.     MainFrame.Parent = Synapse
  477.     MainFrame.Active = true
  478.     MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  479.     MainFrame.Position = UDim2.new(0.237418264, 0, 0.212302208, 0)
  480.     MainFrame.Size = UDim2.new(0, 649, 0, 347)
  481.     MainFrame.Visible = false
  482.    
  483.     Logo.Name = "Logo"
  484.     Logo.Parent = MainFrame
  485.     Logo.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  486.     Logo.BackgroundTransparency = 1
  487.     Logo.Position = UDim2.new(0.0138674891, 0, 0.0230547544, 0)
  488.     Logo.Size = UDim2.new(0, 183, 0, 34)
  489.     Logo.Image = "rbxassetid://1505584527"
  490.    
  491.     Version.Name = "Version"
  492.     Version.Parent = MainFrame
  493.     Version.BackgroundColor3 = Color3.new(1, 1, 1)
  494.     Version.BackgroundTransparency = 1
  495.     Version.Position = UDim2.new(0.305918306, 0, 0.048991356, 0)
  496.     Version.Size = UDim2.new(0, 79, 0, 28)
  497.     Version.Text = "GUI v1.1"
  498.     Version.TextColor3 = Color3.new(1, 1, 1)
  499.     Version.TextSize = 14
  500.    
  501.     _.Name = "_"
  502.     _.Parent = MainFrame
  503.     _.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  504.     _.BorderColor3 = Color3.new(1, 1, 1)
  505.     _.BorderSizePixel = 0
  506.     _.Position = UDim2.new(0.895223439, 0, 0, 0)
  507.     _.Size = UDim2.new(0, 31, 0, 17)
  508.     _.Font = Enum.Font.SourceSansBold
  509.     _.Text = "_"
  510.     _.TextColor3 = Color3.new(1, 1, 1)
  511.     _.TextSize = 14
  512.     _.MouseButton1Down:connect(function()
  513.         MainFrame.Visible = false
  514.         OpenGUI.Visible = true
  515.     end)
  516.    
  517.     X.Name = "X"
  518.     X.Parent = MainFrame
  519.     X.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  520.     X.BorderColor3 = Color3.new(1, 1, 1)
  521.     X.BorderSizePixel = 0
  522.     X.Position = UDim2.new(0.952234209, 0, 0, 0)
  523.     X.Size = UDim2.new(0, 31, 0, 17)
  524.     X.Font = Enum.Font.SourceSansSemibold
  525.     X.Text = "X"
  526.     X.TextColor3 = Color3.new(1, 1, 1)
  527.     X.TextSize = 14
  528.     X.MouseButton1Down:connect(function()
  529.         MainFrame:Destroy()
  530.     end)
  531.    
  532.     ExeMain.Name = "ExeMain"
  533.     ExeMain.Parent = MainFrame
  534.     ExeMain.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  535.     ExeMain.BorderColor3 = Color3.new(1, 1, 1)
  536.     ExeMain.Position = UDim2.new(0.0593865402, 0, 0.144266322, 0)
  537.     ExeMain.Size = UDim2.new(0, 571, 0, 231)
  538.     Execute.MouseButton1Down:connect(function()
  539.     loadstring(Input.Text) ()
  540.     end)
  541.    
  542.     Clear.MouseButton1Down:connect(function()
  543.         Input.Text = ""
  544.     end)
  545.    
  546.     Execute.Name = "Execute"
  547.     Execute.Parent = ExeMain
  548.     Execute.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  549.     Execute.BorderColor3 = Color3.new(1, 1, 1)
  550.     Execute.Position = UDim2.new(0, 0, 1.11688316, 0)
  551.     Execute.Size = UDim2.new(0, 125, 0, 29)
  552.     Execute.Text = "Execute"
  553.     Execute.TextColor3 = Color3.new(1, 1, 1)
  554.     Execute.TextSize = 14
  555.    
  556.     Clear.Name = "Clear"
  557.     Clear.Parent = ExeMain
  558.     Clear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  559.     Clear.BorderColor3 = Color3.new(1, 1, 1)
  560.     Clear.Position = UDim2.new(0.253940433, 0, 1.11688316, 0)
  561.     Clear.Size = UDim2.new(0, 94, 0, 29)
  562.     Clear.Text = "Clear"
  563.     Clear.TextColor3 = Color3.new(1, 1, 1)
  564.     Clear.TextSize = 14
  565.    
  566.     ScriptHubButton.Name = "ScriptHubButton"
  567.     ScriptHubButton.Parent = ExeMain
  568.     ScriptHubButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  569.     ScriptHubButton.BorderColor3 = Color3.new(1, 1, 1)
  570.     ScriptHubButton.Position = UDim2.new(0.471103281, 0, 1.11688316, 0)
  571.     ScriptHubButton.Size = UDim2.new(0, 125, 0, 29)
  572.     ScriptHubButton.Text = "ScriptHub"
  573.     ScriptHubButton.TextColor3 = Color3.new(1, 1, 1)
  574.     ScriptHubButton.TextSize = 14
  575.    
  576.     ExeScroll.Name = "ExeScroll"
  577.     ExeScroll.Parent = ExeMain
  578.     ExeScroll.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  579.     ExeScroll.Size = UDim2.new(0, 571, 0, 247)
  580.     ExeScroll.VerticalScrollBarInset = Enum.ScrollBarInset.Always
  581.    
  582.     Input.Name = "Input"
  583.     Input.Parent = ExeScroll
  584.     Input.BackgroundColor3 = Color3.new(1, 1, 1)
  585.     Input.BackgroundTransparency = 1
  586.     Input.Size = UDim2.new(0, 550, 0, 900)
  587.     Input.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  588.     Input.Text = ""
  589.     Input.TextColor3 = Color3.new(1, 1, 1)
  590.     Input.TextSize = 14
  591.     Input.TextXAlignment = Enum.TextXAlignment.Left
  592.     Input.TextYAlignment = Enum.TextYAlignment.Top
  593.    
  594.     ChangeThemeButton.Name = "ChangeThemeButton"
  595.     ChangeThemeButton.Parent = ExeMain
  596.     ChangeThemeButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  597.     ChangeThemeButton.BorderColor3 = Color3.new(1, 1, 1)
  598.     ChangeThemeButton.Position = UDim2.new(0.728546441, 0, 1.11688316, 0)
  599.     ChangeThemeButton.Size = UDim2.new(0, 155, 0, 29)
  600.     ChangeThemeButton.Text = "Change Theme"
  601.     ChangeThemeButton.TextColor3 = Color3.new(1, 1, 1)
  602.     ChangeThemeButton.TextSize = 14
  603.     ChangeThemeButton.MouseButton1Click:connect(function()
  604.     ChangeThemeButton.Text = "Coming Soon!"
  605.     end)
  606.    
  607.     ChangeThemeGui.Name = "ChangeThemeGui"
  608.     ChangeThemeGui.Parent = MainFrame
  609.     ChangeThemeGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  610.     ChangeThemeGui.Position = UDim2.new(0.243451416, 0, 0, 0)
  611.     ChangeThemeGui.Size = UDim2.new(0, 332, 0, 347)
  612.     ChangeThemeGui.Visible = false
  613.    
  614.     EnterDecalID.Name = "EnterDecalID"
  615.     EnterDecalID.Parent = ChangeThemeGui
  616.     EnterDecalID.BackgroundColor3 = Color3.new(1, 1, 1)
  617.     EnterDecalID.BackgroundTransparency = 1
  618.     EnterDecalID.Position = UDim2.new(0.19879517, 0, 0.0489913523, 0)
  619.     EnterDecalID.Size = UDim2.new(0, 200, 0, 50)
  620.     EnterDecalID.Font = Enum.Font.SourceSansBold
  621.     EnterDecalID.Text = "Enter Decal ID"
  622.     EnterDecalID.TextColor3 = Color3.new(1, 1, 1)
  623.     EnterDecalID.TextSize = 20
  624.    
  625.     EnterTheme.Name = "EnterTheme"
  626.     EnterTheme.Parent = ChangeThemeGui
  627.     EnterTheme.BackgroundColor3 = Color3.new(0, 0, 0)
  628.     EnterTheme.BorderSizePixel = 0
  629.     EnterTheme.Position = UDim2.new(0.0993975922, 0, 0.262247801, 0)
  630.     EnterTheme.Size = UDim2.new(0, 266, 0, 35)
  631.     EnterTheme.Font = Enum.Font.ArialBold
  632.     EnterTheme.Text = "Decal ID Here"
  633.     EnterTheme.TextColor3 = Color3.new(1, 1, 1)
  634.     EnterTheme.TextSize = 14
  635.     EnterTheme.TextXAlignment = Enum.TextXAlignment.Left
  636.    
  637.     ChangeTheme.Name = "ChangeTheme"
  638.     ChangeTheme.Parent = ChangeThemeGui
  639.     ChangeTheme.BackgroundColor3 = Color3.new(0, 0, 0)
  640.     ChangeTheme.BorderSizePixel = 0
  641.     ChangeTheme.Position = UDim2.new(0.198795184, 0, 0.827089369, 0)
  642.     ChangeTheme.Size = UDim2.new(0, 200, 0, 50)
  643.     ChangeTheme.Font = Enum.Font.ArialBold
  644.     ChangeTheme.Text = "Change Theme"
  645.     ChangeTheme.TextColor3 = Color3.new(1, 1, 1)
  646.     ChangeTheme.TextSize = 14
  647.    
  648.     Decal.Name = "Decal"
  649.     Decal.Parent = ChangeThemeGui
  650.     Decal.BackgroundColor3 = Color3.new(1, 1, 1)
  651.     Decal.Position = UDim2.new(0.300963819, 0, 0.426512957, 0)
  652.     Decal.Size = UDim2.new(0, 131, 0, 116)
  653.     Decal.Image = "rbxassetid://924320031"
  654.    
  655.     Mote.Name = "Mote"
  656.     Mote.Parent = ChangeThemeGui
  657.     Mote.BackgroundColor3 = Color3.new(1, 1, 1)
  658.     Mote.BackgroundTransparency = 1
  659.     Mote.Position = UDim2.new(0.0993975922, 0, 1, 0)
  660.     Mote.Size = UDim2.new(0, 266, 0, 49)
  661.     Mote.Font = Enum.Font.ArialBold
  662.     Mote.Text = "Note : This does not work fully yet, or may not work at all, please do not try to use yet, this is still a BETA project."
  663.     Mote.TextColor3 = Color3.new(1, 1, 1)
  664.     Mote.TextSize = 14
  665.     Mote.TextWrapped = true
  666.    
  667.     TestButton.Name = "TestButton"
  668.     TestButton.Parent = ChangeThemeGui
  669.     TestButton.BackgroundColor3 = Color3.new(0, 0, 0)
  670.     TestButton.BorderSizePixel = 0
  671.     TestButton.Position = UDim2.new(0.716867447, 0, 0.559077799, 0)
  672.     TestButton.Size = UDim2.new(0, 73, 0, 23)
  673.     TestButton.Font = Enum.Font.SourceSans
  674.     TestButton.Text = "Test"
  675.     TestButton.TextColor3 = Color3.new(1, 1, 1)
  676.     TestButton.TextSize = 14
  677.    
  678.     ScriptHubMain.Name = "ScriptHubMain"
  679.     ScriptHubMain.Parent = Synapse
  680.     ScriptHubMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  681.     ScriptHubMain.Position = UDim2.new(0.0745582283, 0, 0.0667726398, 0)
  682.     ScriptHubMain.Size = UDim2.new(0, 589, 0, 456)
  683.     ScriptHubMain.Visible = false
  684.     ScriptHubMain.Active = true
  685.     ScriptHubMain.Draggable = true
  686.    
  687.     Selection.Name = "Selection"
  688.     Selection.Parent = ScriptHubMain
  689.     Selection.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  690.     Selection.BorderColor3 = Color3.new(1, 1, 1)
  691.     Selection.Position = UDim2.new(0.0237690974, 0, 0.197995752, 0)
  692.     Selection.Size = UDim2.new(0, 245, 0, 337)
  693.    
  694.     Preview.Name = "Preview"
  695.     Preview.Parent = ScriptHubMain
  696.     Preview.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  697.     Preview.BorderColor3 = Color3.new(0, 0, 0)
  698.     Preview.Position = UDim2.new(0.477079809, 0, 0.184210524, 0)
  699.     Preview.Size = UDim2.new(0, 292, 0, 294)
  700.    
  701.     FeAnimationsPreview.Name = "FeAnimationsPreview"
  702.     FeAnimationsPreview.Parent = Preview
  703.     FeAnimationsPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  704.     FeAnimationsPreview.BackgroundTransparency = 1
  705.     FeAnimationsPreview.Size = UDim2.new(0, 292, 0, 294)
  706.     FeAnimationsPreview.Visible = false
  707.    
  708.     Name.Name = "Name"
  709.     Name.Parent = FeAnimationsPreview
  710.     Name.BackgroundColor3 = Color3.new(1, 1, 1)
  711.     Name.BackgroundTransparency = 1
  712.     Name.Size = UDim2.new(0, 292, 0, 61)
  713.     Name.Text = "FE Animations"
  714.     Name.TextColor3 = Color3.new(1, 1, 1)
  715.     Name.TextSize = 14
  716.    
  717.     RunFEAnimations.Name = "RunFEAnimations"
  718.     RunFEAnimations.Parent = FeAnimationsPreview
  719.     RunFEAnimations.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  720.     RunFEAnimations.BorderColor3 = Color3.new(1, 1, 1)
  721.     RunFEAnimations.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  722.     RunFEAnimations.Size = UDim2.new(0, 200, 0, 50)
  723.     RunFEAnimations.Text = "Run Script"
  724.     RunFEAnimations.TextColor3 = Color3.new(1, 1, 1)
  725.     RunFEAnimations.TextSize = 12
  726.     RunFEAnimations.MouseButton1Click:connect(function()
  727.     loadstring(game:HttpGet("https://pastebin.com/raw/nucL1nkC", true))()
  728.     end)
  729.    
  730.     Info.Name = "Info"
  731.     Info.Parent = FeAnimationsPreview
  732.     Info.BackgroundColor3 = Color3.new(1, 1, 1)
  733.     Info.BackgroundTransparency = 1
  734.     Info.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  735.     Info.Size = UDim2.new(0, 245, 0, 50)
  736.     Info.Text = "FE Animations For Synapse"
  737.     Info.TextColor3 = Color3.new(1, 1, 1)
  738.     Info.TextSize = 11
  739.     Info.TextXAlignment = Enum.TextXAlignment.Left
  740.    
  741.     InfiniteYeildFEPreview.Name = "InfiniteYeildFEPreview"
  742.     InfiniteYeildFEPreview.Parent = Preview
  743.     InfiniteYeildFEPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  744.     InfiniteYeildFEPreview.BackgroundTransparency = 1
  745.     InfiniteYeildFEPreview.Size = UDim2.new(0, 292, 0, 294)
  746.     InfiniteYeildFEPreview.Visible = false
  747.    
  748.     Name_2.Name = "Name"
  749.     Name_2.Parent = InfiniteYeildFEPreview
  750.     Name_2.BackgroundColor3 = Color3.new(1, 1, 1)
  751.     Name_2.BackgroundTransparency = 1
  752.     Name_2.Size = UDim2.new(0, 292, 0, 61)
  753.     Name_2.Text = "Infinite Yeild FE [BETA]"
  754.     Name_2.TextColor3 = Color3.new(1, 1, 1)
  755.     Name_2.TextSize = 14
  756.    
  757.     RunInfiniteYeildFE.Name = "RunInfiniteYeildFE"
  758.     RunInfiniteYeildFE.Parent = InfiniteYeildFEPreview
  759.     RunInfiniteYeildFE.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  760.     RunInfiniteYeildFE.BorderColor3 = Color3.new(1, 1, 1)
  761.     RunInfiniteYeildFE.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  762.     RunInfiniteYeildFE.Size = UDim2.new(0, 200, 0, 50)
  763.     RunInfiniteYeildFE.Text = "Run Script"
  764.     RunInfiniteYeildFE.TextColor3 = Color3.new(1, 1, 1)
  765.     RunInfiniteYeildFE.TextSize = 12
  766.     RunInfiniteYeildFE.MouseButton1Click:connect(function()
  767.     loadstring(game:HttpGet("https://pastebin.com/raw/rDwRRYzi", true))()
  768.     end)
  769.    
  770.     Info_2.Name = "Info"
  771.     Info_2.Parent = InfiniteYeildFEPreview
  772.     Info_2.BackgroundColor3 = Color3.new(1, 1, 1)
  773.     Info_2.BackgroundTransparency = 1
  774.     Info_2.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  775.     Info_2.Size = UDim2.new(0, 245, 0, 50)
  776.     Info_2.Text = "Infinite Yeild FE For Synapse"
  777.     Info_2.TextColor3 = Color3.new(1, 1, 1)
  778.     Info_2.TextSize = 11
  779.     Info_2.TextXAlignment = Enum.TextXAlignment.Left
  780.    
  781.     DexExplorerPreview.Name = "DexExplorerPreview"
  782.     DexExplorerPreview.Parent = Preview
  783.     DexExplorerPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  784.     DexExplorerPreview.BackgroundTransparency = 1
  785.     DexExplorerPreview.Size = UDim2.new(0, 292, 0, 294)
  786.     DexExplorerPreview.Visible = false
  787.    
  788.     Name_3.Name = "Name"
  789.     Name_3.Parent = DexExplorerPreview
  790.     Name_3.BackgroundColor3 = Color3.new(1, 1, 1)
  791.     Name_3.BackgroundTransparency = 1
  792.     Name_3.Size = UDim2.new(0, 292, 0, 61)
  793.     Name_3.Text = "Dex Explorer"
  794.     Name_3.TextColor3 = Color3.new(1, 1, 1)
  795.     Name_3.TextSize = 14
  796.    
  797.     RunDex.Name = "RunDex"
  798.     RunDex.Parent = DexExplorerPreview
  799.     RunDex.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  800.     RunDex.BorderColor3 = Color3.new(1, 1, 1)
  801.     RunDex.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  802.     RunDex.Size = UDim2.new(0, 200, 0, 50)
  803.     RunDex.Text = "Run Script"
  804.     RunDex.TextColor3 = Color3.new(1, 1, 1)
  805.     RunDex.TextSize = 12
  806.     RunDex.MouseButton1Click:connect(function()
  807.     loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  808.     end)
  809.    
  810.     Info_3.Name = "Info"
  811.     Info_3.Parent = DexExplorerPreview
  812.     Info_3.BackgroundColor3 = Color3.new(1, 1, 1)
  813.     Info_3.BackgroundTransparency = 1
  814.     Info_3.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  815.     Info_3.Size = UDim2.new(0, 245, 0, 50)
  816.     Info_3.Text = "Dex Explorer for Synapse"
  817.     Info_3.TextColor3 = Color3.new(1, 1, 1)
  818.     Info_3.TextSize = 11
  819.     Info_3.TextXAlignment = Enum.TextXAlignment.Left
  820.    
  821.     RemoteSpyPreview.Name = "RemoteSpyPreview"
  822.     RemoteSpyPreview.Parent = Preview
  823.     RemoteSpyPreview.BackgroundColor3 = Color3.new(1, 1, 1)
  824.     RemoteSpyPreview.BackgroundTransparency = 1
  825.     RemoteSpyPreview.Size = UDim2.new(0, 292, 0, 294)
  826.     RemoteSpyPreview.Visible = false
  827.    
  828.     Name_4.Name = "Name"
  829.     Name_4.Parent = RemoteSpyPreview
  830.     Name_4.BackgroundColor3 = Color3.new(1, 1, 1)
  831.     Name_4.BackgroundTransparency = 1
  832.     Name_4.Size = UDim2.new(0, 292, 0, 61)
  833.     Name_4.Text = "RemoteSpy GUI"
  834.     Name_4.TextColor3 = Color3.new(1, 1, 1)
  835.     Name_4.TextSize = 14
  836.    
  837.     RunRemote.Name = "RunRemote"
  838.     RunRemote.Parent = RemoteSpyPreview
  839.     RunRemote.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  840.     RunRemote.BorderColor3 = Color3.new(1, 1, 1)
  841.     RunRemote.Position = UDim2.new(0.157534242, 0, 0.778911591, 0)
  842.     RunRemote.Size = UDim2.new(0, 200, 0, 50)
  843.     RunRemote.Text = "Run Script"
  844.     RunRemote.TextColor3 = Color3.new(1, 1, 1)
  845.     RunRemote.TextSize = 12
  846.     RunRemote.MouseButton1Click:connect(function()
  847.     loadstring(game:HttpGet(("https://pastebin.com/raw/CyMniLma"),true))()
  848.     end)
  849.    
  850.     Info_4.Name = "Info"
  851.     Info_4.Parent = RemoteSpyPreview
  852.     Info_4.BackgroundColor3 = Color3.new(1, 1, 1)
  853.     Info_4.BackgroundTransparency = 1
  854.     Info_4.Position = UDim2.new(0.0445205495, 0, 0.227891162, 0)
  855.     Info_4.Size = UDim2.new(0, 245, 0, 50)
  856.     Info_4.Text = "RemoteSpy GUI for Synapse"
  857.     Info_4.TextColor3 = Color3.new(1, 1, 1)
  858.     Info_4.TextSize = 11
  859.     Info_4.TextXAlignment = Enum.TextXAlignment.Left
  860.    
  861.     Logo_2.Name = "Logo"
  862.     Logo_2.Parent = ScriptHubMain
  863.     Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  864.     Logo_2.BackgroundTransparency = 2
  865.     Logo_2.Size = UDim2.new(0, 251, 0, 56)
  866.     Logo_2.Image = "rbxassetid://1505584527"
  867.    
  868.     Version_2.Name = "Version"
  869.     Version_2.Parent = ScriptHubMain
  870.     Version_2.BackgroundColor3 = Color3.new(1, 1, 1)
  871.     Version_2.BackgroundTransparency = 1
  872.     Version_2.Position = UDim2.new(0.439728349, 0, 0.0361842141, 0)
  873.     Version_2.Size = UDim2.new(0, 86, 0, 49)
  874.     Version_2.Text = "GUI  v1.1"
  875.     Version_2.TextColor3 = Color3.new(1, 1, 1)
  876.     Version_2.TextSize = 14
  877.    
  878.     InfiniteYeildFE.Name = "InfiniteYeildFE"
  879.     InfiniteYeildFE.Parent = ScriptHubMain
  880.     InfiniteYeildFE.BackgroundColor3 = Color3.new(1, 1, 1)
  881.     InfiniteYeildFE.BackgroundTransparency = 1
  882.     InfiniteYeildFE.Position = UDim2.new(0.0237690993, 0, 0.197368428, 0)
  883.     InfiniteYeildFE.Size = UDim2.new(0, 245, 0, 37)
  884.     InfiniteYeildFE.Font = Enum.Font.SourceSans
  885.     InfiniteYeildFE.Text = "Infinite Yeild FE"
  886.     InfiniteYeildFE.TextColor3 = Color3.new(1, 1, 1)
  887.     InfiniteYeildFE.TextSize = 20
  888.     InfiniteYeildFE.TextXAlignment = Enum.TextXAlignment.Left
  889.     InfiniteYeildFE.MouseButton1Down:connect(function()
  890.         DexExplorerPreview.Visible = false
  891.         FeAnimationsPreview.Visible = false
  892.         RemoteSpyPreview.Visible = false
  893.         InfiniteYeildFEPreview.Visible = true
  894.     end)
  895.    
  896.     Dex.Name = "Dex"
  897.     Dex.Parent = ScriptHubMain
  898.     Dex.BackgroundColor3 = Color3.new(1, 1, 1)
  899.     Dex.BackgroundTransparency = 1
  900.     Dex.Position = UDim2.new(0.0237690993, 0, 0.278508782, 0)
  901.     Dex.Size = UDim2.new(0, 245, 0, 37)
  902.     Dex.Font = Enum.Font.SourceSans
  903.     Dex.Text = "Dex Explorer"
  904.     Dex.TextColor3 = Color3.new(1, 1, 1)
  905.     Dex.TextSize = 20
  906.     Dex.TextXAlignment = Enum.TextXAlignment.Left
  907.     Dex.MouseButton1Down:connect(function()
  908.         DexExplorerPreview.Visible = true
  909.         FeAnimationsPreview.Visible = false
  910.         RemoteSpyPreview.Visible = false
  911.         InfiniteYeildFEPreview.Visible = false
  912.     end)
  913.    
  914.     FEAnimations.Name = "FEAnimations"
  915.     FEAnimations.Parent = ScriptHubMain
  916.     FEAnimations.BackgroundColor3 = Color3.new(1, 1, 1)
  917.     FEAnimations.BackgroundTransparency = 1
  918.     FEAnimations.Position = UDim2.new(0.0237690993, 0, 0.359649122, 0)
  919.     FEAnimations.Size = UDim2.new(0, 245, 0, 37)
  920.     FEAnimations.Font = Enum.Font.SourceSans
  921.     FEAnimations.Text = "FE Animations"
  922.     FEAnimations.TextColor3 = Color3.new(1, 1, 1)
  923.     FEAnimations.TextSize = 20
  924.     FEAnimations.TextXAlignment = Enum.TextXAlignment.Left
  925.     FEAnimations.MouseButton1Down:connect(function()
  926.         DexExplorerPreview.Visible = false
  927.         FeAnimationsPreview.Visible = true
  928.         RemoteSpyPreview.Visible = false
  929.         InfiniteYeildFEPreview.Visible = false
  930.     end)
  931.    
  932.     RemoteSpy.Name = "RemoteSpy"
  933.     RemoteSpy.Parent = ScriptHubMain
  934.     RemoteSpy.BackgroundColor3 = Color3.new(1, 1, 1)
  935.     RemoteSpy.BackgroundTransparency = 1
  936.     RemoteSpy.Position = UDim2.new(0.0237690993, 0, 0.440789461, 0)
  937.     RemoteSpy.Size = UDim2.new(0, 245, 0, 37)
  938.     RemoteSpy.Font = Enum.Font.SourceSans
  939.     RemoteSpy.Text = "RemoteSpy GUI"
  940.     RemoteSpy.TextColor3 = Color3.new(1, 1, 1)
  941.     RemoteSpy.TextSize = 20
  942.     RemoteSpy.TextXAlignment = Enum.TextXAlignment.Left
  943.     RemoteSpy.MouseButton1Down:connect(function()
  944.         DexExplorerPreview.Visible = false
  945.         FeAnimationsPreview.Visible = false
  946.         RemoteSpyPreview.Visible = true
  947.         InfiniteYeildFEPreview.Visible = false
  948.     end)
  949.    
  950.     ComingSoon.Name = "ComingSoon"
  951.     ComingSoon.Parent = ScriptHubMain
  952.     ComingSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  953.     ComingSoon.BackgroundTransparency = 1
  954.     ComingSoon.Position = UDim2.new(0.0237690993, 0, 0.653508782, 0)
  955.     ComingSoon.Size = UDim2.new(0, 245, 0, 58)
  956.     ComingSoon.Font = Enum.Font.SourceSans
  957.     ComingSoon.Text = "(Soon I'll make it so you can add your own scripts)"
  958.     ComingSoon.TextColor3 = Color3.new(1, 1, 1)
  959.     ComingSoon.TextSize = 20
  960.     ComingSoon.TextWrapped = true
  961.    
  962.     X_2.Name = "X"
  963.     X_2.Parent = ScriptHubMain
  964.     X_2.BackgroundColor3 = Color3.new(1, 1, 1)
  965.     X_2.BackgroundTransparency = 1
  966.     X_2.Position = UDim2.new(0.950764, 0, 0, 0)
  967.     X_2.Size = UDim2.new(0, 29, 0, 24)
  968.     X_2.Font = Enum.Font.SourceSans
  969.     X_2.Text = "X"
  970.     X_2.TextColor3 = Color3.new(1, 1, 1)
  971.     X_2.TextScaled = true
  972.     X_2.TextSize = 14
  973.     X_2.TextWrapped = true
  974.     X_2.MouseButton1Down:connect(function()
  975.         ScriptHubMain.Visible = false
  976.     end)
  977.    
  978.     OpenGUI.Name = "OpenGUI"
  979.     OpenGUI.Parent = Synapse
  980.     OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  981.     OpenGUI.Position = UDim2.new(0, 0, 0.890302062, 0)
  982.     OpenGUI.Size = UDim2.new(0, 87, 0, 44)
  983.     OpenGUI.Visible = false
  984.    
  985.     OpenButton.Name = "OpenButton"
  986.     OpenButton.Parent = OpenGUI
  987.     OpenButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  988.     OpenButton.Size = UDim2.new(0, 87, 0, 44)
  989.     OpenButton.Font = Enum.Font.SciFi
  990.     OpenButton.Text = "Open Synapse"
  991.     OpenButton.TextColor3 = Color3.new(1, 1, 1)
  992.     OpenButton.TextSize = 13
  993.     OpenButton.MouseButton1Down:connect(function()
  994.         MainFrame.Visible = true
  995.         OpenGUI.Visible = false
  996.     end)
  997.    
  998.     LoadingScreen.Name = "LoadingScreen"
  999.     LoadingScreen.Parent = Synapse
  1000.     LoadingScreen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1001.     LoadingScreen.Position = UDim2.new(0.5, -250,0.5, -125)
  1002.     LoadingScreen.Size = UDim2.new(0, 424, 0, 221)
  1003.    
  1004.     Logo_3.Name = "Logo"
  1005.     Logo_3.Parent = LoadingScreen
  1006.     Logo_3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1007.     Logo_3.BackgroundTransparency = 1
  1008.     Logo_3.Position = UDim2.new(0.103773579, 0, 0.0723981932, 0)
  1009.     Logo_3.Size = UDim2.new(0, 250, 0, 42)
  1010.     Logo_3.Image = "rbxassetid://1505584527"
  1011.    
  1012.     Logo11.Name = "Logo11"
  1013.     Logo11.Parent = LoadingScreen
  1014.     Logo11.BackgroundColor3 = Color3.new(1, 1, 1)
  1015.     Logo11.BackgroundTransparency = 1
  1016.     Logo11.Position = UDim2.new(0.627358437, 0, 0.131221727, 0)
  1017.     Logo11.Size = UDim2.new(0, 114, 0, 29)
  1018.     Logo11.Font = Enum.Font.SourceSansBold
  1019.     Logo11.Text = "GUI"
  1020.     Logo11.TextColor3 = Color3.new(1, 1, 1)
  1021.     Logo11.TextSize = 20
  1022.    
  1023.     Loading1.Name = "Loading1"
  1024.     Loading1.Parent = LoadingScreen
  1025.     Loading1.BackgroundColor3 = Color3.new(1, 1, 1)
  1026.     Loading1.BackgroundTransparency = 1
  1027.     Loading1.Position = UDim2.new(0.264150947, 0, 0.737556577, 0)
  1028.     Loading1.Size = UDim2.new(0, 200, 0, 34)
  1029.     Loading1.Font = Enum.Font.SourceSansBold
  1030.     Loading1.Text = "[ Downloading Data... ]"
  1031.     Loading1.TextColor3 = Color3.new(1, 1, 1)
  1032.     Loading1.TextSize = 20
  1033.    
  1034.     ScrollingFrame.Parent = LoadingScreen
  1035.     ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1036.     ScrollingFrame.Position = UDim2.new(0.103773586, 0, 0.46606335, 0)
  1037.     ScrollingFrame.Size = UDim2.new(0, 336, 0, 38)
  1038.     ScrollingFrame.ScrollBarThickness = 0
  1039.    
  1040.     LoadingBar.Name = "LoadingBar"
  1041.     LoadingBar.Parent = ScrollingFrame
  1042.     LoadingBar.BackgroundColor3 = Color3.new(0.0627451, 0.639216, 0)
  1043.     LoadingBar.BorderSizePixel = 0
  1044.     LoadingBar.Position = UDim2.new(-1, 0, 0, 0)
  1045.     LoadingBar.Size = UDim2.new(0, 336, 0, 38)
  1046.     -- Scripts:
  1047.     function SCRIPT_THUB68_FAKESCRIPT() -- _.LocalScript
  1048.         getfenv().script = Instance.new('LocalScript', _)
  1049.    
  1050.         script.Parent.MouseButton1Down:connect(function()
  1051.             script.Parent.Parent.Visible = false
  1052.             script.Parent.Parent.Parent.OpenGUI.Visible = true
  1053.         end)
  1054.    
  1055.     end
  1056.     coroutine.resume(coroutine.create(SCRIPT_THUB68_FAKESCRIPT))
  1057.     function SCRIPT_SFQR82_FAKESCRIPT() -- X.LocalScript
  1058.         getfenv().script = Instance.new('LocalScript', X)
  1059.    
  1060.         script.Parent.MouseButton1Down:connect(function()
  1061.             script.Parent.Parent:Destroy()
  1062.         end)
  1063.    
  1064.     end
  1065.     coroutine.resume(coroutine.create(SCRIPT_SFQR82_FAKESCRIPT))
  1066.     function SCRIPT_PICT75_FAKESCRIPT() -- ScriptHubButton.LocalScript
  1067.         getfenv().script = Instance.new('LocalScript', ScriptHubButton)
  1068.    
  1069.         script.Parent.MouseButton1Down:connect(function()
  1070.             script.Parent.Parent.Parent.Parent.ScriptHubMain.Visible = true
  1071.         end)
  1072.    
  1073.     end
  1074.     coroutine.resume(coroutine.create(SCRIPT_PICT75_FAKESCRIPT))
  1075.     function SCRIPT_TFPZ85_FAKESCRIPT() -- ChangeThemeButton.LocalScript
  1076.         getfenv().script = Instance.new('LocalScript', ChangeThemeButton)
  1077.    
  1078.         script.Parent.MouseButton1Down:connect(function()
  1079.             script.Parent.Text = "Coming Soon!"
  1080.             wait(5)
  1081.             script.Parent.Text = "Change Theme"
  1082.         end)
  1083.    
  1084.     end
  1085.     coroutine.resume(coroutine.create(SCRIPT_TFPZ85_FAKESCRIPT))
  1086.     function SCRIPT_SAMZ90_FAKESCRIPT() -- TestButton.LocalScript
  1087.         getfenv().script = Instance.new('LocalScript', TestButton)
  1088.    
  1089.         script.MouseButton1Down:connect(function()
  1090.              
  1091.         end)
  1092.    
  1093.     end
  1094.     coroutine.resume(coroutine.create(SCRIPT_SAMZ90_FAKESCRIPT))
  1095.     function SCRIPT_XEUL76_FAKESCRIPT() -- MainFrame.LocalScript
  1096.         getfenv().script = Instance.new('LocalScript', MainFrame)
  1097.    
  1098.         script.Parent.Draggable = true
  1099.    
  1100.     end
  1101.     coroutine.resume(coroutine.create(SCRIPT_XEUL76_FAKESCRIPT))
  1102.     function SCRIPT_YZFG78_FAKESCRIPT() -- X_2.LocalScript
  1103.         getfenv().script = Instance.new('LocalScript', X_2)
  1104.    
  1105.         script.Parent.MouseButton1Down:connect(function()
  1106.             script.Parent.Parent.Visible = false
  1107.         end)
  1108.    
  1109.     end
  1110.     coroutine.resume(coroutine.create(SCRIPT_YZFG78_FAKESCRIPT))
  1111.     function SCRIPT_JJIS76_FAKESCRIPT() -- OpenButton.LocalScript
  1112.         getfenv().script = Instance.new('LocalScript', OpenButton)
  1113.    
  1114.         script.Parent.MouseButton1Down:connect(function()
  1115.             script.Parent.Parent.Parent.MainFrame.Visible = true
  1116.             script.Parent.Parent.Visible = false
  1117.         end)
  1118.    
  1119.     end
  1120.     coroutine.resume(coroutine.create(SCRIPT_JJIS76_FAKESCRIPT))
  1121.     function SCRIPT_EXHE82_FAKESCRIPT() -- LoadingBar.LocalScript
  1122.         getfenv().script = Instance.new('LocalScript', LoadingBar)
  1123.    
  1124.         script.Parent:TweenPosition(UDim2.new(-0.616, 0,0, 0), "Out", "Linear", 2, true)
  1125.         wait(3)
  1126.         script.Parent.Parent.Parent.Loading1.Text = "[ Verifying Data... ]"
  1127.         script.Parent:TweenPosition(UDim2.new(-0.229, 0,0, 0), "Out", "Linear", 2, true)
  1128.         wait(3)
  1129.         script.Parent.Parent.Parent.Loading1.Text = "[ Preparing... ]"
  1130.         script.Parent:TweenPosition(UDim2.new(-0, 0,0, 0), "Out", "Linear", 2, true)
  1131.         wait(3)
  1132.         script.Parent.Parent.Parent.Loading1.Text = "[ Loaded! ]"
  1133.         wait(1)
  1134.         script.Parent.Parent.Parent.Visible = false
  1135.         script.Parent.Parent.Parent.Parent.MainFrame.Visible = true
  1136.        
  1137.        
  1138.    
  1139.     end
  1140.     coroutine.resume(coroutine.create(SCRIPT_EXHE82_FAKESCRIPT))
  1141.    
  1142.     -- End of script
  1143.     end)
  1144.  
  1145. end
  1146. coroutine.resume(coroutine.create(SCRIPT_NPNF87_FAKESCRIPT))
  1147. function SCRIPT_QHZA77_FAKESCRIPT() -- flingkill.FE Fling/Kill
  1148.     local script = Instance.new('LocalScript')
  1149.     script.Parent = flingkill
  1150.     script.Parent.MouseButton1Click:Connect(function()
  1151.          -- Made By JackMcJagger15
  1152.     local FlingKill = Instance.new("ScreenGui")
  1153.     local Main = Instance.new("Frame")
  1154.     local Label = Instance.new("Frame")
  1155.     local Shadow = Instance.new("Frame")
  1156.     local StartKill = Instance.new("TextButton")
  1157.     local StopKill = Instance.new("TextButton")
  1158.     local Instructions = Instance.new("TextLabel")
  1159.     local CurrentPower = Instance.new("TextLabel")
  1160.     local Recomendation = Instance.new("TextLabel")
  1161.     local NameOfGui = Instance.new("TextLabel")
  1162.     local Exit = Instance.new("TextButton")
  1163.     local UPArrow = Instance.new("TextButton")
  1164.     local DownArrow = Instance.new("TextButton")
  1165.    
  1166.     -- Properties
  1167.    
  1168.     FlingKill.Name = "Fling/Kill"
  1169.     FlingKill.Parent = game.CoreGui
  1170.    
  1171.     Main.Name = "Main"
  1172.     Main.Parent = FlingKill
  1173.     Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1174.     Main.BorderSizePixel = 0
  1175.     Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  1176.     Main.Size = UDim2.new(0, 217, 0, 233)
  1177.     Main.Selectable = true
  1178.     Main.Active = true
  1179.     Main.Draggable = true
  1180.    
  1181.     Label.Name = "Label"
  1182.     Label.Parent = Main
  1183.     Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1184.     Label.BorderSizePixel = 0
  1185.     Label.Size = UDim2.new(0, 217, 0, 27)
  1186.    
  1187.     Shadow.Name = "Shadow"
  1188.     Shadow.Parent = Main
  1189.     Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  1190.     Shadow.BorderSizePixel = 0
  1191.     Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  1192.     Shadow.Size = UDim2.new(0, 217, 0, 9)
  1193.    
  1194.     StartKill.Name = "StartKill"
  1195.     StartKill.Parent = Main
  1196.     StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1197.     StartKill.BorderSizePixel = 0
  1198.     StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  1199.     StartKill.Size = UDim2.new(0, 126, 0, 23)
  1200.     StartKill.Font = Enum.Font.Cartoon
  1201.     StartKill.Text = "FE Kill/Fling"
  1202.     StartKill.TextColor3 = Color3.new(0, 0, 0)
  1203.     StartKill.TextSize = 14
  1204.    
  1205.     StopKill.Name = "StopKill"
  1206.     StopKill.Parent = Main
  1207.     StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1208.     StopKill.BorderSizePixel = 0
  1209.     StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  1210.     StopKill.Size = UDim2.new(0, 124, 0, 23)
  1211.     StopKill.Font = Enum.Font.Cartoon
  1212.     StopKill.Text = "Stop FE Kill/Fling"
  1213.     StopKill.TextColor3 = Color3.new(0, 0, 0)
  1214.     StopKill.TextSize = 14
  1215.    
  1216.     Instructions.Name = "Instructions"
  1217.     Instructions.Parent = Main
  1218.     Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  1219.     Instructions.BackgroundTransparency = 1
  1220.     Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  1221.     Instructions.Size = UDim2.new(0, 200, 0, 32)
  1222.     Instructions.Font = Enum.Font.Cartoon
  1223.     Instructions.Text = "Just touch someone to watch the fly to their death!"
  1224.     Instructions.TextColor3 = Color3.new(0, 0, 0)
  1225.     Instructions.TextSize = 14
  1226.     Instructions.TextWrapped = true
  1227.    
  1228.     CurrentPower.Name = "CurrentPower"
  1229.     CurrentPower.Parent = Main
  1230.     CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  1231.     CurrentPower.BackgroundTransparency = 1
  1232.     CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  1233.     CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  1234.     CurrentPower.Font = Enum.Font.Cartoon
  1235.     CurrentPower.Text = "Current Power = 5"
  1236.     CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  1237.     CurrentPower.TextSize = 14
  1238.    
  1239.     Recomendation.Name = "Recomendation"
  1240.     Recomendation.Parent = Main
  1241.     Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  1242.     Recomendation.BackgroundTransparency = 1
  1243.     Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  1244.     Recomendation.Size = UDim2.new(0, 200, 0, 21)
  1245.     Recomendation.Font = Enum.Font.Cartoon
  1246.     Recomendation.Text = "Recommended Power is 5"
  1247.     Recomendation.TextColor3 = Color3.new(0, 0, 0)
  1248.     Recomendation.TextSize = 14
  1249.    
  1250.     NameOfGui.Name = "NameOfGui"
  1251.     NameOfGui.Parent = Main
  1252.     NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1253.     NameOfGui.BackgroundTransparency = 1
  1254.     NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  1255.     NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  1256.     NameOfGui.Font = Enum.Font.Cartoon
  1257.     NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  1258.     NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  1259.     NameOfGui.TextSize = 14
  1260.    
  1261.     Exit.Name = "Exit"
  1262.     Exit.Parent = Main
  1263.     Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  1264.     Exit.BackgroundTransparency = 1
  1265.     Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  1266.     Exit.Size = UDim2.new(0, 20, 0, 27)
  1267.     Exit.Font = Enum.Font.Cartoon
  1268.     Exit.Text = "X"
  1269.     Exit.TextColor3 = Color3.new(0, 0, 0)
  1270.     Exit.TextSize = 14
  1271.    
  1272.     UPArrow.Name = "UPArrow"
  1273.     UPArrow.Parent = Main
  1274.     UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1275.     UPArrow.BackgroundTransparency = 1
  1276.     UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  1277.     UPArrow.Size = UDim2.new(0, 26, 0, 23)
  1278.     UPArrow.Font = Enum.Font.Cartoon
  1279.     UPArrow.Text = "Up"
  1280.     UPArrow.TextColor3 = Color3.new(0, 0, 0)
  1281.     UPArrow.TextSize = 12
  1282.     UPArrow.TextWrapped = true
  1283.    
  1284.     DownArrow.Name = "DownArrow"
  1285.     DownArrow.Parent = Main
  1286.     DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1287.     DownArrow.BackgroundTransparency = 1
  1288.     DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  1289.     DownArrow.Size = UDim2.new(0, 26, 0, 23)
  1290.     DownArrow.Font = Enum.Font.Cartoon
  1291.     DownArrow.Text = "Down"
  1292.     DownArrow.TextColor3 = Color3.new(0, 0, 0)
  1293.     DownArrow.TextSize = 12
  1294.     DownArrow.TextWrapped = true
  1295.    
  1296.     power = 500
  1297.     active = false
  1298.     local val = Instance.new("IntValue")
  1299.     val.Name = "Number"
  1300.     val.Parent = game.Players.LocalPlayer
  1301.     val.Value = 5
  1302.    
  1303.     Exit.MouseButton1Click:connect(function()
  1304.     FlingKill.Enabled = false
  1305.     end)
  1306.    
  1307.     StartKill.MouseButton1Click:connect(function()
  1308.     game:GetService('RunService').Stepped:connect(function()
  1309.     if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1310.     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1311.     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1312.     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1313.     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1314.     else
  1315.     if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1316.     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1317.     game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  1318.     game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  1319.     game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  1320.     end
  1321.     end
  1322.     end)
  1323.     wait(.1)
  1324.     local bambam = Instance.new("BodyThrust")
  1325.     bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1326.     bambam.Force = Vector3.new(power,0,power)
  1327.     bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1328.     end)
  1329.    
  1330.     StopKill.MouseButton1Click:connect(function()
  1331.     active = false
  1332.     game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  1333.     end)
  1334.    
  1335.     UPArrow.MouseButton1Click:connect(function()
  1336.     power = power + 100
  1337.     game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  1338.     CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  1339.     end)
  1340.    
  1341.     DownArrow.MouseButton1Click:connect(function()
  1342.     power = power - 100
  1343.     game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  1344.     CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  1345.     end)
  1346.     end)
  1347.  
  1348. end
  1349. coroutine.resume(coroutine.create(SCRIPT_QHZA77_FAKESCRIPT))
  1350. function SCRIPT_RBQW66_FAKESCRIPT() -- dolphinesp.FE Fling/Kill
  1351.     local script = Instance.new('LocalScript')
  1352.     script.Parent = dolphinesp
  1353.     script.Parent.MouseButton1Click:Connect(function()
  1354.         -- made by racist dolphin not me yeet
  1355.     loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  1356.    
  1357.     PLAYER  = game.Players.LocalPlayer
  1358.     MOUSE   = PLAYER:GetMouse()
  1359.     CC      = game.Workspace.CurrentCamera
  1360.    
  1361.     ENABLED      = false
  1362.     ESP_ENABLED  = false
  1363.    
  1364.     _G.FREE_FOR_ALL = false
  1365.    
  1366.     _G.BIND        = 118
  1367.     _G.ESP_BIND    = 49
  1368.     _G.CHANGE_AIM  = 'q'
  1369.    
  1370.     _G.AIM_AT = 'Head'
  1371.    
  1372.     wait(1)
  1373.    
  1374.     function GetNearestPlayerToMouse()
  1375.     local PLAYERS      = {}
  1376.     local PLAYER_HOLD  = {}
  1377.     local DISTANCES    = {}
  1378.     for i, v in pairs(game.Players:GetPlayers()) do
  1379.     if v ~= PLAYER then
  1380.     table.insert(PLAYERS, v)
  1381.     end
  1382.     end
  1383.     for i, v in pairs(PLAYERS) do
  1384.     if _G.FREE_FOR_ALL == false then
  1385.     if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  1386.     local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1387.     if AIM ~= nil then
  1388.     local DISTANCE                 = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1389.     local RAY                      = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1390.     local HIT,POS                  = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1391.     local DIFF                     = math.floor((POS - AIM.Position).magnitude)
  1392.     PLAYER_HOLD[v.Name .. i]       = {}
  1393.     PLAYER_HOLD[v.Name .. i].dist  = DISTANCE
  1394.     PLAYER_HOLD[v.Name .. i].plr   = v
  1395.     PLAYER_HOLD[v.Name .. i].diff  = DIFF
  1396.     table.insert(DISTANCES, DIFF)
  1397.     end
  1398.     end
  1399.     elseif _G.FREE_FOR_ALL == true then
  1400.     local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1401.     if AIM ~= nil then
  1402.     local DISTANCE                 = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1403.     local RAY                      = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1404.     local HIT,POS                  = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1405.     local DIFF                     = math.floor((POS - AIM.Position).magnitude)
  1406.     PLAYER_HOLD[v.Name .. i]       = {}
  1407.     PLAYER_HOLD[v.Name .. i].dist  = DISTANCE
  1408.     PLAYER_HOLD[v.Name .. i].plr   = v
  1409.     PLAYER_HOLD[v.Name .. i].diff  = DIFF
  1410.     table.insert(DISTANCES, DIFF)
  1411.     end
  1412.     end
  1413.     end
  1414.    
  1415.     if unpack(DISTANCES) == nil then
  1416.     return false
  1417.     end
  1418.    
  1419.     local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  1420.     if L_DISTANCE > 20 then
  1421.     return false
  1422.     end
  1423.    
  1424.     for i, v in pairs(PLAYER_HOLD) do
  1425.     if v.diff == L_DISTANCE then
  1426.     return v.plr
  1427.     end
  1428.     end
  1429.     return false
  1430.     end
  1431.    
  1432.     GUI_MAIN                           = Instance.new('ScreenGui', game.CoreGui)
  1433.     GUI_TARGET                         = Instance.new('TextLabel', GUI_MAIN)
  1434.     GUI_AIM_AT                         = Instance.new('TextLabel', GUI_MAIN)
  1435.    
  1436.     GUI_MAIN.Name                      = 'AIMBOT'
  1437.    
  1438.     GUI_TARGET.Size                    = UDim2.new(0,200,0,30)
  1439.     GUI_TARGET.BackgroundTransparency  = 0.5
  1440.     GUI_TARGET.BackgroundColor         = BrickColor.new('Fossil')
  1441.     GUI_TARGET.BorderSizePixel         = 0
  1442.     GUI_TARGET.Position                = UDim2.new(0.5,-100,0,0)
  1443.     GUI_TARGET.Text                    = 'AIMBOT : OFF'
  1444.     GUI_TARGET.TextColor3              = Color3.new(1,1,1)
  1445.     GUI_TARGET.TextStrokeTransparency  = 1
  1446.     GUI_TARGET.TextWrapped             = true
  1447.     GUI_TARGET.FontSize                = 'Size24'
  1448.     GUI_TARGET.Font                    = 'SourceSansBold'
  1449.    
  1450.     GUI_AIM_AT.Size                    = UDim2.new(0,200,0,20)
  1451.     GUI_AIM_AT.BackgroundTransparency  = 0.5
  1452.     GUI_AIM_AT.BackgroundColor         = BrickColor.new('Fossil')
  1453.     GUI_AIM_AT.BorderSizePixel         = 0
  1454.     GUI_AIM_AT.Position                = UDim2.new(0.5,-100,0,30)
  1455.     GUI_AIM_AT.Text                    = 'AIMING : HEAD'
  1456.     GUI_AIM_AT.TextColor3              = Color3.new(1,1,1)
  1457.     GUI_AIM_AT.TextStrokeTransparency  = 1
  1458.     GUI_AIM_AT.TextWrapped             = true
  1459.     GUI_AIM_AT.FontSize                = 'Size18'
  1460.     GUI_AIM_AT.Font                    = 'SourceSansBold'
  1461.    
  1462.     local TRACK = false
  1463.    
  1464.     function CREATE(BASE, TEAM)
  1465.     local ESP_MAIN                   = Instance.new('BillboardGui', PLAYER.PlayerGui)
  1466.     local ESP_DOT                    = Instance.new('Frame', ESP_MAIN)
  1467.     local ESP_NAME                   = Instance.new('TextLabel', ESP_MAIN)
  1468.    
  1469.     ESP_MAIN.Name                    = 'ESP'
  1470.     ESP_MAIN.Adornee                 = BASE
  1471.     ESP_MAIN.AlwaysOnTop             = true
  1472.     ESP_MAIN.ExtentsOffset           = Vector3.new(0, 1, 0)
  1473.     ESP_MAIN.Size                    = UDim2.new(0, 5, 0, 5)
  1474.    
  1475.     ESP_DOT.Name                     = 'DOT'
  1476.     ESP_DOT.BackgroundColor          = BrickColor.new('Bright red')
  1477.     ESP_DOT.BackgroundTransparency   = 0.3
  1478.     ESP_DOT.BorderSizePixel          = 0
  1479.     ESP_DOT.Position                 = UDim2.new(-0.5, 0, -0.5, 0)
  1480.     ESP_DOT.Size                     = UDim2.new(2, 0, 2, 0)
  1481.     ESP_DOT.Visible                  = true
  1482.     ESP_DOT.ZIndex                   = 10
  1483.    
  1484.     ESP_NAME.Name                    = 'NAME'
  1485.     ESP_NAME.BackgroundColor3        = Color3.new(255, 255, 255)
  1486.     ESP_NAME.BackgroundTransparency  = 1
  1487.     ESP_NAME.BorderSizePixel         = 0
  1488.     ESP_NAME.Position                = UDim2.new(0, 0, 0, -40)
  1489.     ESP_NAME.Size                    = UDim2.new(1, 0, 10, 0)
  1490.     ESP_NAME.Visible                 = true
  1491.     ESP_NAME.ZIndex                  = 10
  1492.     ESP_NAME.Font                    = 'ArialBold'
  1493.     ESP_NAME.FontSize                = 'Size14'
  1494.     ESP_NAME.Text                    = BASE.Parent.Name:upper()
  1495.     ESP_NAME.TextColor               = BrickColor.new('Bright red')
  1496.     end
  1497.    
  1498.     function CLEAR()
  1499.     for _,v in pairs(PLAYER.PlayerGui:children()) do
  1500.     if v.Name == 'ESP' and v:IsA('BillboardGui') then
  1501.     v:Destroy()
  1502.     end
  1503.     end
  1504.     end
  1505.    
  1506.     function FIND()
  1507.     CLEAR()
  1508.     TRACK = true
  1509.     spawn(function()
  1510.     while wait() do
  1511.     if TRACK then
  1512.     CLEAR()
  1513.     for i,v in pairs(game.Players:GetChildren()) do
  1514.     if v.Character and v.Character:FindFirstChild('Head') then
  1515.     if _G.FREE_FOR_ALL == false then
  1516.     if v.TeamColor ~= PLAYER.TeamColor then
  1517.     if v.Character:FindFirstChild('Head') then
  1518.     CREATE(v.Character.Head, true)
  1519.     end
  1520.     end
  1521.     else
  1522.     if v.Character:FindFirstChild('Head') then
  1523.     CREATE(v.Character.Head, true)
  1524.     end
  1525.     end
  1526.     end
  1527.     end
  1528.     end
  1529.     end
  1530.     wait(1)
  1531.     end)
  1532.     end
  1533.    
  1534.     MOUSE.KeyDown:connect(function(KEY)
  1535.     KEY = KEY:lower():byte()
  1536.     if KEY == _G.BIND then
  1537.     ENABLED = true
  1538.     end
  1539.     end)
  1540.    
  1541.     MOUSE.KeyUp:connect(function(KEY)
  1542.     KEY = KEY:lower():byte()
  1543.     if KEY == _G.BIND then
  1544.     ENABLED = false
  1545.     end
  1546.     end)
  1547.    
  1548.     MOUSE.KeyDown:connect(function(KEY)
  1549.     KEY = KEY:lower():byte()
  1550.     if KEY == _G.ESP_BIND then
  1551.     if ESP_ENABLED == false then
  1552.     FIND()
  1553.     ESP_ENABLED = true
  1554.     print('ESP : ON')
  1555.     elseif ESP_ENABLED == true then
  1556.     wait()
  1557.     CLEAR()
  1558.     TRACK = false
  1559.     ESP_ENABLED = true
  1560.     print('ESP : OFF')
  1561.     end
  1562.     end
  1563.     end)
  1564.    
  1565.     MOUSE.KeyDown:connect(function(KEY)
  1566.     if KEY == _G.CHANGE_AIM then
  1567.     if _G.AIM_AT == 'Head' then
  1568.     _G.AIM_AT = 'Torso'
  1569.     GUI_AIM_AT.Text = 'AIMING : TORSO'
  1570.     elseif _G.AIM_AT == 'Torso' then
  1571.     _G.AIM_AT = 'Head'
  1572.     GUI_AIM_AT.Text = 'AIMING : HEAD'
  1573.     end
  1574.     end
  1575.     end)
  1576.    
  1577.     game:GetService('RunService').RenderStepped:connect(function()
  1578.     if ENABLED then
  1579.     local TARGET = GetNearestPlayerToMouse()
  1580.     if (TARGET ~= false) then
  1581.     local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  1582.     if AIM then
  1583.     CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  1584.     end
  1585.     GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
  1586.     else
  1587.     GUI_TARGET.Text = 'AIMBOT : OFF'
  1588.     end
  1589.     end
  1590.     end)
  1591.    
  1592.     repeat
  1593.     wait()
  1594.     if ESP_ENABLED == true then
  1595.     FIND()
  1596.     end
  1597.     until ESP_ENABLED == false
  1598.     wait()
  1599.     _G.FREE_FOR_ALL = false
  1600.     _G.BIND = 118 -- LEFT ALT
  1601.     _G.ESP_BIND = 49 -- RIGHT CTRL
  1602.     end)
  1603.  
  1604. end
  1605. coroutine.resume(coroutine.create(SCRIPT_RBQW66_FAKESCRIPT))
  1606. function SCRIPT_AGRX75_FAKESCRIPT() -- RemoteSpy.Mr. Spy
  1607.     local script = Instance.new('LocalScript')
  1608.     script.Parent = RemoteSpy
  1609.     script.Parent.MouseButton1Click:Connect(function()
  1610.         --== Made by Kurokku/Rebug REX ==--
  1611.    
  1612.     --[[
  1613.     Note: Things are still being made as this is only the starting version. Bugs are expected
  1614.    
  1615.     Compatible For:
  1616.     -Protosmasher
  1617.     -Synapse
  1618.     -Veil
  1619.     -QTX
  1620.     -RC7
  1621.     -Elysian
  1622.     -Seraph (Might crash though)
  1623.     -Prob some other exploits too, but I could be wrong.
  1624.    
  1625.     Clipboard Works For:
  1626.     -Protosmasher
  1627.     -Veil
  1628.     -Synapse
  1629.     -Elysian
  1630.     -More in the future
  1631.     --]]
  1632.    
  1633.     --== Creation Functions ==--
  1634.    
  1635.     function BreakCode()
  1636.     script:Destroy()
  1637.     end
  1638.    
  1639.     local service = setmetatable({}, {
  1640.        __index = function(t, k)
  1641.            return game:GetService(k)
  1642.        end
  1643.     })
  1644.    
  1645.     if service.Players.LocalPlayer.PlayerGui:FindFirstChild("Mr.Spy - Rebug REX/Kurokku") then
  1646.     service.Players.LocalPlayer.PlayerGui:FindFirstChild("Mr.Spy - Rebug REX/Kurokku"):Destroy() --You're dumb if you don't know what this does
  1647.     end
  1648.    
  1649.     function Create(cls,props)
  1650.        local inst = Instance.new(cls)
  1651.        for i,v in pairs(props) do
  1652.     if i == "ZIndex" then
  1653.     inst[i] = v+10000000
  1654.     else
  1655.     inst[i] = v
  1656.     end
  1657.        end
  1658.        return inst
  1659.     end
  1660.    
  1661.     _G.Exploit = (function()
  1662.     local writeable = pcall(function() make_writeable(getrawmetatable(game)) end)
  1663.     local setwrite = pcall(function() setreadonly(getrawmetatable(game), false) end)
  1664.     local synapse = Synapse or false
  1665.     local backup = pcall(function() getrawmetatable(game) end)
  1666.    
  1667.     return (
  1668.            (writeable and "Writeable") or
  1669.            (setwrite and "SetWrite") or
  1670.            (synapse and "Synapse") or
  1671.            (backup and "BackUp") or
  1672.            "Unknown Exploit"
  1673.        )
  1674.     end)()
  1675.    
  1676.     function GetType(item)
  1677.        if type(item) == "string" then
  1678.            return "\""..item.."\""
  1679.        elseif type(item) == "table" then
  1680.     local str = "{"
  1681.     local max = 0
  1682.     local numb = 1
  1683.            for i,v in pairs(item) do
  1684.                max = max+1
  1685.            end
  1686.            for i,v in pairs(item) do
  1687.                if numb == max then
  1688.                    str = str.."["..GetType(i).."] = "..GetType(v)
  1689.                else
  1690.                    str = str.."["..GetType(i).."] = "..GetType(v)..", "
  1691.                end
  1692.                numb = numb + 1
  1693.            end
  1694.            str = str.."}"
  1695.            return str
  1696.        elseif type(item) == "userdata" then
  1697.           local a,b = pcall(function()
  1698.           return item.ClassName
  1699.            end)
  1700.            if a then
  1701.                return item:GetFullName()
  1702.            else
  1703.                if tostring(b):match("not a valid member of %w+") then
  1704.                    local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
  1705.                    local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
  1706.                    return class..".new(".. tostring(item) ..")"
  1707.                end
  1708.            end
  1709.        else
  1710.            return tostring(item)
  1711.        end
  1712.     end
  1713.    
  1714.     function ReturnArgs(Namecall, Object, ...)
  1715.        local args = {...}
  1716.        local list = "Namecall: ".. tostring(Namecall) .." | Args: ["
  1717.        local max = 0
  1718.        local numb = 1
  1719.        for i,v in pairs(args) do
  1720.            max = max + 1
  1721.        end
  1722.        for i,v in pairs(args) do
  1723.            if numb == max then
  1724.                list = list..GetType(v)
  1725.            else
  1726.                list = list..GetType(v)..", "
  1727.            end
  1728.            numb = numb + 1
  1729.        end
  1730.     list=list.."]"
  1731.        return list
  1732.     end
  1733.    
  1734.     function MakeShadow(UI,Index,Amnt,Sizey,starty)
  1735.     local tab = {}
  1736.     for i = 1,Amnt do
  1737.         tab[i] = Create("Frame",{Name="Shadow",Parent=UI,Size=UDim2.new(1,0,Sizey,0),ZIndex=Index,Position=UDim2.new(0,i,starty,i),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9})
  1738.     end
  1739.     return tab
  1740.     end
  1741.    
  1742.     --== End ==--
  1743.    
  1744.     --== Variables ==--
  1745.    
  1746.     local plr = service.Players.LocalPlayer
  1747.     local mouse = plr:GetMouse()
  1748.     local colSize = 14
  1749.     local SpyArgs = {}
  1750.     local Indexs = {
  1751.     ["BadgeService"] = 76;
  1752.     ["Humanoid"] = 10;
  1753.     ["GuiService"] = 48;
  1754.     ["CylinderHandleAdornment"] = 55;
  1755.     ["BallSocketConstraint"] = 90;
  1756.     ["BrickColorValue"] = 5;
  1757.     ["Accoutrement"] = 33;
  1758.     ["AdService"] = 74;
  1759.     ["AssetService"] = 73;
  1760.     ["GuiMain"] = 48;
  1761.     ["ImageButton"] = 53;
  1762.     ["HapticService"] = 85;
  1763.     ["DialogChoice"] = 64;
  1764.     ["Handles"] = 54;
  1765.     ["ReflectionMetadataClasses"] = 87;
  1766.     ["JointInstance"] = 35;
  1767.     ["AnimationController"] = 61;
  1768.     ["RemoteEvent"] = 81;
  1769.     ["CollectionService"] = 31;
  1770.     ["Smoke"] = 60;
  1771.     ["Configuration"] = 59;
  1772.     ["KeyframeSequenceProvider"] = 61;
  1773.     ["Accessory"] = 33;
  1774.     ["SelectionPointLasso"] = 58;
  1775.     ["GamePassService"] = 20;
  1776.     ["CFrameValue"] = 5;
  1777.     ["TextureTrail"] = 5;
  1778.     ["ImageLabel"] = 50;
  1779.     ["ReflectionMetadataMember"] = 87;
  1780.     ["Animation"] = 61;
  1781.     ["IntConstrainedValue"] = 5;
  1782.     ["HttpService"] = 77;
  1783.     ["PointLight"] = 14;
  1784.     ["Model"] = 3;
  1785.     ["DoubleConstrainedValue"] = 5;
  1786.     ["Snap"] = 35;
  1787.     ["BodyAngularVelocity"] = 15;
  1788.     ["VelocityMotor"] = 35;
  1789.     ["RocketPropulsion"] = 15;
  1790.     ["SurfaceSelection"] = 56;
  1791.     ["CoreGui"] = 47;
  1792.     ["Part"] = 2;
  1793.     ["ReplicatedFirst"] = 73;
  1794.     ["BindableEvent"] = 68;
  1795.     ["SelectionPartLasso"] = 58;
  1796.     ["NegateOperation"] = 79;
  1797.     ["PyramidPart"] = 2;
  1798.     ["ArcHandles"] = 57;
  1799.     ["Hint"] = 34;
  1800.     ["Players"] = 22;
  1801.     ["Script"] = 7;
  1802.     ["ParallelRampPart"] = 2;
  1803.     ["RayValue"] = 5;
  1804.     ["LineHandleAdornment"] = 55;
  1805.     ["Camera"] = 6;
  1806.     ["RunService"] = 67;
  1807.     ["BodyForce"] = 15;
  1808.     ["KeyframeSequence"] = 61;
  1809.     ["ServerScriptService"] = 1;
  1810.     ["BillboardGui"] = 65;
  1811.     ["BodyThrust"] = 15;
  1812.     ["RemoteFunction"] = 80;
  1813.     ["Team"] = 25;
  1814.     ["Sound"] = 12;
  1815.     ["GuiButton"] = 53;
  1816.     ["Workspace"] = 20;
  1817.     ["Lighting"] = 14;
  1818.     ["JointsService"] = 35;
  1819.     ["BlurEffect"] = 91;
  1820.     ["WedgePart"] = 2;
  1821.     ["BloomEffect"] = 91;
  1822.     ["ReflectionMetadata"] = 87;
  1823.     ["Vector3Value"] = 5;
  1824.     ["PointsService"] = 84;
  1825.     ["UserInputService"] = 85;
  1826.     ["Sparkles"] = 43;
  1827.     ["BodyGyro"] = 15;
  1828.     ["Rotate"] = 35;
  1829.     ["HopperBin"] = 23;
  1830.     ["ForceField"] = 38;
  1831.     ["Tool"] = 18;
  1832.     ["Texture"] = 11;
  1833.     ["Teams"] = 24;
  1834.     ["ReflectionMetadataFunctions"] = 87;
  1835.     ["RodConstraint"] = 90;
  1836.     ["Folder"] = 71;
  1837.     ["BodyVelocity"] = 15;
  1838.     ["Shirt"] = 44;
  1839.     ["SlidingBallConstraint"] = 90;
  1840.     ["Animator"] = 61;
  1841.     ["TextButton"] = 52;
  1842.     ["Color3Value"] = 5;
  1843.     ["TextBox"] = 52;
  1844.     ["NetworkReplicator"] = 30;
  1845.     ["Platform"] = 36;
  1846.     ["TerrainRegion"] = 66;
  1847.     ["SkateboardPlatform"] = 36;
  1848.     ["Seat"] = 36;
  1849.     ["Terrain"] = 66;
  1850.     ["Explosion"] = 37;
  1851.     ["BlockMesh"] = 9;
  1852.     ["TeleportService"] = 82;
  1853.     ["PlayerGui"] = 47;
  1854.     ["TextLabel"] = 51;
  1855.     ["SurfaceLight"] = 14;
  1856.     ["SurfaceGui"] = 65;
  1857.     ["Debris"] = 31;
  1858.     ["FlagStand"] = 40;
  1859.     ["StarterPack"] = 21;
  1860.     ["BindableFunction"] = 67;
  1861.     ["ReflectionMetadataCallbacks"] = 87;
  1862.     ["NetworkClient"] = 17;
  1863.     ["ModuleScript"] = 72;
  1864.     ["Flag"] = 39;
  1865.     ["Status"] = 3;
  1866.     ["ParticleEmitter"] = 70;
  1867.     ["StarterPlayer"] = 89;
  1868.     ["StringValue"] = 5;
  1869.     ["ObjectValue"] = 5;
  1870.     ["CharacterMesh"] = 61;
  1871.     ["StarterGui"] = 47;
  1872.     ["ReplicatedStorage"] = 73;
  1873.     ["StarterCharacterScripts"] = 83;
  1874.     ["NetworkServer"] = 16;
  1875.     ["Backpack"] = 21;
  1876.     ["ReflectionMetadataEnum"] = 87;
  1877.     ["StarterPlayerScripts"] = 83;
  1878.     ["SpotLight"] = 14;
  1879.     ["CustomEventReceiver"] = 5;
  1880.     ["SphereHandleAdornment"] = 55;
  1881.     ["SoundService"] = 32;
  1882.     ["SpecialMesh"] = 9;
  1883.     ["SpawnLocation"] = 26;
  1884.     ["PlayerScripts"] = 83;
  1885.     ["PartPairLasso"] = 58;
  1886.     ["ColorCorrectionEffect"] = 91;
  1887.     ["UnionOperation"] = 78;
  1888.     ["Sky"] = 29;
  1889.     ["MoveToConstraint"] = 90;
  1890.     ["RopeConstraint"] = 90;
  1891.     ["RightAngleRampPart"] = 2;
  1892.     ["ShirtGraphic"] = 41;
  1893.     ["ScreenGui"] = 48;
  1894.     ["SelectionSphere"] = 55;
  1895.     ["RotateV"] = 35;
  1896.     ["SelectionBox"] = 55;
  1897.     ["VehicleSeat"] = 36;
  1898.     ["CustomEvent"] = 5;
  1899.     ["Chat"] = 34;
  1900.     ["ServerStorage"] = 75;
  1901.     ["Selection"] = 56;
  1902.     ["IntValue"] = 5;
  1903.     ["RotateP"] = 35;
  1904.     ["FloorWire"] = 5;
  1905.     ["TrussPart"] = 2;
  1906.     ["StarterGear"] = 21;
  1907.     ["ReflectionMetadataYieldFunctions"] = 87;
  1908.     ["ReflectionMetadataProperties"] = 87;
  1909.     ["ReflectionMetadataEvents"] = 87;
  1910.     ["ReflectionMetadataEnums"] = 87;
  1911.     ["ReflectionMetadataEnumItem"] = 87;
  1912.     ["ReflectionMetadataClass"] = 87;
  1913.     ["PrismPart"] = 2;
  1914.     ["BinaryStringValue"] = 5;
  1915.     ["Glue"] = 35;
  1916.     ["PrismaticConstraint"] = 90;
  1917.     ["TouchTransmitter"] = 38;
  1918.     ["CornerWedgePart"] = 2;
  1919.     ["PathfindingService"] = 38;
  1920.     ["SpringConstraint"] = 90;
  1921.     ["Fire"] = 62;
  1922.     ["Pants"] = 45;
  1923.     ["NumberValue"] = 5;
  1924.     ["TestService"] = 69;
  1925.     ["Motor6D"] = 35;
  1926.     ["Motor"] = 35;
  1927.     ["CylindricalConstraint"] = 90;
  1928.     ["MarketplaceService"] = 47;
  1929.     ["CoreScript"] = 19;
  1930.     ["CylinderMesh"] = 9;
  1931.     ["ConeHandleAdornment"] = 55;
  1932.     ["SunRaysEffect"] = 91;
  1933.     ["LocalScript"] = 19;
  1934.     ["Weld"] = 35;
  1935.     ["Attachment"] = 35;
  1936.     ["BoolValue"] = 5;
  1937.     ["Dialog"] = 63;
  1938.     ["Pose"] = 61;
  1939.     ["Decal"] = 8;
  1940.     ["Hat"] = 46;
  1941.     ["AnimationTrack"] = 61;
  1942.     ["ClickDetector"] = 42;
  1943.     ["Frame"] = 49;
  1944.     ["LogService"] = 88;
  1945.     ["FileMesh"] = 9;
  1946.     ["InsertService"] = 73;
  1947.     ["HingeConstraint"] = 90;
  1948.     ["Message"] = 34;
  1949.     ["Player"] = 13;
  1950.     ["ContextActionService"] = 42;
  1951.     ["ContentProvider"] = 73;
  1952.     ["BodyPosition"] = 15;
  1953.     ["BoxHandleAdornment"] = 55;
  1954.     ["ScrollingFrame"] = 49;
  1955.     ["Keyframe"] = 61;
  1956.     }
  1957.    
  1958.     --== End ==--
  1959.    
  1960.     --== Make UIs ==--
  1961.    
  1962.     local Main = Create("ScreenGui", {Parent=service.Players.LocalPlayer.PlayerGui,Name="Mr.Spy - Rebug REX/Kurokku",ResetOnSpawn=false})
  1963.     local Hub = Create("TextButton", {Name="Hub",Visible=false,Size=UDim2.new(0,600,0,50),Position=UDim2.new(0.5,-300,0.5,-200),Draggable=true,BackgroundTransparency=1,Text="",Parent=Main,ZIndex=1})
  1964.     local RealUI = Create("Frame", {Name="Main",Size=UDim2.new(1,0,7,0),Position=UDim2.new(0,0,1,0),BackgroundColor3=Color3.fromRGB(200,200,200),BackgroundTransparency=1,BorderSizePixel=0,Parent=Hub,ZIndex=2})
  1965.     local TextureHolder = Create("Frame", {Name="Holder",ClipsDescendants=true,Size=UDim2.new(1,0,1,0),Parent=RealUI,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  1966.     local Texture1 = Create("ImageLabel", {Name="BG",Size=UDim2.new(2,0,2,0),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),ImageColor3=Color3.fromRGB(44, 44, 44),Image="rbxassetid://585867512",Parent=TextureHolder,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  1967.     local Bar = Create("Frame", {Name="Bar",Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,0,0,0),BackgroundColor3=Color3.fromRGB(63, 63, 63),BackgroundTransparency=0,BorderSizePixel=0,Parent=Hub,ZIndex=6})
  1968.     local Credits = Create("TextLabel",{Parent=Bar,ZIndex=7,Font="SourceSansBold",TextSize=20,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=1,Text="Mr.Spy - Rebug REX/Kurokku",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  1969.     local Exit = Create("TextButton", {Name="Exit",Size=UDim2.new(0.1,0,.8,0),Position=UDim2.new(0.9,0,0.1,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="x",Parent=Bar,ZIndex=8})
  1970.     local Minimize = Create("TextButton", {Name="Minimize",Size=UDim2.new(0.1,0,1,0),Position=UDim2.new(0.8,0,0,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="-",Parent=Bar,ZIndex=8})
  1971.     local Open = Create("TextButton", {Name="Open",Font="SourceSansLight",AutoButtonColor=false,Size=UDim2.new(0,60,0,20),ZIndex=2,BackgroundColor3=Color3.fromRGB(63, 63, 63),Position=UDim2.new(.5,-30,.9,-10),BackgroundTransparency=0,BorderSizePixel=0,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text=" Open ",Parent=Main})
  1972.     local IconFrame = Create("Frame", {Name="MapHolder",Size=UDim2.new(0,16,0,16),BackgroundTransparency=1,ClipsDescendants=true,ZIndex=100,Parent=nil})
  1973.     local IconMap = Create("ImageLabel", {Name="IconMap",Size=UDim2.new(0,256,0,256),Image="rbxassetid://483448923",Parent=IconFrame,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=100})
  1974.     local Scroller = Create("ScrollingFrame", {Name="Remotes",Size=UDim2.new(1,0,1,0),CanvasSize=UDim2.new(0,0,0,0),Parent=RealUI,ZIndex=5,BackgroundTransparency=1,BorderSizePixel=0,TopImage="rbxasset://textures/ui/Scroll/scroll-middle.png",BottomImage="rbxasset://textures/ui/Scroll/scroll-middle.png"})
  1975.     local RemoteTemplate = Create("Frame",{Name="Template",Size=UDim2.new(1,0,0,40),Parent=nil,ZIndex=6,BackgroundTransparency=1})
  1976.     local RemoteName = Create("TextLabel",{Name="RemoteName",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,ZIndex=7,Size=UDim2.new(1,-26,1,0),Position=UDim2.new(0,30,0,0),TextXAlignment="Left"})
  1977.     local SpyButton = Create("TextButton", {Name="SpyRemote",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.075,0,0.45,0),ZIndex=9,Text="Spy"})
  1978.     local PathButton = Create("TextButton", {Name="PathButton",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.1,0,0.45,0),ZIndex=9,Text="Get Path"})
  1979.     local OpenSpy = Create("TextButton", {Name="OpenButton",Parent=RemoteTemplate,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.18,0,0.45,0),ZIndex=9,Text="Copy to Clipboard"})
  1980.     local spyAll = Create("TextButton", {Name="SpyAll",Parent=RealUI,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.2,0,0.075,0),Position=UDim2.new(0.05,0,1.05,0),ZIndex=9,Text="Spy all Remotes"})
  1981.     local UnspyAll = Create("TextButton", {Name="UnSpyAll",Parent=RealUI,TextColor3=Color3.fromRGB(230,230,230),AutoButtonColor=false,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(63, 63, 63),Size=UDim2.new(0.2,0,0.075,0),Position=UDim2.new(0.3,0,1.05,0),ZIndex=9,Text="Unspy all Remotes"})
  1982.    
  1983.     local ExplorerWindow = Create("TextButton", {Name="Explorer",Visible=false,Size=UDim2.new(0,200,0,50),Position=UDim2.new(0.8,-75,0.5,-200),Draggable=true,BackgroundTransparency=1,Text="",Parent=Main,ZIndex=1})
  1984.     local Bar2 = Create("Frame", {Name="Bar",Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,0,0,0),BackgroundColor3=Color3.fromRGB(63, 63, 63),BackgroundTransparency=0,BorderSizePixel=0,Parent=ExplorerWindow,ZIndex=6})
  1985.     local ExplorerName = Create("TextLabel",{Parent=Bar2,ZIndex=7,Font="SourceSansBold",TextSize=20,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=1,Text="Explorer",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  1986.     local Minimize2 = Create("TextButton", {Name="Minimize",Size=UDim2.new(0.1,0,1,0),Position=UDim2.new(0.85,0,0,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="-",Parent=Bar2,ZIndex=8})
  1987.     local RealExUI = Create("Frame", {Name="ExMain",Size=UDim2.new(1,0,7,0),Position=UDim2.new(0,0,1,0),BackgroundColor3=Color3.fromRGB(200,200,200),BackgroundTransparency=1,BorderSizePixel=0,Parent=ExplorerWindow,ZIndex=2})
  1988.     local TextureHolder2 = Create("Frame", {Name="Holder",ClipsDescendants=true,Size=UDim2.new(1,0,1,0),Parent=RealExUI,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  1989.     local Texture2 = Create("ImageLabel", {Name="BG",Size=UDim2.new(2,0,2,0),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),ImageColor3=Color3.fromRGB(44, 44, 44),Image="rbxassetid://585867512",Parent=TextureHolder2,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  1990.     local Scroller2 = Create("ScrollingFrame", {Name="Path",Size=UDim2.new(1,0,1,0),CanvasSize=UDim2.new(0,0,0,0),Parent=RealExUI,ZIndex=500,BackgroundTransparency=1,BorderSizePixel=0,TopImage="rbxasset://textures/ui/Scroll/scroll-middle.png",BottomImage="rbxasset://textures/ui/Scroll/scroll-middle.png"})
  1991.     local PathTemplate = Create("Frame",{Name="PathTemplate",Size=UDim2.new(1,0,0,20),Parent=nil,ZIndex=6,BackgroundTransparency=1})
  1992.     local PathName = Create("TextLabel",{Name="PathName",Parent=PathTemplate,TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,ZIndex=7,Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,20,0,0),TextXAlignment="Left"})
  1993.     local IconModeFrame = Create("Frame", {Name="Mode",Size=UDim2.new(0,16,0,16),BackgroundTransparency=1,ClipsDescendants=true,ZIndex=100,Parent=nil})
  1994.     local IconModeMap = Create("ImageLabel", {Name="IconMap",Size=UDim2.new(0,256,0,256),Image="rbxassetid://483448923",Parent=IconModeFrame,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=100})
  1995.     local ModeBtn = Create("TextButton", {Name="Button",Size=UDim2.new(1,0,1,0),BackgroundTransparency=1,Text="",ZIndex=101,Parent=IconModeFrame})
  1996.     local HoverFrame = Create("Frame", {Name="HoverFrame",Size=UDim2.new(1000,0,1,0),Parent=PathTemplate,ZIndex=102,BackgroundTransparency=1,BorderSizePixel=0,BackgroundColor3=Color3.fromRGB(255,255,255)})
  1997.    
  1998.     local LogWindow = Create("TextButton", {Name="Logs",Visible=false,Size=UDim2.new(0,300,0,50),Position=UDim2.new(0.16,-175,0.5,-200),Draggable=true,BackgroundTransparency=1,Text="",Parent=Main,ZIndex=1})
  1999.     local Bar3 = Create("Frame", {Name="Bar",Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,0,0,0),BackgroundColor3=Color3.fromRGB(63, 63, 63),BackgroundTransparency=0,BorderSizePixel=0,Parent=LogWindow,ZIndex=6})
  2000.     local LogName = Create("TextLabel",{Parent=Bar3,ZIndex=7,Font="SourceSansBold",TextSize=20,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=1,Text="Event Logs",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0})
  2001.     local Minimize3 = Create("TextButton", {Name="Minimize",Size=UDim2.new(0.1,0,1,0),Position=UDim2.new(0.85,0,0,0),BackgroundTransparency=1,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,TextScaled=true,Text="-",Parent=Bar3,ZIndex=8})
  2002.     local RealLogUI = Create("Frame", {Name="LMain",Size=UDim2.new(1,0,7,0),Position=UDim2.new(0,0,1,0),BackgroundColor3=Color3.fromRGB(200,200,200),BackgroundTransparency=1,BorderSizePixel=0,Parent=LogWindow,ZIndex=2})
  2003.     local TextureHolder3 = Create("Frame", {Name="Holder",ClipsDescendants=true,Size=UDim2.new(1,0,1,0),Parent=RealLogUI,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  2004.     local Texture3 = Create("ImageLabel", {Name="BG",Size=UDim2.new(2,0,2,0),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),ImageColor3=Color3.fromRGB(44, 44, 44),Image="rbxassetid://585867512",Parent=TextureHolder3,BackgroundTransparency=1,BorderSizePixel=0,ZIndex=3})
  2005.     local Scroller3 = Create("ScrollingFrame", {Name="Logs",Size=UDim2.new(1,0,1,0),CanvasSize=UDim2.new(0,0,0,0),Parent=RealLogUI,ZIndex=500,BackgroundTransparency=1,BorderSizePixel=0,TopImage="rbxasset://textures/ui/Scroll/scroll-middle.png",BottomImage="rbxasset://textures/ui/Scroll/scroll-middle.png"})
  2006.     local LogTemplate = Create("Frame",{Name="LogTemplate",Size=UDim2.new(1,0,0,20),Parent=nil,ZIndex=6,BackgroundTransparency=1})
  2007.     local LogName = Create("TextLabel",{Name="LogName",Parent=LogTemplate,TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,ZIndex=7,Size=UDim2.new(1,0,1,0),Position=UDim2.new(0,20,0,0),TextXAlignment="Left"})
  2008.    
  2009.     local Removed = false
  2010.     Main.ChildRemoved:Connect(function()
  2011.     if not Removed then
  2012.     Removed = true
  2013.     BreakCode()
  2014.     end
  2015.     end)
  2016.    
  2017.     --MakeShadows--
  2018.     local HubShadows = MakeShadow(Hub,1,3,7,1)
  2019.     MakeShadow(Bar,5,3,1,0)
  2020.     MakeShadow(Bar2,5,3,1,0)
  2021.     MakeShadow(Open,1,3,1,0)
  2022.     MakeShadow(Bar3,5,3,1,0)
  2023.     MakeShadow(SpyButton,8,3,1,0)
  2024.     MakeShadow(PathButton,8,3,1,0)
  2025.     MakeShadow(OpenSpy,8,3,1,0)
  2026.     MakeShadow(spyAll,8,3,1,0)
  2027.     local ExplorerShadows = MakeShadow(ExplorerWindow,1,3,7,1)
  2028.     local LogShadows = MakeShadow(LogWindow,1,3,7,1)
  2029.     --== End ==--
  2030.    
  2031.     --== UI Functions ==--
  2032.    
  2033.     function LoadIcon(service, frame, numb)
  2034.     if Indexs[service] or numb then
  2035.     local row = 1
  2036.     local col = 0
  2037.     if numb then
  2038.     for i = 1,numb do
  2039.     if i > colSize*row then
  2040.     col = 1
  2041.     row = row+1
  2042.     else
  2043.     col = col+1
  2044.     end
  2045.     end
  2046.     else
  2047.     for i = 1,Indexs[service] do
  2048.     if i > colSize*row then
  2049.     col = 1
  2050.     row = row+1
  2051.     else
  2052.     col = col+1
  2053.     end
  2054.     end
  2055.     end
  2056.     frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
  2057.     end
  2058.     end
  2059.    
  2060.     spawn(function()
  2061.     local suc,er = pcall(function()
  2062.     while true do
  2063.     Texture1:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30,true)
  2064.     wait(30)
  2065.     Texture1.Position = UDim2.new(0,0,0,0)
  2066.     end
  2067.     end)
  2068.     end)
  2069.    
  2070.     spawn(function()
  2071.     local suc,er = pcall(function()
  2072.     while true do
  2073.     Texture2:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30,true)
  2074.     wait(30)
  2075.     Texture2.Position = UDim2.new(0,0,0,0)
  2076.     end
  2077.     end)
  2078.     end)
  2079.    
  2080.     spawn(function()
  2081.     local suc,er = pcall(function()
  2082.     while true do
  2083.     Texture3:TweenPosition(UDim2.new(-1,0,-1,0),"Out","Linear",30,true)
  2084.     wait(30)
  2085.     Texture3.Position = UDim2.new(0,0,0,0)
  2086.     end
  2087.     end)
  2088.     end)
  2089.    
  2090.     local ExitDB=false
  2091.    
  2092.     Open.MouseButton1Down:Connect(function()
  2093.     if not ExitDB then
  2094.     ExitDB = true
  2095.     Hub.Position = UDim2.new(0,-600,0.5,-200)
  2096.     ExplorerWindow.Position = UDim2.new(0.875,-75,-0.35,-200)
  2097.     LogWindow.Position = UDim2.new(0.16,-175,1,200)
  2098.     Hub.Visible = true
  2099.     ExplorerWindow.Visible = true
  2100.     LogWindow.Visible = true
  2101.     Open.Visible = false
  2102.     Hub:TweenPosition(UDim2.new(0.535,-300,0.5,-200),"Out","Elastic",0.5,true)
  2103.     wait(0.15)
  2104.     ExplorerWindow:TweenPosition(UDim2.new(0.875,-75,0.5,-200),"Out","Elastic",0.5,true)
  2105.     wait(0.15)
  2106.     LogWindow:TweenPosition(UDim2.new(0.16,-175,0.5,-200),"Out","Elastic",0.5,true)
  2107.     wait()
  2108.     game:GetService("TweenService"):Create(Open,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2109.     ExitDB = false
  2110.     end
  2111.     end)
  2112.    
  2113.     Bar.MouseEnter:Connect(function()
  2114.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2115.     end)
  2116.    
  2117.     Bar.MouseLeave:Connect(function()
  2118.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2119.     end)
  2120.    
  2121.     Bar2.MouseEnter:Connect(function()
  2122.     game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2123.     end)
  2124.    
  2125.     Bar2.MouseLeave:Connect(function()
  2126.     game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2127.     end)
  2128.    
  2129.     Bar3.MouseEnter:Connect(function()
  2130.     game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2131.     end)
  2132.    
  2133.     Bar3.MouseLeave:Connect(function()
  2134.     game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2135.     end)
  2136.    
  2137.     Open.MouseEnter:Connect(function()
  2138.     game:GetService("TweenService"):Create(Open,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2139.     end)
  2140.    
  2141.     Open.MouseLeave:Connect(function()
  2142.     game:GetService("TweenService"):Create(Open,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2143.     end)
  2144.    
  2145.     spyAll.MouseEnter:Connect(function()
  2146.     game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2147.     end)
  2148.    
  2149.     spyAll.MouseLeave:Connect(function()
  2150.     game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2151.     end)
  2152.    
  2153.     UnspyAll.MouseEnter:Connect(function()
  2154.     game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2155.     end)
  2156.    
  2157.     UnspyAll.MouseLeave:Connect(function()
  2158.     game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2159.     end)
  2160.    
  2161.     Exit.MouseEnter:Connect(function()
  2162.     game:GetService("TweenService"):Create(Exit,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(170, 46, 46);}):Play()
  2163.     wait()
  2164.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2165.     end)
  2166.    
  2167.     Exit.MouseLeave:Connect(function()
  2168.     game:GetService("TweenService"):Create(Exit,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2169.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2170.     end)
  2171.    
  2172.     Minimize.MouseEnter:Connect(function()
  2173.     game:GetService("TweenService"):Create(Minimize,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(150, 150, 150);}):Play()
  2174.     wait()
  2175.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2176.     end)
  2177.    
  2178.     Minimize.MouseLeave:Connect(function()
  2179.     game:GetService("TweenService"):Create(Minimize,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2180.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2181.     end)
  2182.    
  2183.     Minimize2.MouseEnter:Connect(function()
  2184.     game:GetService("TweenService"):Create(Minimize2,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(150, 150, 150);}):Play()
  2185.     wait()
  2186.     game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2187.     end)
  2188.    
  2189.     Minimize2.MouseLeave:Connect(function()
  2190.     game:GetService("TweenService"):Create(Minimize2,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2191.     game:GetService("TweenService"):Create(Bar2,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2192.     end)
  2193.    
  2194.     Minimize3.MouseEnter:Connect(function()
  2195.     game:GetService("TweenService"):Create(Minimize3,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(150, 150, 150);}):Play()
  2196.     wait()
  2197.     game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2198.     end)
  2199.    
  2200.     Minimize3.MouseLeave:Connect(function()
  2201.     game:GetService("TweenService"):Create(Minimize3,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2202.     game:GetService("TweenService"):Create(Bar3,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2203.     end)
  2204.    
  2205.     local minDB1 = false
  2206.     Minimize.MouseButton1Down:Connect(function()
  2207.     if not minDB1 then
  2208.     minDB1 = true
  2209.     if RealUI.Visible then
  2210.     RealUI.Visible = false
  2211.     for i,v in pairs(HubShadows) do
  2212.     v.Visible = false
  2213.     end
  2214.     else
  2215.     RealUI.Visible = true
  2216.     for i,v in pairs(HubShadows) do
  2217.     v.Visible = true
  2218.     end
  2219.     end
  2220.     minDB1 = false
  2221.     end
  2222.     end)
  2223.    
  2224.     local minDB2 = false
  2225.     Minimize2.MouseButton1Down:Connect(function()
  2226.     if not minDB2 then
  2227.     minDB2 = true
  2228.     if RealExUI.Visible then
  2229.     RealExUI.Visible = false
  2230.     for i,v in pairs(ExplorerShadows) do
  2231.     v.Visible = false
  2232.     end
  2233.     else
  2234.     RealExUI.Visible = true
  2235.     for i,v in pairs(ExplorerShadows) do
  2236.     v.Visible = true
  2237.     end
  2238.     end
  2239.     minDB2 = false
  2240.     end
  2241.     end)
  2242.    
  2243.     local minDB3 = false
  2244.     Minimize3.MouseButton1Down:Connect(function()
  2245.     if not minDB3 then
  2246.     minDB3 = true
  2247.     if RealLogUI.Visible then
  2248.     RealLogUI.Visible = false
  2249.     for i,v in pairs(LogShadows) do
  2250.     v.Visible = false
  2251.     end
  2252.     else
  2253.     RealLogUI.Visible = true
  2254.     for i,v in pairs(LogShadows) do
  2255.     v.Visible = true
  2256.     end
  2257.     end
  2258.     minDB3 = false
  2259.     end
  2260.     end)
  2261.    
  2262.     Exit.MouseButton1Down:Connect(function()
  2263.     if not ExitDB then
  2264.     ExitDB = true
  2265.     Open.Visible = true
  2266.     Hub:TweenPosition(UDim2.new(-0.2,-600,-1,0),"In","Quart",0.5,true)
  2267.     wait(0.15)
  2268.     ExplorerWindow:TweenPosition(UDim2.new(1,200,-1,0),"In","Quart",0.5,true)
  2269.     wait(0.15)
  2270.     LogWindow:TweenPosition(UDim2.new(-0.5,-300,1,0),"In","Quart",0.5,true)
  2271.     wait(0.5)
  2272.     game:GetService("TweenService"):Create(Bar,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2273.     game:GetService("TweenService"):Create(Minimize,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2274.     game:GetService("TweenService"):Create(Exit,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2275.     Hub.Visible = false
  2276.     ExplorerWindow.Visible = false
  2277.     LogWindow.Visible = false
  2278.     Open.Visible = true
  2279.     ExitDB = false
  2280.     end
  2281.     end)
  2282.    
  2283.     local classMethods = {
  2284.     BindableEvent = "Fire";
  2285.     BindableFunction = "Invoke";
  2286.     RemoteEvent = "FireServer";
  2287.     RemoteFunction = "InvokeServer";
  2288.     }
  2289.    
  2290.     local realMethods = {}
  2291.     local pseudoEnv = {}
  2292.    
  2293.     local Spying = {}
  2294.     local SpyedNumb = 1
  2295.    
  2296.     for i,v in pairs(classMethods) do
  2297.     realMethods[v] = Instance.new(i)[classMethods[i]]
  2298.     end
  2299.     local BiggestX = 0
  2300.     function AddUI(args)
  2301.     local NewUI = LogTemplate:Clone()
  2302.     local mapp = IconFrame:Clone()
  2303.     LoadIcon(args[1].ClassName, mapp)
  2304.     mapp.Position = UDim2.new(0,0,0.5,-8)
  2305.     NewUI.LogName.Text = "Name: \""..args[1].Name .. "\" | "..args[2]
  2306.     NewUI.Position = UDim2.new(0,0,0,SpyedNumb*20)
  2307.     NewUI.Parent = Scroller3
  2308.     mapp.Parent = NewUI
  2309.     SpyedNumb = SpyedNumb + 1
  2310.     if BiggestX < NewUI.LogName.TextBounds.X then
  2311.     BiggestX = NewUI.LogName.TextBounds.X
  2312.     end
  2313.     Scroller3.CanvasSize = UDim2.new(0,BiggestX+20,0,20*#Scroller3:GetChildren()+20)
  2314.     end
  2315.    
  2316.     function GetNameCall(obj)
  2317.     if obj.ClassName == "RemoteEvent" then
  2318.     return "FireServer"
  2319.     elseif obj.ClassName == "RemoteFunction" then
  2320.     return "InvokeServer"
  2321.     elseif obj.ClassName == "BindableEvent" then
  2322.     return "Fire"
  2323.     elseif obj.ClassName == "BindabledFunction" then
  2324.     return "Invoke"
  2325.     end
  2326.     end
  2327.    
  2328.     function LoadRemoteSpy()
  2329.     if tostring(_G.Exploit) == "Synapse" then
  2330.     local function hook(methodname, self, ...)
  2331.        local args = {...}
  2332.        local ret = {realMethods[methodname](self,...)}
  2333.     if not realMethods[methodname] then return unpack(ret) end
  2334.     if not Spying[self] then return unpack(ret) end
  2335.        SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  2336.     AddUI(SpyArgs[SpyedNumb])
  2337.        return unpack(ret)
  2338.     end
  2339.     Synapse:SetNamecallHook("FireServer", function(self, ...)
  2340.        if self:IsA("RemoteEvent") then
  2341.            hook(GetNameCall(self), self, ...)
  2342.        end
  2343.     end)
  2344.     Synapse:SetNamecallHook("InvokeServer", function(self, ...)
  2345.        if self:IsA("RemoteFunction") then
  2346.            hook(GetNameCall(self), self, ...)
  2347.        end
  2348.     end)
  2349.     Synapse:SetNamecallHook("Fire", function(self, ...)
  2350.        if self:IsA("BindableEvent") then
  2351.            hook(GetNameCall(self), self, ...)
  2352.        end
  2353.     end)
  2354.     Synapse:SetNamecallHook("Invoke", function(self, ...)
  2355.        if self:IsA("BindableFunction") then
  2356.            hook(GetNameCall(self), self, ...)
  2357.        end
  2358.     end)
  2359.     elseif tostring(_G.Exploit) == "SetWrite" then
  2360.     setreadonly(getrawmetatable(game), false)
  2361.     local pseudoEnv = {}
  2362.     local gameMeta = getrawmetatable(game)
  2363.     for key, value in next, gameMeta do pseudoEnv[key] = value end
  2364.     gameMeta.__index, gameMeta.__namecall = function(self, key)
  2365.     if not realMethods[key] then return pseudoEnv.__index(self, key) end
  2366.     if not Spying[self] then return pseudoEnv.__index(self, key) end
  2367.     return function(_, ...)
  2368.     local returnValues = {realMethods[key](self, ...)}
  2369.     SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  2370.     AddUI(SpyArgs[SpyedNumb])
  2371.     return unpack(returnValues)
  2372.     end
  2373.     end
  2374.     elseif tostring(_G.Exploit) == "Writeable" then
  2375.     make_writeable(getrawmetatable(game))
  2376.     local pseudoEnv = {}
  2377.     local gameMeta = getrawmetatable(game)
  2378.     for key, value in next, gameMeta do pseudoEnv[key] = value end
  2379.     gameMeta.__index, gameMeta.__namecall = function(self, key)
  2380.     if not realMethods[key] then return pseudoEnv.__index(self, key) end
  2381.     if not Spying[self] then return pseudoEnv.__index(self, key) end
  2382.     return function(_, ...)
  2383.     local returnValues = {realMethods[key](self, ...)}
  2384.     SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  2385.     AddUI(SpyArgs[SpyedNumb])
  2386.     return unpack(returnValues)
  2387.     end
  2388.     end
  2389.     elseif tostring(_G.Exploit) == "BackUp" then
  2390.     local pseudoEnv = {}
  2391.     local gameMeta = getrawmetatable(game)
  2392.     for key, value in next, gameMeta do pseudoEnv[key] = value end
  2393.     gameMeta.__index, gameMeta.__namecall = function(self, key)
  2394.     if not realMethods[key] then return pseudoEnv.__index(self, key) end
  2395.     if not Spying[self] then return pseudoEnv.__index(self, key) end
  2396.     return function(_, ...)
  2397.     local returnValues = {realMethods[key](self, ...)}
  2398.     SpyArgs[SpyedNumb] = {self,ReturnArgs(GetNameCall(self),self,...)}
  2399.     AddUI(SpyArgs[SpyedNumb])
  2400.     return unpack(returnValues)
  2401.     end
  2402.     end
  2403.     else
  2404.     print("Mr.Spy does not support your script executer due to it might not have a way to run \"getrawmetatable\"")
  2405.     end
  2406.     end
  2407.     LoadRemoteSpy()
  2408.    
  2409.     local RemoteIgnores = {
  2410.     ["CharacterSoundEvent"] = true;
  2411.     ["MovementUpdate"] = true;
  2412.     ["FollowRelationshipChange"] = true;
  2413.     ["OnMessageDoneFiltering"] = true;
  2414.     ["SendNotification"] = true;
  2415.     ["SetDialogInUse"] = true;
  2416.     ["OnUnmuted"] = true;
  2417.     ["MutePlayerRequested"] = true;
  2418.     ["OnChannelJoined"] = true;
  2419.     ["OnNewMessage"] = true;
  2420.     ["SendNotificationInfo"] = true;
  2421.     ["GetFollowRelationships"] = true;
  2422.     ["GuiInsetChanged"] = true;
  2423.     ["NewFollower"] = true;
  2424.     ["OnNewSystemMessage"] = true;
  2425.     ["GetServerVersion"] = true;
  2426.     ["GetInitDataRequest"] = true;
  2427.     ["OnMainChannelSet"] = true;
  2428.     ["DefaultServerSoundEvent"] = true;
  2429.     ["ChannelNameColorUpdated"] = true;
  2430.     ["UnMutePlayerRequest"] = true;
  2431.     ["OnChannelLeft"] = true;
  2432.     ["SayMessageRequest"] = true;
  2433.     ["SetBlockedUserIdsRequest"] = true;
  2434.     ["FollowRelationshipChanged"] = true;
  2435.     ["GamepadNotifications"] = true;
  2436.     ["OnMuted"] = true;
  2437.     ["MutePlayerRequest"] = true;
  2438.     }
  2439.    
  2440.     function StartSpy()
  2441.     local Remotes = {}
  2442.     local function MakeItem(v,pos)
  2443.     local temp = RemoteTemplate:Clone()
  2444.     local map = IconFrame:Clone()
  2445.     v[2] = temp
  2446.     LoadIcon(v[1].ClassName,map)
  2447.     map.Position = UDim2.new(0,10,0.5,-8)
  2448.     map.Parent = temp
  2449.     temp.Name = pos/40
  2450.     temp.RemoteName.Text = v[1].Name
  2451.     temp.Parent = Scroller
  2452.     temp.Position = UDim2.new(0,0,0,pos)
  2453.     temp.SpyRemote.TextColor3 = Color3.fromRGB(170, 46, 46)
  2454.     temp.SpyRemote.Position = UDim2.new(0,20+temp.RemoteName.TextBounds.X+15,0.225,0)
  2455.     temp.PathButton.Position = UDim2.new(temp.PathButton.Size.X.Scale,20+temp.RemoteName.TextBounds.X+15,0.225,0)
  2456.     temp.OpenButton.Position = UDim2.new(temp.OpenButton.Size.X.Scale+temp.PathButton.Size.X.Scale,temp.RemoteName.TextBounds.X,0.225,0)
  2457.     if Spying[v[1]] then
  2458.     temp.SpyRemote.TextColor3 = Color3.fromRGB(0, 170, 127)
  2459.     else
  2460.     temp.SpyRemote.TextColor3 = Color3.fromRGB(170, 46, 46)
  2461.     end
  2462.     temp.SpyRemote.MouseEnter:Connect(function()
  2463.     game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2464.     end)
  2465.     temp.SpyRemote.MouseLeave:Connect(function()
  2466.     game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2467.     end)
  2468.     temp.SpyRemote.MouseButton1Down:Connect(function()
  2469.     if not Spying[v[1]] then
  2470.     Spying[v[1]] = v[1]
  2471.     game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(0, 170, 127);}):Play()
  2472.     else
  2473.     Spying[v[1]] = nil
  2474.     game:GetService("TweenService"):Create(temp.SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(170, 46, 46);}):Play()
  2475.     end
  2476.     end)
  2477.     temp.PathButton.MouseEnter:Connect(function()
  2478.     game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2479.     end)
  2480.     temp.PathButton.MouseLeave:Connect(function()
  2481.     game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2482.     end)
  2483.     temp.OpenButton.MouseEnter:Connect(function()
  2484.     game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(80, 80, 80);}):Play()
  2485.     end)
  2486.     temp.OpenButton.MouseLeave:Connect(function()
  2487.     game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.25),{BackgroundColor3=Color3.fromRGB(63, 63, 63);}):Play()
  2488.     end)
  2489.     temp.OpenButton.MouseButton1Down:Connect(function()
  2490.     local suc,er = pcall(function() setclipboard("game."..v[1]:GetFullName()) end)
  2491.     local suc,er = pcall(function() toclipboard("game."..v[1]:GetFullName()) end)
  2492.     local suc,er = pcall(function() Synapse:CopyString("game."..v[1]:GetFullName()) end)
  2493.     local suc,er = pcall(function() Clipboard.set("game."..v[1]:GetFullName()) end)
  2494.     game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  2495.     wait(0.1)
  2496.     game:GetService("TweenService"):Create(temp.OpenButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2497.     end)
  2498.     local recurNumb = 1
  2499.     local path = {}
  2500.     local Numb = 0
  2501.     temp.PathButton.MouseButton1Down:Connect(function()
  2502.     recurNumb = 1
  2503.     Numb = 0
  2504.     local function Recur(obj)
  2505.     if obj == game then
  2506.     return
  2507.     else
  2508.     path[recurNumb] = obj
  2509.     end
  2510.     recurNumb = recurNumb + 1
  2511.     Recur(obj.Parent)
  2512.     end
  2513.     Recur(v[1])
  2514.     Scroller2:ClearAllChildren()
  2515.     local OGParent
  2516.     local maxTextX = 0
  2517.     for ii = #path,1,-1 do
  2518.     local obj = path[ii]
  2519.     local UI = PathTemplate:Clone()
  2520.     local Icon = IconFrame:Clone()
  2521.     local mode = IconModeFrame:Clone()
  2522.     if ii > 1 then
  2523.     mode.Parent = UI
  2524.     mode.Position = UDim2.new(0,-20,0.5,-8)
  2525.     LoadIcon(nil,mode,167)
  2526.     end
  2527.     LoadIcon(obj.ClassName,Icon)
  2528.     Icon.Position = UDim2.new(0,0,0.5,-8)
  2529.     Icon.Parent = UI
  2530.     UI.Name = "OBJ"
  2531.     UI.PathName.Text = obj.Name
  2532.     UI.Position = UDim2.new(0,20,0,21)
  2533.     UI.Size = UDim2.new(0,100,0,20)
  2534.     Numb = Numb+1
  2535.     local opened = true
  2536.     mode.MouseEnter:Connect(function()
  2537.     if not opened then
  2538.     LoadIcon(nil,mode,180)
  2539.     else
  2540.     LoadIcon(nil,mode,181)
  2541.     end
  2542.     end)
  2543.     mode.MouseLeave:Connect(function()
  2544.     if not opened then
  2545.     LoadIcon(nil,mode,166)
  2546.     else
  2547.     LoadIcon(nil,mode,167)
  2548.     end
  2549.     end)
  2550.     mode.Button.MouseButton1Down:Connect(function()
  2551.     if not opened then
  2552.     opened = true
  2553.     LoadIcon(nil,mode,181)
  2554.     UI.OBJ.Visible = true
  2555.     else
  2556.     opened = false
  2557.     LoadIcon(nil,mode,180)
  2558.     UI.OBJ.Visible = false
  2559.     end
  2560.     end)
  2561.     UI.HoverFrame.MouseEnter:Connect(function()
  2562.     game:GetService("TweenService"):Create(UI.HoverFrame,TweenInfo.new(0.25),{["BackgroundTransparency"] = 0.9;}):Play()
  2563.     end)
  2564.     UI.HoverFrame.MouseLeave:Connect(function()
  2565.     game:GetService("TweenService"):Create(UI.HoverFrame,TweenInfo.new(0.25),{["BackgroundTransparency"] = 1;}):Play()
  2566.     end)
  2567.     if not OGParent then
  2568.     UI.Position = UDim2.new(0,22,0,4)
  2569.     UI.Parent = Scroller2
  2570.     OGParent = UI
  2571.     else
  2572.     UI.Parent = OGParent
  2573.     OGParent = UI
  2574.     end
  2575.     if maxTextX < UI.PathName.TextBounds.X then
  2576.     maxTextX = UI.PathName.TextBounds.X
  2577.     end
  2578.     end
  2579.     Scroller2.CanvasSize = UDim2.new(0,(maxTextX+(#path*20))+10,0,(Numb*21)+4)
  2580.     game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  2581.     wait(0.1)
  2582.     game:GetService("TweenService"):Create(temp.PathButton,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2583.     end)
  2584.     end
  2585.     local function LoadUI()
  2586.     Scroller:ClearAllChildren()
  2587.     local pos = 0
  2588.     for i,v in pairs(Remotes) do
  2589.     if v then
  2590.     MakeItem(v, pos)
  2591.     pos = pos+40
  2592.     end
  2593.     end
  2594.     Scroller.CanvasSize = UDim2.new(0,0,0,pos)
  2595.     end
  2596.     local function GetRemotes()
  2597.     local function Recursion(obj)
  2598.     for i,v in pairs(obj:GetChildren()) do
  2599.     local succ,err = pcall(function()
  2600.     if not RemoteIgnores[v.Name] then
  2601.     if v:IsA("RemoteEvent") or v:IsA("RemoteFunction") or v:IsA("BindableEvent") or v:IsA("BindableFunction") then
  2602.     Remotes[v] = {v}
  2603.     end
  2604.     end
  2605.     end)
  2606.     local suc,er = pcall(function()
  2607.     v:GetChildren()
  2608.     end)
  2609.     if suc and #v:GetChildren() > 0 then
  2610.     Recursion(v)
  2611.     end
  2612.     end
  2613.     end
  2614.     Recursion(game)
  2615.     end
  2616.     GetRemotes()
  2617.     LoadUI()
  2618.     for i,v in pairs(game:GetChildren()) do
  2619.     local suc, er = pcall(function()
  2620.     v:GetChildren()
  2621.     end)
  2622.     if suc then
  2623.     v.DescendantAdded:Connect(function(obj)
  2624.     wait(1)
  2625.     if not RemoteIgnores[obj.Name] then
  2626.     if obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") or obj:IsA("BindableEvent") or obj:IsA("BindableFunction") then
  2627.     Remotes[obj] = {obj}
  2628.     MakeItem(Remotes[obj],((#Scroller:GetChildren())*40))
  2629.     Scroller.CanvasSize = UDim2.new(0,0,0,Scroller.CanvasSize.Y.Offset+40)
  2630.     end
  2631.     end
  2632.     end)
  2633.     v.DescendantRemoving:Connect(function(obj)
  2634.     if not RemoteIgnores[obj.Name] then
  2635.     if obj:IsA("RemoteEvent") or obj:IsA("RemoteFunction") or obj:IsA("BindableEvent") or obj:IsA("BindableFunction") then
  2636.     if Remotes[obj] then
  2637.     for ii = tonumber(Remotes[obj][2].Name),#Scroller:GetChildren() do
  2638.     if ii ~= tonumber(Remotes[obj][2].Name) then
  2639.     local it = Scroller:FindFirstChild(ii)
  2640.     if it then
  2641.     it.Position = UDim2.new(0,0,0,it.Position.Y.Offset-40)
  2642.     it.Name = tonumber(it.Name) - 1
  2643.     end
  2644.     end
  2645.     end
  2646.     Scroller.CanvasSize = UDim2.new(0,0,0,Scroller.CanvasSize.Y.Offset-40)
  2647.     Remotes[obj][2]:Destroy()
  2648.     Remotes[obj] = nil
  2649.     end
  2650.     end
  2651.     end
  2652.     end)
  2653.     end
  2654.     end
  2655.     spyAll.MouseButton1Down:Connect(function()
  2656.     spawn(function()
  2657.     game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  2658.     wait(0.1)
  2659.     game:GetService("TweenService"):Create(spyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2660.     end)
  2661.     for i,v in pairs(Remotes) do
  2662.     game:GetService("TweenService"):Create(v[2].SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(0, 170, 127);}):Play()
  2663.     Spying[v[1]] = v[1]
  2664.     end
  2665.     end)
  2666.     UnspyAll.MouseButton1Down:Connect(function()
  2667.     spawn(function()
  2668.     game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(200, 200, 200);}):Play()
  2669.     wait(0.1)
  2670.     game:GetService("TweenService"):Create(UnspyAll,TweenInfo.new(0.1),{TextColor3=Color3.fromRGB(255, 255, 255);}):Play()
  2671.     end)
  2672.     for i,v in pairs(Remotes) do
  2673.     game:GetService("TweenService"):Create(v[2].SpyRemote,TweenInfo.new(0.25),{TextColor3=Color3.fromRGB(170, 46, 46);}):Play()
  2674.     Spying[v[1]] = nil
  2675.     end
  2676.     end)
  2677.     end
  2678.     StartSpy()
  2679.    
  2680.     --== End ==--
  2681.     end)
  2682.  
  2683. end
  2684. coroutine.resume(coroutine.create(SCRIPT_AGRX75_FAKESCRIPT))
  2685. function SCRIPT_WDQF78_FAKESCRIPT() -- CloseButton_3.CloseScript
  2686.     local script = Instance.new('LocalScript')
  2687.     script.Parent = CloseButton_3
  2688.     script.Parent.MouseButton1Click:Connect(function()
  2689.         script.Parent.Parent.Visible = false
  2690.     end)
  2691.  
  2692. end
  2693. coroutine.resume(coroutine.create(SCRIPT_WDQF78_FAKESCRIPT))
  2694. function SCRIPT_OMPX75_FAKESCRIPT() -- feAdmin.infinteyeild
  2695.     local script = Instance.new('LocalScript')
  2696.     script.Parent = feAdmin
  2697.     script.Parent.MouseButton1Click:Connect(function()
  2698.         loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  2699.     end)
  2700.  
  2701. end
  2702. coroutine.resume(coroutine.create(SCRIPT_OMPX75_FAKESCRIPT))
  2703. function SCRIPT_ZTLE75_FAKESCRIPT() -- Scripts.DragScript
  2704.     local script = Instance.new('LocalScript')
  2705.     script.Parent = Scripts
  2706.     script.Parent.Active = true
  2707.     script.Parent.Selectable = true
  2708.     script.Parent.Draggable = true
  2709.  
  2710. end
  2711. coroutine.resume(coroutine.create(SCRIPT_ZTLE75_FAKESCRIPT))
  2712. function SCRIPT_ZBEI80_FAKESCRIPT() -- InfiniteJump.InfiniteJump
  2713.     local script = Instance.new('LocalScript')
  2714.     script.Parent = InfiniteJump
  2715.     script.Parent.MouseButton1Click:Connect(function()
  2716.         local Player = game:GetService'Players'.LocalPlayer;
  2717.     local UIS = game:GetService'UserInputService';
  2718.    
  2719.     _G.JumpHeight = 50;
  2720.    
  2721.     function Action(Object, Function) if Object ~= nil then Function(Object); end end
  2722.    
  2723.     UIS.InputBegan:connect(function(UserInput)
  2724.         if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  2725.             Action(Player.Character.Humanoid, function(self)
  2726.                 if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  2727.                     Action(self.Parent.HumanoidRootPart, function(self)
  2728.                         self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  2729.                     end)
  2730.                 end
  2731.             end)
  2732.         end
  2733.     end)
  2734.      
  2735.    
  2736.     end)
  2737.  
  2738. end
  2739. coroutine.resume(coroutine.create(SCRIPT_ZBEI80_FAKESCRIPT))
  2740. function SCRIPT_XMLN80_FAKESCRIPT() -- btools.InfiniteJump
  2741.     local script = Instance.new('LocalScript')
  2742.     script.Parent = btools
  2743.     script.Parent.MouseButton1Click:Connect(function()
  2744.         for i=2,4 do
  2745.         local btool = Instance.new("HopperBin")
  2746.         btool.BinType=i
  2747.         btool.Parent=game:service'Players'.LocalPlayer.Backpack
  2748.     end
  2749.    
  2750.     mouse = game:service'Players'.LocalPlayer:GetMouse()
  2751.     tool = Instance.new("Tool")
  2752.     tool.RequiresHandle = false
  2753.     tool.Name = "Unlock tool"
  2754.     tool.Activated:connect(function()
  2755.         if mouse.Target:IsA("BasePart") then
  2756.             mouse.Target.Locked=false
  2757.             print("Unlocked "..mouse.Target:GetFullName())
  2758.         end
  2759.     end)
  2760.     tool.Parent = game:service'Players'.LocalPlayer.Backpack
  2761.     end)
  2762.  
  2763. end
  2764. coroutine.resume(coroutine.create(SCRIPT_XMLN80_FAKESCRIPT))
  2765. function SCRIPT_TFSC72_FAKESCRIPT() -- dexexplorer.dexv4
  2766.     local script = Instance.new('LocalScript')
  2767.     script.Parent = dexexplorer
  2768.     script.Parent.MouseButton1Click:Connect(function()
  2769.         loadstring(game:HttpGet("https://paste.ee/r/19qH2/0"))()
  2770.     end)
  2771.  
  2772. end
  2773. coroutine.resume(coroutine.create(SCRIPT_TFSC72_FAKESCRIPT))
  2774. function SCRIPT_CRMF74_FAKESCRIPT() -- CounterPepsi.counterpepsi
  2775.     local script = Instance.new('LocalScript')
  2776.     script.Parent = CounterPepsi
  2777.     script.Parent.MouseButton1Click:Connect(function()
  2778.         loadstring(game:HttpGet("https://pastebin.com/raw/bS4Bcqac"))()
  2779.     end)
  2780.  
  2781. end
  2782. coroutine.resume(coroutine.create(SCRIPT_CRMF74_FAKESCRIPT))
  2783. function SCRIPT_AGGD72_FAKESCRIPT() -- CloseButton_4.CloseScript
  2784.     local script = Instance.new('LocalScript')
  2785.     script.Parent = CloseButton_4
  2786.     script.Parent.MouseButton1Click:Connect(function()
  2787.         script.Parent.Parent.Parent:Destroy()
  2788.     end)
  2789.  
  2790. end
  2791. coroutine.resume(coroutine.create(SCRIPT_AGGD72_FAKESCRIPT))
Add Comment
Please, Sign In to add comment