Advertisement
Upscalefanatic3

EXD Loader Script

Mar 14th, 2019
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.98 KB | None | 0 0
  1. ---ExD By Pure
  2. local ExD = Instance.new("ScreenGui")
  3. local Logo = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local Comments = Instance.new("TextLabel")
  6. local Hub = Instance.new("Frame")
  7. local Name1 = Instance.new("TextLabel")
  8. local GameButton = Instance.new("ImageButton")
  9. local MainButton = Instance.new("ImageButton")
  10. local InfoButton = Instance.new("ImageButton")
  11. local CloseButton = Instance.new("TextButton")
  12. local GamesHub = Instance.new("Frame")
  13. local Bloodfest = Instance.new("ImageButton")
  14. local PiratesTale = Instance.new("ImageButton")
  15. local SlayingSim = Instance.new("ImageButton")
  16. local ImageButton2 = Instance.new("ImageButton")
  17. local ImageButton3 = Instance.new("ImageButton")
  18. local RobloxHigh = Instance.new("ImageButton")
  19. local ImageButton1 = Instance.new("ImageButton")
  20. local ImageButton5 = Instance.new("ImageButton")
  21. local ImageButton4 = Instance.new("ImageButton")
  22. local InfoHub = Instance.new("Frame")
  23. local Info = Instance.new("TextLabel")
  24. local Version = Instance.new("Frame")
  25. local VersionNumber = Instance.new("TextLabel")
  26. local UTDChecker = Instance.new("TextLabel")
  27. local Credit = Instance.new("TextLabel")
  28. local Name2 = Instance.new("TextLabel")
  29. local Name3 = Instance.new("TextLabel")
  30. local MainHub = Instance.new("Frame")
  31. local FilterShark = Instance.new("TextButton")
  32. local ScriptChecker = Instance.new("TextButton")
  33. local RepFucker = Instance.new("TextButton")
  34. local IYFE = Instance.new("TextButton")
  35. local ShatterVast = Instance.new("TextButton")
  36. local KatiesAdmin = Instance.new("TextButton")
  37. local OPX = Instance.new("TextButton")
  38. local Synapse = Instance.new("TextButton")
  39. local Bypass = Instance.new("TextButton")
  40. local Minimize = Instance.new("TextButton")
  41. local ReOpen = Instance.new("TextButton")
  42. --Properties:
  43. ExD.Name = "ExD"
  44. ExD.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  45. ExD.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46. ExD.ResetOnSpawn = false
  47.  
  48. Logo.Name = "Logo"
  49. Logo.Parent = ExD
  50. Logo.BackgroundColor3 = Color3.new(0, 1, 1)
  51. Logo.BackgroundTransparency = 0.5
  52. Logo.BorderSizePixel = 0
  53. Logo.Position = UDim2.new(-0.0392385684, -50, 0.5, -50)
  54. Logo.Size = UDim2.new(0, 100, 0, 100)
  55.  
  56. Title.Name = "Title"
  57. Title.Parent = Logo
  58. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Title.BackgroundTransparency = 1
  60. Title.BorderSizePixel = 0
  61. Title.Position = UDim2.new(0, 0, 0.25, 0)
  62. Title.Rotation = -45
  63. Title.Size = UDim2.new(0, 100, 0, 50)
  64. Title.Font = Enum.Font.SciFi
  65. Title.Text = "ExD"
  66. Title.TextColor3 = Color3.new(0, 0, 0)
  67. Title.TextScaled = true
  68. Title.TextSize = 14
  69. Title.TextWrapped = true
  70.  
  71. Comments.Name = "Comments"
  72. Comments.Parent = Logo
  73. Comments.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  74. Comments.BackgroundTransparency = 0.80000001192093
  75. Comments.BorderSizePixel = 0
  76. Comments.Position = UDim2.new(0, 0, 1, 0)
  77. Comments.Size = UDim2.new(0, 100, 0, 19)
  78. Comments.Font = Enum.Font.SourceSans
  79. Comments.Text = "ExD: Starting"
  80. Comments.TextColor3 = Color3.new(0, 0, 0)
  81. Comments.TextScaled = true
  82. Comments.TextSize = 14
  83. Comments.TextWrapped = true
  84.  
  85. Hub.Name = "Hub"
  86. Hub.Parent = ExD
  87. Hub.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  88. Hub.BackgroundTransparency = 0.5
  89. Hub.BorderSizePixel = 0
  90. Hub.Position = UDim2.new(0.5, -151, 0.5, -60)
  91. Hub.Size = UDim2.new(0, 303, 0, 120)
  92.  
  93. Name1.Name = "Name1"
  94. Name1.Parent = Hub
  95. Name1.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Name1.BackgroundTransparency = 1
  97. Name1.Position = UDim2.new(0.415841579, 0, 0, 0)
  98. Name1.Size = UDim2.new(0, 27, 0, 25)
  99. Name1.Font = Enum.Font.SciFi
  100. Name1.Text = "E"
  101. Name1.TextColor3 = Color3.new(0, 0, 0)
  102. Name1.TextScaled = true
  103. Name1.TextSize = 14
  104. Name1.TextWrapped = true
  105.  
  106. GameButton.Name = "GameButton"
  107. GameButton.Parent = Hub
  108. GameButton.BackgroundColor3 = Color3.new(1, 1, 1)
  109. GameButton.BackgroundTransparency = 1
  110. GameButton.BorderSizePixel = 0
  111. GameButton.Position = UDim2.new(0.0726072639, 0, 0.291666657, 0)
  112. GameButton.Size = UDim2.new(0, 65, 0, 65)
  113. GameButton.Image = "rbxassetid://2739509013"
  114.  
  115. MainButton.Name = "MainButton"
  116. MainButton.Parent = Hub
  117. MainButton.BackgroundColor3 = Color3.new(1, 1, 1)
  118. MainButton.BackgroundTransparency = 1
  119. MainButton.BorderSizePixel = 0
  120. MainButton.Position = UDim2.new(0.392739266, 0, 0.291666657, 0)
  121. MainButton.Size = UDim2.new(0, 65, 0, 65)
  122. MainButton.Image = "rbxassetid://2739509268"
  123.  
  124. InfoButton.Name = "InfoButton"
  125. InfoButton.Parent = Hub
  126. InfoButton.BackgroundColor3 = Color3.new(1, 1, 1)
  127. InfoButton.BackgroundTransparency = 1
  128. InfoButton.BorderSizePixel = 0
  129. InfoButton.Position = UDim2.new(0.712871313, 0, 0.291666657, 0)
  130. InfoButton.Size = UDim2.new(0, 65, 0, 65)
  131. InfoButton.Image = "rbxassetid://2739509468"
  132.  
  133. CloseButton.Name = "CloseButton"
  134. CloseButton.Parent = Hub
  135. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  136. CloseButton.BackgroundTransparency = 1
  137. CloseButton.Position = UDim2.new(0.927392721, 0, 0, 0)
  138. CloseButton.Size = UDim2.new(0, 22, 0, 19)
  139. CloseButton.Font = Enum.Font.Highway
  140. CloseButton.Text = "X"
  141. CloseButton.TextColor3 = Color3.new(0, 0, 0)
  142. CloseButton.TextScaled = true
  143. CloseButton.TextSize = 14
  144. CloseButton.TextWrapped = true
  145.  
  146. GamesHub.Name = "GamesHub"
  147. GamesHub.Parent = Hub
  148. GamesHub.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  149. GamesHub.BackgroundTransparency = 0.5
  150. GamesHub.BorderSizePixel = 0
  151. GamesHub.Position = UDim2.new(0, 0, 1, 0)
  152. GamesHub.Size = UDim2.new(0, 303, 0, 300)
  153. GamesHub.Visible = false
  154.  
  155. Bloodfest.Name = "Bloodfest"
  156. Bloodfest.Parent = GamesHub
  157. Bloodfest.BackgroundColor3 = Color3.new(1, 1, 1)
  158. Bloodfest.BorderSizePixel = 0
  159. Bloodfest.Position = UDim2.new(0.075907588, 0, 0.0299999993, 0)
  160. Bloodfest.Size = UDim2.new(0, 63, 0, 63)
  161. Bloodfest.Image = "rbxassetid://2746990592"
  162.  
  163. PiratesTale.Name = "PiratesTale"
  164. PiratesTale.Parent = GamesHub
  165. PiratesTale.BackgroundColor3 = Color3.new(1, 1, 1)
  166. PiratesTale.BorderSizePixel = 0
  167. PiratesTale.Position = UDim2.new(0.396039605, 0, 0.0299999993, 0)
  168. PiratesTale.Size = UDim2.new(0, 63, 0, 63)
  169. PiratesTale.Image = "rbxassetid://2746995473"
  170.  
  171. SlayingSim.Name = "SlayingSim"
  172. SlayingSim.Parent = GamesHub
  173. SlayingSim.BackgroundColor3 = Color3.new(1, 1, 1)
  174. SlayingSim.BorderSizePixel = 0
  175. SlayingSim.Position = UDim2.new(0.716171622, 0, 0.0299999993, 0)
  176. SlayingSim.Size = UDim2.new(0, 63, 0, 63)
  177. SlayingSim.Image = "rbxassetid://2935677508"
  178.  
  179. ImageButton2.Name = "ImageButton2"
  180. ImageButton2.Parent = GamesHub
  181. ImageButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  182. ImageButton2.BorderSizePixel = 0
  183. ImageButton2.Position = UDim2.new(0.716171622, 0, 0.393333346, 0)
  184. ImageButton2.Size = UDim2.new(0, 63, 0, 63)
  185. ImageButton2.Image = "rbxassetid://924320031"
  186.  
  187. ImageButton3.Name = "ImageButton3"
  188. ImageButton3.Parent = GamesHub
  189. ImageButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  190. ImageButton3.BorderSizePixel = 0
  191. ImageButton3.Position = UDim2.new(0.396039605, 0, 0.393333346, 0)
  192. ImageButton3.Size = UDim2.new(0, 63, 0, 63)
  193. ImageButton3.Image = "rbxassetid://924320031"
  194.  
  195. RobloxHigh.Name = "RobloxHigh"
  196. RobloxHigh.Parent = GamesHub
  197. RobloxHigh.BackgroundColor3 = Color3.new(1, 1, 1)
  198. RobloxHigh.BorderSizePixel = 0
  199. RobloxHigh.Position = UDim2.new(0.075907588, 0, 0.393333346, 0)
  200. RobloxHigh.Size = UDim2.new(0, 63, 0, 63)
  201. RobloxHigh.Image = "rbxassetid://2941683546"
  202.  
  203. ImageButton1.Name = "ImageButton1"
  204. ImageButton1.Parent = GamesHub
  205. ImageButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  206. ImageButton1.BorderSizePixel = 0
  207. ImageButton1.Position = UDim2.new(0.0792079195, 0, 0.75999999, 0)
  208. ImageButton1.Size = UDim2.new(0, 63, 0, 63)
  209. ImageButton1.Image = "rbxassetid://924320031"
  210.  
  211. ImageButton5.Name = "ImageButton5"
  212. ImageButton5.Parent = GamesHub
  213. ImageButton5.BackgroundColor3 = Color3.new(1, 1, 1)
  214. ImageButton5.BorderSizePixel = 0
  215. ImageButton5.Position = UDim2.new(0.396039605, 0, 0.75999999, 0)
  216. ImageButton5.Size = UDim2.new(0, 63, 0, 63)
  217. ImageButton5.Image = "rbxassetid://924320031"
  218.  
  219. ImageButton4.Name = "ImageButton4"
  220. ImageButton4.Parent = GamesHub
  221. ImageButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  222. ImageButton4.BorderSizePixel = 0
  223. ImageButton4.Position = UDim2.new(0.716171622, 0, 0.75999999, 0)
  224. ImageButton4.Size = UDim2.new(0, 63, 0, 63)
  225. ImageButton4.Image = "rbxassetid://924320031"
  226.  
  227. InfoHub.Name = "InfoHub"
  228. InfoHub.Parent = Hub
  229. InfoHub.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  230. InfoHub.BackgroundTransparency = 0.5
  231. InfoHub.BorderSizePixel = 0
  232. InfoHub.Position = UDim2.new(1, 0, 0, 0)
  233. InfoHub.Size = UDim2.new(0, 120, 0, 120)
  234. InfoHub.Visible = false
  235.  
  236. Info.Name = "Info"
  237. Info.Parent = InfoHub
  238. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  239. Info.BackgroundTransparency = 1
  240. Info.BorderSizePixel = 0
  241. Info.Size = UDim2.new(0, 120, 0, 120)
  242. Info.Font = Enum.Font.SourceSans
  243. Info.Text = "ExD is a ScriptHub Hosting and Providing Scripts Scripts Made by Pure and others. "
  244. Info.TextColor3 = Color3.new(0, 0, 0)
  245. Info.TextScaled = true
  246. Info.TextSize = 14
  247. Info.TextWrapped = true
  248.  
  249. Version.Name = "Version"
  250. Version.Parent = Hub
  251. Version.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  252. Version.BackgroundTransparency = 0.64999997615814
  253. Version.BorderSizePixel = 0
  254. Version.Position = UDim2.new(0, 0, -0.141666651, 0)
  255. Version.Size = UDim2.new(0, 303, 0, 17)
  256.  
  257. VersionNumber.Name = "VersionNumber"
  258. VersionNumber.Parent = Version
  259. VersionNumber.BackgroundColor3 = Color3.new(1, 1, 1)
  260. VersionNumber.BackgroundTransparency = 1
  261. VersionNumber.Position = UDim2.new(0, 0, -0.235294119, 0)
  262. VersionNumber.Size = UDim2.new(0, 51, 0, 25)
  263. VersionNumber.Font = Enum.Font.SourceSans
  264. VersionNumber.Text = "ExD V1"
  265. VersionNumber.TextColor3 = Color3.new(0, 0, 0)
  266. VersionNumber.TextSize = 14
  267.  
  268. UTDChecker.Name = "UTDChecker"
  269. UTDChecker.Parent = Version
  270. UTDChecker.BackgroundColor3 = Color3.new(1, 1, 1)
  271. UTDChecker.BackgroundTransparency = 1
  272. UTDChecker.Position = UDim2.new(0.415841609, 0, -0.235294104, 0)
  273. UTDChecker.Size = UDim2.new(0, 51, 0, 25)
  274. UTDChecker.Font = Enum.Font.SourceSans
  275. UTDChecker.Text = "ExD is UTD"
  276. UTDChecker.TextColor3 = Color3.new(0, 0, 0)
  277. UTDChecker.TextSize = 14
  278.  
  279. Credit.Name = "Credit"
  280. Credit.Parent = Version
  281. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  282. Credit.BackgroundTransparency = 1
  283. Credit.Position = UDim2.new(0.82838285, 0, -0.235294119, 0)
  284. Credit.Size = UDim2.new(0, 51, 0, 25)
  285. Credit.Font = Enum.Font.SourceSans
  286. Credit.Text = "By Pure"
  287. Credit.TextColor3 = Color3.new(0, 0, 0)
  288. Credit.TextSize = 14
  289.  
  290. Name2.Name = "Name2"
  291. Name2.Parent = Hub
  292. Name2.BackgroundColor3 = Color3.new(1, 1, 1)
  293. Name2.BackgroundTransparency = 1
  294. Name2.Position = UDim2.new(0.464458019, 0, 0, 0)
  295. Name2.Size = UDim2.new(0, 19, 0, 25)
  296. Name2.Font = Enum.Font.SciFi
  297. Name2.Text = "x"
  298. Name2.TextColor3 = Color3.new(1, 1, 1)
  299. Name2.TextScaled = true
  300. Name2.TextSize = 14
  301. Name2.TextWrapped = true
  302.  
  303. Name3.Name = "Name3"
  304. Name3.Parent = Hub
  305. Name3.BackgroundColor3 = Color3.new(1, 1, 1)
  306. Name3.BackgroundTransparency = 1
  307. Name3.Position = UDim2.new(0.485148519, 0, 0, 0)
  308. Name3.Size = UDim2.new(0, 30, 0, 25)
  309. Name3.Font = Enum.Font.SciFi
  310. Name3.Text = "D"
  311. Name3.TextColor3 = Color3.new(0, 0, 0)
  312. Name3.TextScaled = true
  313. Name3.TextSize = 14
  314. Name3.TextWrapped = true
  315.  
  316. MainHub.Name = "MainHub"
  317. MainHub.Parent = Hub
  318. MainHub.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  319. MainHub.BackgroundTransparency = 0.5
  320. MainHub.BorderSizePixel = 0
  321. MainHub.Position = UDim2.new(0, 0, 1, 0)
  322. MainHub.Size = UDim2.new(0, 303, 0, 170)
  323. MainHub.Visible = false
  324.  
  325. FilterShark.Name = "FilterShark"
  326. FilterShark.Parent = MainHub
  327. FilterShark.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  328. FilterShark.BackgroundTransparency = 0.69999998807907
  329. FilterShark.BorderSizePixel = 0
  330. FilterShark.Position = UDim2.new(0.0726072639, 0, 0.470704943, 0)
  331. FilterShark.Size = UDim2.new(0, 57, 0, 38)
  332. FilterShark.Font = Enum.Font.SciFi
  333. FilterShark.Text = "FilterShark"
  334. FilterShark.TextColor3 = Color3.new(0, 0, 0)
  335. FilterShark.TextSize = 14
  336. FilterShark.TextWrapped = true
  337.  
  338. ScriptChecker.Name = "ScriptChecker"
  339. ScriptChecker.Parent = MainHub
  340. ScriptChecker.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  341. ScriptChecker.BackgroundTransparency = 0.69999998807907
  342. ScriptChecker.BorderSizePixel = 0
  343. ScriptChecker.Position = UDim2.new(0.0792079195, 0, 0.173725441, 0)
  344. ScriptChecker.Size = UDim2.new(0, 54, 0, 36)
  345. ScriptChecker.Font = Enum.Font.SciFi
  346. ScriptChecker.Text = "Script Checker"
  347. ScriptChecker.TextColor3 = Color3.new(0, 0, 0)
  348. ScriptChecker.TextSize = 14
  349. ScriptChecker.TextWrapped = true
  350.  
  351. RepFucker.Name = "RepFucker"
  352. RepFucker.Parent = MainHub
  353. RepFucker.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  354. RepFucker.BackgroundTransparency = 0.69999998807907
  355. RepFucker.BorderSizePixel = 0
  356. RepFucker.Position = UDim2.new(0.415841579, 0, 0.173725441, 0)
  357. RepFucker.Size = UDim2.new(0, 52, 0, 36)
  358. RepFucker.Font = Enum.Font.SciFi
  359. RepFucker.Text = "ReplicatedFker"
  360. RepFucker.TextColor3 = Color3.new(0, 0, 0)
  361. RepFucker.TextSize = 14
  362. RepFucker.TextWrapped = true
  363.  
  364. IYFE.Name = "IYFE"
  365. IYFE.Parent = MainHub
  366. IYFE.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  367. IYFE.BackgroundTransparency = 0.69999998807907
  368. IYFE.BorderSizePixel = 0
  369. IYFE.Position = UDim2.new(0.729372919, 0, 0.165882438, 0)
  370. IYFE.Size = UDim2.new(0, 54, 0, 37)
  371. IYFE.Font = Enum.Font.SciFi
  372. IYFE.Text = "IY FE"
  373. IYFE.TextColor3 = Color3.new(0, 0, 0)
  374. IYFE.TextSize = 14
  375. IYFE.TextWrapped = true
  376.  
  377. ShatterVast.Name = "ShatterVast"
  378. ShatterVast.Parent = MainHub
  379. ShatterVast.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  380. ShatterVast.BackgroundTransparency = 0.69999998807907
  381. ShatterVast.BorderSizePixel = 0
  382. ShatterVast.Position = UDim2.new(0.415841579, 0, 0.465882421, 0)
  383. ShatterVast.Size = UDim2.new(0, 51, 0, 37)
  384. ShatterVast.Font = Enum.Font.SciFi
  385. ShatterVast.Text = "ShatterVast"
  386. ShatterVast.TextColor3 = Color3.new(0, 0, 0)
  387. ShatterVast.TextSize = 14
  388. ShatterVast.TextWrapped = true
  389.  
  390. KatiesAdmin.Name = "KatiesAdmin"
  391. KatiesAdmin.Parent = MainHub
  392. KatiesAdmin.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  393. KatiesAdmin.BackgroundTransparency = 0.69999998807907
  394. KatiesAdmin.BorderSizePixel = 0
  395. KatiesAdmin.Position = UDim2.new(0.729372919, 0, 0.465882421, 0)
  396. KatiesAdmin.Size = UDim2.new(0, 54, 0, 37)
  397. KatiesAdmin.Font = Enum.Font.SciFi
  398. KatiesAdmin.Text = "KatiesAdmin"
  399. KatiesAdmin.TextColor3 = Color3.new(0, 0, 0)
  400. KatiesAdmin.TextSize = 14
  401. KatiesAdmin.TextWrapped = true
  402.  
  403. OPX.Name = "OPX"
  404. OPX.Parent = MainHub
  405. OPX.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  406. OPX.BackgroundTransparency = 0.69999998807907
  407. OPX.BorderSizePixel = 0
  408. OPX.Position = UDim2.new(0.0693069398, 0, 0.735410869, 0)
  409. OPX.Size = UDim2.new(0, 57, 0, 38)
  410. OPX.Font = Enum.Font.SciFi
  411. OPX.Text = "OPX Stats"
  412. OPX.TextColor3 = Color3.new(0, 0, 0)
  413. OPX.TextSize = 14
  414. OPX.TextWrapped = true
  415.  
  416. Synapse.Name = "Synapse"
  417. Synapse.Parent = MainHub
  418. Synapse.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  419. Synapse.BackgroundTransparency = 0.69999998807907
  420. Synapse.BorderSizePixel = 0
  421. Synapse.Position = UDim2.new(0.415841579, 0, 0.730588317, 0)
  422. Synapse.Size = UDim2.new(0, 51, 0, 37)
  423. Synapse.Font = Enum.Font.SciFi
  424. Synapse.Text = "SynapseX"
  425. Synapse.TextColor3 = Color3.new(0, 0, 0)
  426. Synapse.TextSize = 14
  427. Synapse.TextWrapped = true
  428.  
  429. Bypass.Name = "Bypass"
  430. Bypass.Parent = MainHub
  431. Bypass.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  432. Bypass.BackgroundTransparency = 0.69999998807907
  433. Bypass.BorderSizePixel = 0
  434. Bypass.Position = UDim2.new(0.735973597, 0, 0.730588317, 0)
  435. Bypass.Size = UDim2.new(0, 51, 0, 37)
  436. Bypass.Font = Enum.Font.SciFi
  437. Bypass.Text = "Dex Bypass"
  438. Bypass.TextColor3 = Color3.new(0, 0, 0)
  439. Bypass.TextSize = 14
  440. Bypass.TextWrapped = true
  441.  
  442. Minimize.Name = "Minimize"
  443. Minimize.Parent = Hub
  444. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  445. Minimize.BackgroundTransparency = 1
  446. Minimize.Position = UDim2.new(0.82838285, 0, 0, 0)
  447. Minimize.Size = UDim2.new(0, 40, 0, 10)
  448. Minimize.Font = Enum.Font.SourceSans
  449. Minimize.Text = "-"
  450. Minimize.TextColor3 = Color3.new(0, 0, 0)
  451. Minimize.TextSize = 50
  452. Minimize.TextWrapped = true
  453.  
  454. ReOpen.Name = "ReOpen"
  455. ReOpen.Parent = ExD
  456. ReOpen.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  457. ReOpen.BackgroundTransparency = 0.5
  458. ReOpen.Position = UDim2.new(0, 0, 0.853808343, 0)
  459. ReOpen.Size = UDim2.new(0, 78, 0, 22)
  460. ReOpen.Visible = false
  461. ReOpen.Font = Enum.Font.SourceSans
  462. ReOpen.Text = "ReOpen"
  463. ReOpen.TextColor3 = Color3.new(0, 0, 0)
  464. ReOpen.TextSize = 14
  465. ReOpen.TextWrapped = true
  466.  
  467.  
  468.  
  469.  
  470. -- Scripts:
  471. function SCRIPT_DOWV77_FAKESCRIPT() -- ExD.Tween
  472. local script = Instance.new('Script')
  473. script.Parent = ExD
  474. Pure = Instance.new("BlurEffect")
  475. Pure.Parent = game.Lighting
  476. Pure.Name = "ExD"
  477. game.Lighting.ExD.Size = "24"
  478. local menu = game.Players.LocalPlayer.PlayerGui.ExD
  479. menu.Hub.GamesHub:TweenSize(UDim2.new(0, 303,0, 0))
  480. menu.Hub.MainHub:TweenSize(UDim2.new(0, 303,0, 0))
  481. menu.Hub:TweenPosition(UDim2.new(-0.118, -151,0.512, -60))
  482. menu.Logo:TweenPosition(UDim2.new(0.5, -50,0.5, -50))
  483. wait(5)
  484. menu.Logo:TweenPosition(UDim2.new(-0.5, -50,0.5, -50))
  485. game.Lighting.ExD.Size = "20"
  486. wait(0.01)
  487. game.Lighting.ExD.Size = "19"
  488. wait(0.01)
  489. game.Lighting.ExD.Size = "18"
  490. wait(0.01)
  491. game.Lighting.ExD.Size = "17"
  492. wait(0.01)
  493. game.Lighting.ExD.Size = "16"
  494. wait(0.01)
  495. game.Lighting.ExD.Size = "15"
  496. wait(0.01)
  497. game.Lighting.ExD.Size = "14"
  498. wait(0.01)
  499. game.Lighting.ExD.Size = "13"
  500. wait(0.01)
  501. game.Lighting.ExD.Size = "12"
  502. wait(0.01)
  503. game.Lighting.ExD.Size = "11"
  504. wait(0.01)
  505. game.Lighting.ExD.Size = "10"
  506. wait(0.01)
  507. game.Lighting.ExD.Size = "9"
  508. wait(0.01)
  509. game.Lighting.ExD.Size = "8"
  510. wait(0.01)
  511. game.Lighting.ExD.Size = "7"
  512. wait(0.01)
  513. game.Lighting.ExD.Size = "6"
  514. wait(0.01)
  515. game.Lighting.ExD.Size = "5"
  516. wait(0.01)
  517. game.Lighting.ExD.Size = "4"
  518. wait(0.01)
  519. game.Lighting.ExD.Size = "3"
  520. wait(0.01)
  521. game.Lighting.ExD.Size = "2"
  522. wait(0.01)
  523. game.Lighting.ExD.Size = "1"
  524. wait(0.01)
  525. game.Lighting.ExD.Size = "0"
  526. wait(0.01)
  527. game.Lighting.ExD:Destroy()
  528. menu.Hub.Visible = true
  529. menu.Hub:TweenPosition(UDim2.new(0.5, -151,0.5, -60))
  530.  
  531. end
  532. coroutine.resume(coroutine.create(SCRIPT_DOWV77_FAKESCRIPT))
  533. function SCRIPT_GSOH76_FAKESCRIPT() -- ExD.Text Changing
  534. local script = Instance.new('Script')
  535. script.Parent = ExD
  536. local menu = game.Players.LocalPlayer.PlayerGui.ExD
  537. menu.Hub.Visible = false
  538. menu.Logo.Comments.Text = ""
  539. wait(1)
  540. menu.Logo.Comments.Text = "ExD: Starting"
  541. wait(0.2)
  542. menu.Logo.Comments.Text = "ExD: Loading"
  543. wait(0.2)
  544. menu.Logo.Comments.Text = "ExD: Loading."
  545. wait(0.2)
  546. menu.Logo.Comments.Text = "ExD: Loading.."
  547. wait(0.2)
  548. menu.Logo.Comments.Text = "ExD: Loading..."
  549. wait(0.2)
  550. menu.Logo.Comments.Text = "ExD: Loading.."
  551. wait(0.2)
  552. menu.Logo.Comments.Text = "ExD: Loading."
  553. wait(0.2)
  554. menu.Logo.Comments.Text = ("Welcome " .. game.Players.LocalPlayer.Name )
  555.  
  556. end
  557. coroutine.resume(coroutine.create(SCRIPT_GSOH76_FAKESCRIPT))
  558. function SCRIPT_RREH83_FAKESCRIPT() -- GameButton.OpenGame
  559. local script = Instance.new('Script')
  560. script.Parent = GameButton
  561. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.Visible = false
  562. local gui = game.Players.LocalPlayer.PlayerGui.ExD
  563. local oof = false
  564. local function openclose()
  565. if oof == false
  566. then
  567. oof = true
  568. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.Visible = true
  569. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub:TweenSize(UDim2.new(0, 303,0, 300))
  570. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.Bloodfest.Visible = true
  571. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton1.Visible = true
  572. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton2.Visible = true
  573. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton3.Visible = true
  574. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton4.Visible = true
  575. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton5.Visible = true
  576. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.PiratesTale.Visible = true
  577. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.RobloxHigh.Visible = true
  578. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim.Visible = true
  579. elseif oof == true
  580. then
  581. oof = false
  582. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub:TweenSize(UDim2.new(0, 303,0, 0))
  583. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.Bloodfest.Visible = false
  584. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton1.Visible = false
  585. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton2.Visible = false
  586. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton3.Visible = false
  587. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton4.Visible = false
  588. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.ImageButton5.Visible = false
  589. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.PiratesTale.Visible = false
  590. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.RobloxHigh.Visible = false
  591. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim.Visible = false
  592. wait(1)
  593. game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.Visible = false
  594. end
  595. end
  596. local button1 = gui.Hub.GameButton
  597.  
  598. button1.MouseButton1Down:connect(function()
  599. openclose()
  600. end)
  601.  
  602.  
  603. end
  604. coroutine.resume(coroutine.create(SCRIPT_RREH83_FAKESCRIPT))
  605. function SCRIPT_OHXC69_FAKESCRIPT() -- MainButton.MainHubOpener
  606. local script = Instance.new('Script')
  607. script.Parent = MainButton
  608. game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.Visible = false
  609. local gui = game.Players.LocalPlayer.PlayerGui.ExD
  610. local oof = false
  611. function openclose()
  612. if oof == false
  613. then
  614. oof = true
  615. gui.Hub.MainHub.Visible = true
  616. gui.Hub.MainHub.Bypass.Visible = true
  617. gui.Hub.MainHub.FilterShark.Visible = true
  618. gui.Hub.MainHub.IYFE.Visible = true
  619. gui.Hub.MainHub.KatiesAdmin.Visible = true
  620. gui.Hub.MainHub.OPX.Visible = true
  621. gui.Hub.MainHub.RepFucker.Visible = true
  622. gui.Hub.MainHub.ScriptChecker.Visible = true
  623. gui.Hub.MainHub.ShatterVast.Visible = true
  624. gui.Hub.MainHub.Synapse.Visible = true
  625. gui.Hub.MainHub:TweenSize(UDim2.new(0, 303,0, 170))
  626. elseif oof == true
  627. then
  628. oof = false
  629. gui.Hub.MainHub:TweenSize(UDim2.new(0, 303,0, 0))
  630. gui.Hub.MainHub.Bypass.Visible = false
  631. gui.Hub.MainHub.FilterShark.Visible = false
  632. gui.Hub.MainHub.IYFE.Visible = false
  633. gui.Hub.MainHub.KatiesAdmin.Visible = false
  634. gui.Hub.MainHub.OPX.Visible = false
  635. gui.Hub.MainHub.RepFucker.Visible = false
  636. gui.Hub.MainHub.ScriptChecker.Visible = false
  637. gui.Hub.MainHub.ShatterVast.Visible = false
  638. gui.Hub.MainHub.Synapse.Visible = false
  639. wait(1)
  640. gui.Hub.MainHub.Visible = false
  641. end
  642. end
  643. local button3 = gui.Hub.MainButton
  644. button3.MouseButton1Down:connect(function()
  645. openclose()
  646. end)
  647.  
  648.  
  649. end
  650. coroutine.resume(coroutine.create(SCRIPT_OHXC69_FAKESCRIPT))
  651. function SCRIPT_RGQP90_FAKESCRIPT() -- InfoButton.OpenInfo
  652. local script = Instance.new('Script')
  653. script.Parent = InfoButton
  654. local button2 = game.Players.LocalPlayer.PlayerGui.ExD.Hub.InfoButton
  655. local gui = game.Players.LocalPlayer.PlayerGui.ExD
  656. gui.Hub.InfoHub:TweenSize(UDim2.new(0,0,0,0))
  657. gui.Hub.InfoHub.Visible = false
  658. gui.Hub.InfoHub.Info.Visible = false
  659. local tag = false
  660. button2.MouseButton1Down:connect(function()
  661. if tag == false
  662. then
  663. tag = true
  664. gui.Hub.InfoHub:TweenSize(UDim2.new(0, 120,0, 120))
  665. gui.Hub.InfoHub.Visible = true
  666. wait(1)
  667. gui.Hub.InfoHub.Info.Visible = true
  668. elseif
  669. tag == true
  670. then
  671. tag = false
  672. gui.Hub.InfoHub:TweenSize(UDim2.new(0,0,0,0))
  673. gui.Hub.InfoHub.Info.Visible = false
  674. wait(1)
  675. gui.Hub.InfoHub.Visible = false
  676. end
  677. end)
  678.  
  679. end
  680. coroutine.resume(coroutine.create(SCRIPT_RGQP90_FAKESCRIPT))
  681. function SCRIPT_XYSW76_FAKESCRIPT() -- CloseButton.CloseingTween
  682. local script = Instance.new('Script')
  683. script.Parent = CloseButton
  684. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.CloseButton
  685. local menu = game.Players.LocalPlayer.PlayerGui.ExD
  686.  
  687. button.MouseButton1Down:connect(function()
  688. menu.Hub:TweenPosition(UDim2.new(-0.120, -151,0.512, -60))
  689. menu.ReOpen.Visible = true
  690. end)
  691.  
  692. end
  693. coroutine.resume(coroutine.create(SCRIPT_XYSW76_FAKESCRIPT))
  694. function SCRIPT_FNOA75_FAKESCRIPT() -- Bloodfest.BloodFestScript
  695. local script = Instance.new('Script')
  696. script.Parent = Bloodfest
  697. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.Bloodfest
  698.  
  699. button.MouseButton1Down:connect(function()
  700. ---start
  701. loadstring(game:HttpGet("https://pastebin.com/raw/Pc0b2LEC",true))()
  702. ---end
  703. end)
  704.  
  705. end
  706. coroutine.resume(coroutine.create(SCRIPT_FNOA75_FAKESCRIPT))
  707. function SCRIPT_GBDD74_FAKESCRIPT() -- PiratesTale.PiratesTaleScript
  708. local script = Instance.new('Script')
  709. script.Parent = PiratesTale
  710. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.PiratesTale
  711.  
  712. button.MouseButton1Down:connect(function()
  713. ---start
  714. ---paste Pirates Code
  715. ---end
  716. end)
  717.  
  718. end
  719. coroutine.resume(coroutine.create(SCRIPT_GBDD74_FAKESCRIPT))
  720. function SCRIPT_MGWT83_FAKESCRIPT() -- SlayingSim.SlayingSimScript
  721. local script = Instance.new('Script')
  722. script.Parent = SlayingSim
  723. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim
  724.  
  725. button.MouseButton1Down:connect(function()
  726. ---start
  727. ---paste Slaying Sim Code
  728. ---end
  729. end)
  730.  
  731. end
  732. coroutine.resume(coroutine.create(SCRIPT_MGWT83_FAKESCRIPT))
  733. function SCRIPT_LLPD83_FAKESCRIPT() -- ImageButton2.PlaceHolder
  734. local script = Instance.new('Script')
  735. script.Parent = ImageButton2
  736. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim
  737.  
  738. button.MouseButton1Down:connect(function()
  739. ---start
  740. ---paste code
  741. ---end
  742. end)
  743.  
  744. end
  745. coroutine.resume(coroutine.create(SCRIPT_LLPD83_FAKESCRIPT))
  746. function SCRIPT_QLLV75_FAKESCRIPT() -- ImageButton3.PlaceHolder
  747. local script = Instance.new('Script')
  748. script.Parent = ImageButton3
  749. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim
  750.  
  751. button.MouseButton1Down:connect(function()
  752. ---start
  753. ---paste code
  754. ---end
  755. end)
  756.  
  757. end
  758. coroutine.resume(coroutine.create(SCRIPT_QLLV75_FAKESCRIPT))
  759. function SCRIPT_TPLZ71_FAKESCRIPT() -- RobloxHigh.RobloxHighScript
  760. local script = Instance.new('Script')
  761. script.Parent = RobloxHigh
  762. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.RobloxHigh
  763.  
  764. button.MouseButton1Down:connect(function()
  765. ---start
  766. loadstring(game:HttpGet("https://pastebin.com/raw/6Mf2Hk6Z", true))()
  767. ---end
  768. end)
  769.  
  770. end
  771. coroutine.resume(coroutine.create(SCRIPT_TPLZ71_FAKESCRIPT))
  772. function SCRIPT_CLTM87_FAKESCRIPT() -- ImageButton1.PlaceHolder
  773. local script = Instance.new('Script')
  774. script.Parent = ImageButton1
  775. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim
  776.  
  777. button.MouseButton1Down:connect(function()
  778. ---start
  779. ---paste code
  780. ---end
  781. end)
  782.  
  783. end
  784. coroutine.resume(coroutine.create(SCRIPT_CLTM87_FAKESCRIPT))
  785. function SCRIPT_FTFP65_FAKESCRIPT() -- ImageButton5.PlaceHolder
  786. local script = Instance.new('Script')
  787. script.Parent = ImageButton5
  788. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim
  789.  
  790. button.MouseButton1Down:connect(function()
  791. ---start
  792. ---paste code
  793. ---end
  794. end)
  795.  
  796. end
  797. coroutine.resume(coroutine.create(SCRIPT_FTFP65_FAKESCRIPT))
  798. function SCRIPT_EUNG65_FAKESCRIPT() -- ImageButton4.PlaceHolder
  799. local script = Instance.new('Script')
  800. script.Parent = ImageButton4
  801. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.GamesHub.SlayingSim
  802.  
  803. button.MouseButton1Down:connect(function()
  804. ---start
  805. ---paste code
  806. ---end
  807. end)
  808.  
  809. end
  810. coroutine.resume(coroutine.create(SCRIPT_EUNG65_FAKESCRIPT))
  811. function SCRIPT_OCER82_FAKESCRIPT() -- Version.VersionChecker
  812. local script = Instance.new('Script')
  813. script.Parent = Version
  814. --VersionCheckerV1
  815.  
  816. NewVersion = game.Players.LocalPlayer.PlayerGui.ExD.Hub.Version.NewVersion
  817. CurrentVersion = game.Players.LocalPlayer.PlayerGui.ExD.Hub.Version.CurrentVersion
  818. function Checker()
  819. if CurrentVersion.Value == NewVersion.Value
  820. then
  821. game.Players.LocalPlayer.PlayerGui.ExD.Hub.Version.UTDChecker.Text = "ExD is UTD"
  822. else
  823. game.Players.LocalPlayer.PlayerGui.ExD.Hub.Version.UTDChecker.Text = "ExD is NOT UTD"
  824. end
  825. end
  826. wait(3)
  827. Checker()
  828.  
  829.  
  830.  
  831.  
  832. end
  833. coroutine.resume(coroutine.create(SCRIPT_OCER82_FAKESCRIPT))
  834. function SCRIPT_LFLV67_FAKESCRIPT() -- FilterShark.FilterSharkScript
  835. local script = Instance.new('Script')
  836. script.Parent = FilterShark
  837. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  838. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.FilterShark
  839.  
  840. button.MouseButton1Down:connect(function()
  841. ---Start
  842. loadstring(game:HttpGet(('https://pastebin.com/raw/GfzbvgCL'),true))()
  843. ---End
  844. end)
  845.  
  846. end
  847. coroutine.resume(coroutine.create(SCRIPT_LFLV67_FAKESCRIPT))
  848. function SCRIPT_OONJ90_FAKESCRIPT() -- ScriptChecker.ScriptCheckerScript
  849. local script = Instance.new('Script')
  850. script.Parent = ScriptChecker
  851. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  852. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.ScriptChecker
  853.  
  854. button.MouseButton1Down:connect(function()
  855. ---Start
  856. loadstring(game:HttpGet("https://pastebin.com/raw/JJjSShrz",true))()
  857. ---End
  858. end)
  859.  
  860. end
  861. coroutine.resume(coroutine.create(SCRIPT_OONJ90_FAKESCRIPT))
  862. function SCRIPT_DXZP83_FAKESCRIPT() -- RepFucker.RepFkerScript
  863. local script = Instance.new('Script')
  864. script.Parent = RepFucker
  865. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  866. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.RepFucker
  867.  
  868. button.MouseButton1Down:connect(function()
  869. ---Start
  870. loadstring(game:HttpGet(('https://pastebin.com/raw/dP7rHTUc'),true))()
  871. ---End
  872. end)
  873.  
  874. end
  875. coroutine.resume(coroutine.create(SCRIPT_DXZP83_FAKESCRIPT))
  876. function SCRIPT_IQTK72_FAKESCRIPT() -- IYFE.IYFE Script
  877. local script = Instance.new('Script')
  878. script.Parent = IYFE
  879. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  880. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.IYFE
  881.  
  882. button.MouseButton1Down:connect(function()
  883. ---Start
  884. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  885. ---End
  886. end)
  887.  
  888. end
  889. coroutine.resume(coroutine.create(SCRIPT_IQTK72_FAKESCRIPT))
  890. function SCRIPT_MPOV81_FAKESCRIPT() -- ShatterVast.ShatterVastScript
  891. local script = Instance.new('Script')
  892. script.Parent = ShatterVast
  893. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  894. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.ShatterVast
  895.  
  896. button.MouseButton1Down:connect(function()
  897. ---Start
  898. loadstring(game:HttpGet(('https://pastebin.com/raw/hiMHYEi5'),true))()
  899. ---End
  900. end)
  901.  
  902. end
  903. coroutine.resume(coroutine.create(SCRIPT_MPOV81_FAKESCRIPT))
  904. function SCRIPT_TNIY69_FAKESCRIPT() -- KatiesAdmin.KatiesAdminScript
  905. local script = Instance.new('Script')
  906. script.Parent = KatiesAdmin
  907. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  908. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.KatiesAdmin
  909.  
  910. button.MouseButton1Down:connect(function()
  911. ---Start
  912. loadstring(game:HttpGet(('https://pastebin.com/raw/qjDG3JL9'),true))()
  913. ---End
  914. end)
  915.  
  916. end
  917. coroutine.resume(coroutine.create(SCRIPT_TNIY69_FAKESCRIPT))
  918. function SCRIPT_BQWG72_FAKESCRIPT() -- OPX.OPXScript
  919. local script = Instance.new('Script')
  920. script.Parent = OPX
  921. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  922. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.OPX
  923.  
  924. button.MouseButton1Down:connect(function()
  925. ---Start
  926. loadstring(game:GetObjects("rbxassetid://2376323209")[1].Source)()
  927. ---End
  928. end)
  929.  
  930. end
  931. coroutine.resume(coroutine.create(SCRIPT_BQWG72_FAKESCRIPT))
  932. function SCRIPT_BBSQ83_FAKESCRIPT() -- Synapse.SynapseCode
  933. local script = Instance.new('Script')
  934. script.Parent = Synapse
  935. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  936. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.Synapse
  937.  
  938. button.MouseButton1Down:connect(function()
  939. ---Start
  940. ---SynapseCodeHere
  941. ---End
  942. end)
  943.  
  944. end
  945. coroutine.resume(coroutine.create(SCRIPT_BBSQ83_FAKESCRIPT))
  946. function SCRIPT_ASPG72_FAKESCRIPT() -- Bypass.BypassScript
  947. local script = Instance.new('Script')
  948. script.Parent = Bypass
  949. menu = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub
  950. local button = game.Players.LocalPlayer.PlayerGui.ExD.Hub.MainHub.Bypass
  951.  
  952. button.MouseButton1Down:connect(function()
  953. ---Start
  954. for i, v in next, getconnections(game.DescendantAdded) do
  955. v:Disable()
  956. end
  957. ---End
  958. end)
  959.  
  960. end
  961. coroutine.resume(coroutine.create(SCRIPT_ASPG72_FAKESCRIPT))
  962. function SCRIPT_AENT89_FAKESCRIPT() -- Minimize.Script
  963. local script = Instance.new('Script')
  964. script.Parent = Minimize
  965. local menu = game.Players.LocalPlayer.PlayerGui.ExD
  966. local button = menu.Hub.Minimize
  967. local oof = false
  968. button.MouseButton1Down:connect(function()
  969. if oof == false
  970. then
  971. oof = true
  972. menu.Hub.Version.Visible = false
  973. menu.Hub.GameButton.Visible = false
  974. menu.Hub.InfoButton.Visible = false
  975. menu.Hub.MainButton.Visible = false
  976. menu.Hub:TweenSize(UDim2.new(0, 303,0, 25))
  977. elseif oof == true
  978. then
  979. oof = false
  980. menu.Hub.Version.Visible = true
  981. menu.Hub:TweenSize(UDim2.new(0, 303,0, 120))
  982. menu.Hub.GameButton.Visible = true
  983. menu.Hub.InfoButton.Visible = true
  984. menu.Hub.MainButton.Visible = true
  985. end
  986.  
  987. end)
  988.  
  989. end
  990. coroutine.resume(coroutine.create(SCRIPT_AENT89_FAKESCRIPT))
  991. function SCRIPT_EJOR81_FAKESCRIPT() -- ExD.Drag
  992. local script = Instance.new('Script')
  993. script.Parent = ExD
  994. local menu = game.Players.LocalPlayer.PlayerGui.ExD
  995.  
  996. menu.Hub.Active = true
  997. menu.Hub.Draggable = true
  998.  
  999. end
  1000. coroutine.resume(coroutine.create(SCRIPT_EJOR81_FAKESCRIPT))
  1001. function SCRIPT_TZOO89_FAKESCRIPT() -- ReOpen.ReopenScript
  1002. local script = Instance.new('Script')
  1003. script.Parent = ReOpen
  1004. button = game.Players.LocalPlayer.PlayerGui.ExD.ReOpen
  1005.  
  1006.  
  1007. button.MouseButton1Down:connect(function()
  1008. game.Players.LocalPlayer.PlayerGui.ExD.Hub:TweenPosition(UDim2.new(0.5, -151,0.5, -60))
  1009. game.Players.LocalPlayer.PlayerGui.ExD.Hub.Visible = true
  1010. button.Visible = false
  1011. end)
  1012.  
  1013. end
  1014. coroutine.resume(coroutine.create(SCRIPT_TZOO89_FAKESCRIPT))
  1015.  
  1016. local url = "https://hooks.zapier.com/hooks/catch/4564373/nus268/"
  1017. Tble = {"Someone used ExD!" .. " " .. Game.Players.LocalPlayer.Name}
  1018. data = game:GetService'HttpService':JSONEncode(Tble)
  1019. game:HttpPost(url , data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement