Advertisement
ERROR_CODE

ECCS V3

Jan 11th, 2024 (edited)
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 88.75 KB | None | 0 0
  1. if game:GetService("CoreGui"):FindFirstChild("UIGui") then
  2. game:GetService("CoreGui"):FindFirstChild("UIGui"):Destroy()
  3. game.Workspace.CurrentCamera.FieldOfView  = 70
  4. end
  5. local UIGui = Instance.new("ScreenGui")
  6. local CoreSystemFrame = Instance.new("Frame")
  7. local CoreSystemFrameBackground = Instance.new("Frame")
  8. local CoreSystemFrameUICorner = Instance.new("UICorner")
  9. local CoreSystemFrameBackgroundUICorner = Instance.new("UICorner")
  10. local MinButton = Instance.new("TextButton")
  11. local UIClick = Instance.new("Sound")
  12. local MessageFrame = Instance.new("TextButton")
  13. local MessageFrameUICorner = Instance.new("UICorner")
  14. local Clock = Instance.new("TextLabel")
  15. local StartUpSound = Instance.new("Sound")
  16. local OpenButtonUI = Instance.new("Sound")
  17. local MessageBackgroundFrame = Instance.new("Frame")
  18. local TextLabel1 = Instance.new("TextLabel")
  19. local MessageBackgroundFrameUICorner = Instance.new("UICorner")
  20. local MessageImage = Instance.new("ImageLabel")
  21. local CloseNotif = Instance.new("Sound")
  22. local MessageImageUICorner = Instance.new("UICorner")
  23. local OpenUIButtons = Instance.new("Sound")
  24. local HomeButton = Instance.new("ImageButton")
  25. local HomeButtonUICorner = Instance.new("UICorner")
  26. local CloseUISound = Instance.new("Sound")
  27. local Blur = Instance.new("BlurEffect")
  28. local TweenService = game:GetService("TweenService")
  29. local SearcherOpenUIButton = Instance.new("ImageButton")
  30. local SearcherOpenUIButtonUICorner = Instance.new("UICorner")
  31. local ConsoleButton = Instance.new("ImageButton")
  32. local HoverButtons = Instance.new("Sound")
  33. local EditorButton = Instance.new("ImageButton")
  34. local MusicButton = Instance.new("ImageButton")
  35. local WelcomeLabel = Instance.new("TextLabel")
  36. local PlayerIcon = Instance.new("ImageLabel")
  37. local PlayerIconUI = Instance.new("UICorner")
  38. local PlayerIconBackground = Instance.new("Frame")
  39. local PlayerIconBackgroundUI = Instance.new("UICorner")
  40. local GameFrameBackground = Instance.new("Frame")
  41. local GameFrameBackgroundUICorner = Instance.new("UICorner")
  42. local GameFrame = Instance.new("ImageLabel")
  43. local GameFrameUICorner = Instance.new("UICorner")
  44. local FPSLabel = Instance.new("TextLabel")
  45. local FPSLabelUICorner = Instance.new("UICorner")
  46. local RunService = game:GetService("RunService")
  47. local RenderStepped = RunService.RenderStepped
  48. local sec = nil
  49. local FPS = {}
  50. local PingLabel = Instance.new("TextLabel")
  51. local PingLabelUICorner = Instance.new("UICorner")
  52. local CPULabel = Instance.new("TextLabel")
  53. local CPUUICorner = Instance.new("UICorner")
  54. local GPULabel = Instance.new("TextLabel")
  55. local GPUUICorner = Instance.new("UICorner")
  56. local PlayersInServer = Instance.new("TextLabel")
  57. local PlayersInServerUICorner = Instance.new("UICorner")
  58. local ServerSize = Instance.new("TextLabel")
  59. local ServerSizeUICorner = Instance.new("UICorner")
  60. local ServerLive = Instance.new("TextLabel")
  61. local ServerLiveUICorner = Instance.new("UICorner")
  62. local Executor = Instance.new("TextLabel")
  63. local ExecutorUICorner = Instance.new("UICorner")
  64. local MainFrame = Instance.new("Frame")
  65. local SearchBox = Instance.new("TextBox")
  66. local UICorner_3 = Instance.new("UICorner")
  67. local ScriptAuthor = Instance.new("TextLabel")
  68. local ScriptListFrame = Instance.new("ScrollingFrame")
  69. local UIPadding = Instance.new("UIPadding")
  70. local Scripts = Instance.new("Folder")
  71. local UIGridLayout = Instance.new("UIGridLayout")
  72. local ScriptFrame = Instance.new("ImageLabel")
  73. local UICorner_6 = Instance.new("UICorner")
  74. local ScriptTitle = Instance.new("TextLabel")
  75. local ExecuteButton = Instance.new("TextButton")
  76. local UICorner_7 = Instance.new("UICorner")
  77. local InfoButton = Instance.new("TextButton")
  78. local UICorner_8 = Instance.new("UICorner")
  79. local ScriptGame = Instance.new("TextLabel")
  80. local VerifiedScriptFrame = Instance.new("ImageLabel")
  81. local UICorner_9 = Instance.new("UICorner")
  82. local ScriptTitle_2 = Instance.new("TextLabel")
  83. local VerifiedIcon = Instance.new("ImageLabel")
  84. local ExecuteButton_2 = Instance.new("TextButton")
  85. local UICorner_10 = Instance.new("UICorner")
  86. local UICorner_11 = Instance.new("UICorner")
  87. local ScriptAuthor_2 = Instance.new("TextLabel")
  88. local ScriptGame_2 = Instance.new("TextLabel")
  89. local ExecuteButtonBackground = Instance.new("Frame")
  90. local ExecuteButtonBackgroundUICorner = Instance.new("UICorner")
  91. local CopyLinkButton = Instance.new("TextButton")
  92. local CopyLinkButtonUICorner = Instance.new("UICorner")
  93. local CopyLinkButton_2 = Instance.new("TextButton")
  94. local CopyLinkButtonUICorner_2 = Instance.new("UICorner")
  95. local CopyScriptButton = Instance.new("TextButton")
  96. local CopyScriptButtonUICorner = Instance.new("UICorner")
  97. local CopyScriptButton_2 = Instance.new("TextButton")
  98. local CopyScriptButtonUICorner_2 = Instance.new("UICorner")
  99. local OpenDescriptionButton = Instance.new("TextButton")
  100. local OpenDescriptionButtonUICorner = Instance.new("UICorner")
  101. local OpenDescriptionButton_2 = Instance.new("TextButton")
  102. local OpenDescriptionButtonUICorner_2 = Instance.new("UICorner")
  103. local CopyLinkButtonBackground = Instance.new("Frame")
  104. local CopyLinkButtonBackgroundUICorner = Instance.new("UICorner")
  105. local CopyScriptBackground = Instance.new("Frame")
  106. local CopyScriptBackgroundUICorner = Instance.new("UICorner")
  107. local OpenDescriptionBackground = Instance.new("Frame")
  108. local OpenDescriptionBackgroundUICorner = Instance.new("UICorner")
  109. local ExecuteButtonBackground_2 = Instance.new("Frame")
  110. local ExecuteButtonBackgroundUICorner_2 = Instance.new("UICorner")
  111. local CopyLinkButtonBackground_2 = Instance.new("Frame")
  112. local CopyLinkButtonBackgroundUICorner_2 = Instance.new("UICorner")
  113. local CopyScriptBackground_2 = Instance.new("Frame")
  114. local CopyScriptBackgroundUICorner_2 = Instance.new("UICorner")
  115. local OpenDescriptionBackground_2 = Instance.new("Frame")
  116. local OpenDescriptionBackgroundUICorner_2 = Instance.new("UICorner")
  117. local DescriptionScript = Instance.new("TextButton")
  118. local DescriptionScriptUICorner = Instance.new("UICorner")
  119. local BackgroundImage = Instance.new("ImageLabel")
  120. local ConsoleOutput = Instance.new("TextLabel")
  121. local BackgroundImageUICorner = Instance.new("UICorner")
  122. local ConsoleOutputUICorner = Instance.new("UICorner")
  123. local BackgroundConsoleUICorner = Instance.new("UICorner")
  124. local BackgroundConsole = Instance.new("Frame")
  125. local logTable = {}
  126. local CloseDescriptionSound = Instance.new("Sound")
  127. local EditorBackground = Instance.new("Frame")
  128. local EditorMainFrame = Instance.new("ImageLabel")
  129. local EditorTextBox = Instance.new("TextBox")
  130. local ExecuteButtonBackground_3 = Instance.new("Frame")
  131. local ExecuteButton_3 = Instance.new("TextButton")
  132. local EditorBackgroundUICorner = Instance.new("UICorner")
  133. local EditorMainFrameUICorner = Instance.new("UICorner")
  134. local ExecuteButtonBackgroundUICorner_3 = Instance.new("UICorner")
  135. local ExecuteButtonUICorner_3 = Instance.new("UICorner")
  136. local SaveButtonBackground = Instance.new("Frame")
  137. local SaveButtonBackgroundUICorner = Instance.new("UICorner")
  138. local SaveButton = Instance.new("TextButton")
  139. local SaveButtonUICorner = Instance.new("UICorner")
  140. local ClearButtonBackground = Instance.new("Frame")
  141. local ClearButtonBackgroundUICorner = Instance.new("UICorner")
  142. local ClearButton = Instance.new("TextButton")
  143. local ClearButtonUICorner = Instance.new("UICorner")
  144. local EditorTextBoxUICorner = Instance.new("UICorner")
  145. local EditorTextBoxBackgroundUICorner = Instance.new("UICorner")
  146. local CopyButtonBackground = Instance.new("Frame")
  147. local CopyButtonBackgroundUICorner = Instance.new("UICorner")
  148. local CopyButton = Instance.new("TextButton")
  149. local CopyButtonUICorner = Instance.new("UICorner")
  150. local SondFrameBackground = Instance.new("Frame")
  151. local SondFrame = Instance.new("ImageLabel")
  152. local MainSondFrame = Instance.new("Frame")
  153. local SoundTextBox = Instance.new("TextBox")
  154. local SondFrameBackgroundUICorner = Instance.new("UICorner")
  155. local SondFrameUICorner = Instance.new("UICorner")
  156. local MainSondFrameUICorner = Instance.new("UICorner")
  157. local SoundTextBoxUICorner = Instance.new("UICorner")
  158. local CoreSound = Instance.new("Sound")
  159. local Stop_PlayButton = Instance.new("ImageButton")
  160. local AudioName = Instance.new("TextLabel")
  161. local Stop_PlayButtonBackground = Instance.new("Frame")
  162. local Stop_PlayButtonBackgroundUICorner = Instance.new("UICorner")
  163. local Stop_PlayButtonBackground_2 = Instance.new("Frame")
  164. local Stop_PlayButtonBackgroundUICorner_2 = Instance.new("UICorner")
  165. local Volume = 1
  166. local SaveButtonBackground_2 = Instance.new("Frame")
  167. local SaveButtonBackgroundUICorner_2 = Instance.new("UICorner")
  168. local SaveButton_2 = Instance.new("ImageButton")
  169. local SaveButtonUICorner_2 = Instance.new("UICorner")
  170. local PlaylistButtonBackground = Instance.new("Frame")
  171. local PlaylistButtonBackgroundUICorner = Instance.new("UICorner")
  172. local PlaylistButtonBackground_2 = Instance.new("Frame")
  173. local PlaylistButtonBackgroundUICorner_2 = Instance.new("UICorner")
  174. local PlaylistButton = Instance.new("ImageButton")
  175. local VolumeFrame = Instance.new("Frame")
  176. local VolumeFrameUICorner = Instance.new("UICorner")
  177. local VolumeUpButtonBackground = Instance.new("Frame")
  178. local VolumeUpButtonBackgroundUICorner = Instance.new("UICorner")
  179. local VolumeUpButton = Instance.new("ImageButton")
  180. local VolumeUpButtonUICorner = Instance.new("UICorner")
  181. local VolumeDownButtonBackground = Instance.new("Frame")
  182. local VolumeDownButtonBackgroundUICorner = Instance.new("UICorner")
  183. local VolumeDownButton = Instance.new("ImageButton")
  184. local VolumeDownButtonUICorner = Instance.new("UICorner")
  185. local VolumeUpButton_2 = Instance.new("ImageButton")
  186. local VolumeUpButtonUICorner_2 = Instance.new("UICorner")
  187. local VolumeDownButton_2 = Instance.new("ImageButton")
  188. local VolumeDownButtonUICorner_2 = Instance.new("UICorner")
  189. ReloadBackgroundButton = Instance.new("Frame")
  190. ReloadBackgroundButtonUICorner = Instance.new("UICorner")
  191. ReloadButton = Instance.new("ImageButton")
  192. ReloadButtonUICorner = Instance.new("UICorner")
  193. HistoryBackgroundButton = Instance.new("Frame")
  194. HistoryBackgroundButtonUICorner = Instance.new("UICorner")
  195. HistoryButton = Instance.new("ImageButton")
  196. HistoryButtonUICorner = Instance.new("UICorner")
  197. ClearAndSearchBackground = Instance.new("Frame")
  198. ClearAndSearchBackgroundUICorner = Instance.new("UICorner")
  199. ClearAndSearch = Instance.new("ImageButton")
  200. ClearAndSearchUICorner = Instance.new("UICorner")
  201. ClearButton_2Background = Instance.new("Frame")
  202. ClearButton_2BackgroundUICorner = Instance.new("UICorner")
  203. ClearButton_2 = Instance.new("ImageButton")
  204. ClearButton_2UICorner = Instance.new("UICorner")
  205.  
  206. local function format(Int)
  207. return string.format("%02i", Int)
  208. end
  209.  
  210. local function convertToHMS(Seconds)
  211. local Minutes = (Seconds - Seconds%60)/60
  212. Seconds = Seconds - Minutes*60
  213. local Hours = (Minutes - Minutes%60)/60
  214. Minutes = Minutes - Hours*60
  215. return format(Hours)..":"..format(Minutes)..":"..format(Seconds)
  216. end
  217.  
  218. UIGui.Name = "UIGui"
  219. UIGui.Parent = game.CoreGui
  220. game.CoreGui.UIGui.Enabled = true
  221.  
  222. Blur.Size = 0
  223. Blur.Parent = workspace.CurrentCamera
  224.  
  225. UIClick.Parent = game:GetService("SoundService")
  226. UIClick.SoundId = "rbxassetid://626181985"
  227. UIClick.Playing = true
  228. UIClick.Looped = false
  229. UIClick.Volume = 1
  230. UIClick:Stop()
  231.  
  232. CoreSound.Parent = game:GetService("SoundService")
  233. CoreSound.Playing = true
  234. CoreSound.Looped = true
  235. CoreSound.Volume = Volume
  236. CoreSound:Stop()
  237.  
  238. CloseDescriptionSound.Parent = game:GetService("SoundService")
  239. CloseDescriptionSound.SoundId = "rbxassetid://6698737249"
  240. CloseDescriptionSound.Playing = true
  241. CloseDescriptionSound.Looped = false
  242. CloseDescriptionSound.Volume = 1
  243. CloseDescriptionSound:Stop()
  244.  
  245. StartUpSound.Parent = game:GetService("SoundService")
  246. StartUpSound.SoundId = "rbxassetid://6228337171"
  247. StartUpSound.Playing = true
  248. StartUpSound.Looped = false
  249. StartUpSound.Volume = 1
  250. StartUpSound:Stop()
  251.  
  252. OpenButtonUI.Parent = game:GetService("SoundService")
  253. OpenButtonUI.SoundId = "rbxassetid://3779036535"
  254. OpenButtonUI.Playing = true
  255. OpenButtonUI.Looped = false
  256. OpenButtonUI.Volume = 1
  257. OpenButtonUI:Stop()
  258.  
  259. HoverButtons.Parent = game:GetService("SoundService")
  260. HoverButtons.SoundId = "rbxassetid://6698737249"
  261. HoverButtons.Playing = true
  262. HoverButtons.Looped = false
  263. HoverButtons.Volume = 1
  264. HoverButtons:Stop()
  265.  
  266. CloseNotif.Parent = game:GetService("SoundService")
  267. CloseNotif.SoundId = "rbxassetid://2566705750"
  268. CloseNotif.Playing = true
  269. CloseNotif.Looped = false
  270. CloseNotif.Volume = 1
  271. CloseNotif:Stop()
  272.  
  273. CloseUISound.Parent = game:GetService("SoundService")
  274. CloseUISound.SoundId = "rbxassetid://2570875942"
  275. CloseUISound.Playing = true
  276. CloseUISound.Looped = false
  277. CloseUISound.Volume = 1
  278. CloseUISound:Stop()
  279.  
  280. OpenUIButtons.Parent = game:GetService("SoundService")
  281. OpenUIButtons.SoundId = "rbxassetid://3779036535"
  282. OpenUIButtons.Playing = true
  283. OpenUIButtons.Looped = false
  284. OpenUIButtons.Volume = 1
  285. OpenUIButtons:Stop()
  286.  
  287. MessageBackgroundFrame.Name = "MessageBackgroundFrame"
  288. MessageBackgroundFrame.Parent = UIGui
  289. MessageBackgroundFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  290. MessageBackgroundFrame.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  291. MessageBackgroundFrame.Position = UDim2.new(0.5, 0, 2.5, 0)
  292. MessageBackgroundFrame.Size = UDim2.new(0, 300, 0, 60)
  293. MessageBackgroundFrame.ZIndex = 2
  294.  
  295. MessageBackgroundFrameUICorner.CornerRadius = UDim.new(0, 12)
  296. MessageBackgroundFrameUICorner.Parent = MessageBackgroundFrame
  297.  
  298. MessageFrame.Name = "MessageFrame"
  299. MessageFrame.Parent = MessageBackgroundFrame
  300. MessageFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  301. MessageFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  302. MessageFrame.Size = UDim2.new(0, 297.3, 0, 57.5)
  303. MessageFrame.AutoButtonColor = false
  304. MessageFrame.Font = Enum.Font.SourceSansBold
  305. MessageFrame.Text = "Successfully Loaded"
  306. MessageFrame.TextColor3 = Color3.fromRGB(255, 255, 255)
  307. MessageFrame.TextYAlignment = Enum.TextYAlignment.Top
  308. MessageFrame.TextXAlignment = Enum.TextXAlignment.Right
  309. MessageFrame.TextSize = 30
  310. MessageFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  311.  
  312. MessageFrameUICorner.CornerRadius = UDim.new(0, 12)
  313. MessageFrameUICorner.Parent = MessageFrame
  314.  
  315. local emoji = ({
  316.         ["01 01"] = "🎆",
  317.         [(function(Year)
  318.             local A = math.floor(Year/100)
  319.             local B = math.floor((13+8*A)/25)
  320.             local C = (15-B+A-math.floor(A/4))%30
  321.             local D = (4+A-math.floor(A/4))%7
  322.             local E = (19*(Year%19)+C)%30
  323.             local F = (2*(Year%4)+4*(Year%7)+6*E+D)%7
  324.             local G = (22+E+F)
  325.             if E == 29 and F == 6 then
  326.                 return "04 19"
  327.             elseif E == 28 and F == 6 then
  328.                 return "04 18"
  329.             elseif 31 < G then
  330.                 return ("04 %02d"):format(G-31)
  331.             end
  332.             return ("03 %02d"):format(G)
  333.         end)(tonumber(os.date"%Y"))] = "🥚",
  334.         ["10 31"] = "🎃",
  335.         ["12 25"] = "🎄"
  336.     })[os.date("%m %d")]
  337.     if emoji then
  338.         MessageFrame.Text = ("%s %s"):format(MessageFrame.Text, emoji)
  339.     end
  340. MessageFrame.MouseButton1Click:Connect(function()
  341. CloseNotif:Play()
  342. MessageBackgroundFrame:TweenPosition(UDim2.new(0.5, 0, 2.5, 0),"InOut","Sine",0.3)
  343. wait(0.5)
  344. MessageBackgroundFrame:Destroy()
  345. end)
  346.  
  347. MessageImage.Name = "MessageImage"
  348. MessageImage.Parent = MessageFrame
  349. MessageImage.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  350. MessageImage.BackgroundTransparency = 0.5
  351. MessageImage.Position = UDim2.new(0.03, 0, 0.15, 0)
  352. MessageImage.Size = UDim2.new(0, 40, 0, 40)
  353. MessageImage.BorderSizePixel = 0
  354. MessageImage.Image = "rbxassetid://15980315949"
  355.  
  356. MessageImageUICorner.Parent = MessageImage
  357. MessageImageUICorner.CornerRadius = UDim.new(0.5, 0)
  358.  
  359. TextLabel1.Name = "TextLabel1"
  360. TextLabel1.Parent = MessageFrame
  361. TextLabel1.BackgroundTransparency = 1
  362. TextLabel1.Position = UDim2.new(0.55, 0, 0.7, 0)
  363. TextLabel1.Size = UDim2.new(0, 1, 0, 1)
  364. TextLabel1.Font = Enum.Font.SourceSansBold
  365. TextLabel1.Text = "Welcome to ECCS V3, "..game.Players.LocalPlayer.DisplayName
  366. TextLabel1.TextColor3 = Color3.fromRGB(255, 255, 255)
  367. TextLabel1.TextTransparency = 0.3
  368. TextLabel1.TextSize = 15
  369.  
  370. spawn(function()
  371. repeat
  372. wait()
  373. if  MessageBackgroundFrame.Position == UDim2.new(0.5, 0, 0.9, 0) then
  374. wait(4)
  375. MessageBackgroundFrame:TweenPosition(UDim2.new(0.5, 0, 2.5, 0),"InOut","Sine",0.8)
  376. CloseNotif:Play()
  377. wait(0.5)
  378. MessageBackgroundFrame:Destroy()
  379. end
  380. until
  381. MessageBackgroundFrame == nil
  382. end)
  383.  
  384. CoreSystemFrameBackground.Name = "CoreSystemFrameBackground"
  385. CoreSystemFrameBackground.Parent = UIGui
  386. CoreSystemFrameBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  387. CoreSystemFrameBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  388. CoreSystemFrameBackground.Position = UDim2.new(-0.03, 0, 0.45, 0)
  389. CoreSystemFrameBackground.Size = UDim2.new(0, 53.7, 0, 223)
  390. CoreSystemFrameBackground.ZIndex = 2
  391.  
  392. CoreSystemFrameBackgroundUICorner.CornerRadius = UDim.new(0, 12)
  393. CoreSystemFrameBackgroundUICorner.Parent = CoreSystemFrameBackground
  394.  
  395. CoreSystemFrame.Name = "CoreSystemFrame"
  396. CoreSystemFrame.Parent = CoreSystemFrameBackground
  397. CoreSystemFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  398. CoreSystemFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  399. CoreSystemFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  400. CoreSystemFrame.Size = UDim2.new(0, 50, 0, 220)
  401. CoreSystemFrame.ZIndex = 2
  402.  
  403. CoreSystemFrameUICorner.CornerRadius = UDim.new(0, 12)
  404. CoreSystemFrameUICorner.Parent = CoreSystemFrame
  405.  
  406. HomeButton.Parent = CoreSystemFrame
  407. HomeButton.Size = UDim2.new(0, 33, 0, 33)
  408. HomeButton.Position = UDim2.new(0.5, 0, 0.1, 0)
  409. HomeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  410. HomeButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  411. HomeButton.ZIndex = 2
  412. HomeButton.Image = "rbxassetid://15997029966"
  413. HomeButton.AutoButtonColor = false
  414.  
  415. HomeButtonUICorner.CornerRadius = UDim.new(0, 12)
  416. HomeButtonUICorner.Parent = HomeButton
  417. HomeButton.MouseButton1Click:Connect(function()
  418. game.Workspace.CurrentCamera.FieldOfView  = 70
  419. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  420. EditorBackground:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  421. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  422. MainFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  423. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  424. MusicButton.Image = "rbxassetid://15996975276"
  425. ConsoleButton.Image = "rbxassetid://16006754625"
  426. EditorButton.Image = "rbxassetid://16006689419"
  427. if HomeButton.Image == "rbxassetid://15997029966" then
  428. Blur.Size = 100
  429. HomeButton.Image = "rbxassetid://15997127208"
  430. OpenButtonUI:Play()
  431. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, 0.3, 0),"InOut","Sine",0.1)
  432. game.Workspace.CurrentCamera.FieldOfView  = 30
  433. else
  434. if HomeButton.Image == "rbxassetid://15997127208" then
  435. HomeButton.Image = "rbxassetid://15997029966"
  436. CloseUISound:Play()
  437. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, -1, 0),"InOut","Sine",0.1)
  438. Blur.Size = 0
  439. game.Workspace.CurrentCamera.FieldOfView  = 70
  440. end
  441. end
  442. end)
  443.  
  444. MainFrame.Name = "MainFrame"
  445. MainFrame.Parent = UIGui
  446. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  447. MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  448. MainFrame.BackgroundTransparency = 1
  449. MainFrame.Position = UDim2.new(0.5, 0, -1, 0)
  450. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  451.  
  452. SearcherOpenUIButton.Parent = CoreSystemFrame
  453. SearcherOpenUIButton.Size = UDim2.new(0, 33, 0, 33)
  454. SearcherOpenUIButton.Position = UDim2.new(0.5, 0, 0.28, 0)
  455. SearcherOpenUIButton.AnchorPoint = Vector2.new(0.5, 0.5)
  456. SearcherOpenUIButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  457. SearcherOpenUIButton.ZIndex = 2
  458. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  459. SearcherOpenUIButton.AutoButtonColor = false
  460.  
  461. SearcherOpenUIButtonUICorner.CornerRadius = UDim.new(0, 12)
  462. SearcherOpenUIButtonUICorner.Parent = SearcherOpenUIButton
  463.  
  464. SearcherOpenUIButton.MouseButton1Click:Connect(function()
  465. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  466. EditorBackground:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  467. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  468. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, -1, 0),"InOut","Sine",0.1)
  469. game.Workspace.CurrentCamera.FieldOfView  = 70
  470. HomeButton.Image = "rbxassetid://15997029966"
  471. MusicButton.Image = "rbxassetid://15996975276"
  472. ConsoleButton.Image = "rbxassetid://16006754625"
  473. EditorButton.Image = "rbxassetid://16006689419"
  474. if SearcherOpenUIButton.Image == "rbxassetid://15996914627" then
  475. SearcherOpenUIButton.Image = "rbxassetid://15997131910"
  476. OpenButtonUI:Play()
  477. Blur.Size = 100
  478. MainFrame:TweenPosition(UDim2.new(0.5, 0, 0.5, 0),"InOut","Sine",0.1)
  479. game.Workspace.CurrentCamera.FieldOfView  = 30
  480. else
  481. if SearcherOpenUIButton.Image == "rbxassetid://15997131910" then
  482. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  483. CloseUISound:Play()
  484. Blur.Size = 0
  485. MainFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  486. game.Workspace.CurrentCamera.FieldOfView  = 70
  487. end
  488. end
  489. end)
  490.  
  491. EditorButton.Parent = CoreSystemFrame
  492. EditorButton.Size = UDim2.new(0, 33, 0, 33)
  493. EditorButton.Position = UDim2.new(0.5, 0, 0.64, 0)
  494. EditorButton.AnchorPoint = Vector2.new(0.5, 0.5)
  495. EditorButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  496. EditorButton.ZIndex = 2
  497. EditorButton.Image = "rbxassetid://16006689419"
  498. EditorButton.AutoButtonColor = false
  499. EditorButton.BorderSizePixel = 0
  500.  
  501. EditorButton.MouseButton1Click:Connect(function()
  502. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  503. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  504. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, -1, 0),"InOut","Sine",0.1)
  505. MainFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  506. game.Workspace.CurrentCamera.FieldOfView  = 70
  507. HomeButton.Image = "rbxassetid://15997029966"
  508. ConsoleButton.Image = "rbxassetid://16006754625"
  509. MusicButton.Image = "rbxassetid://15996975276"
  510. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  511. if EditorButton.Image == "rbxassetid://16006689419" then
  512. EditorButton.Image = "rbxassetid://16006691599"
  513. OpenButtonUI:Play()
  514. EditorBackground:TweenPosition(UDim2.new(0.525, 0, 0.5, 0),"InOut","Sine",0.1)
  515. Blur.Size = 100
  516. game.Workspace.CurrentCamera.FieldOfView  = 30
  517. else
  518. if EditorButton.Image == "rbxassetid://16006691599" then
  519. EditorButton.Image = "rbxassetid://16006689419"
  520. CloseUISound:Play()
  521. EditorBackground:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  522. Blur.Size = 0
  523. game.Workspace.CurrentCamera.FieldOfView  = 70
  524. end
  525. end
  526. end)
  527.  
  528. ConsoleButton.Parent = CoreSystemFrame
  529. ConsoleButton.Size = UDim2.new(0, 33, 0, 33)
  530. ConsoleButton.Position = UDim2.new(0.5, 0, 0.46, 0)
  531. ConsoleButton.AnchorPoint = Vector2.new(0.5, 0.5)
  532. ConsoleButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  533. ConsoleButton.ZIndex = 2
  534. ConsoleButton.Image = "rbxassetid://16006754625"
  535. ConsoleButton.AutoButtonColor = false
  536. ConsoleButton.BorderSizePixel = 0
  537.  
  538. ConsoleButton.MouseButton1Click:Connect(function()
  539. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  540. EditorBackground:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  541. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, -1, 0),"InOut","Sine",0.1)
  542. MainFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  543. game.Workspace.CurrentCamera.FieldOfView  = 70
  544. HomeButton.Image = "rbxassetid://15997029966"
  545. MusicButton.Image = "rbxassetid://15996975276"
  546. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  547. EditorButton.Image = "rbxassetid://16006689419"
  548. if ConsoleButton.Image == "rbxassetid://16006754625" then
  549. ConsoleButton.Image = "rbxassetid://16006757026"
  550. OpenButtonUI:Play()
  551. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, 0.5, 0),"InOut","Sine",0.1)
  552. Blur.Size = 100
  553. game.Workspace.CurrentCamera.FieldOfView  = 30
  554. else
  555. if ConsoleButton.Image == "rbxassetid://16006757026" then
  556. ConsoleButton.Image = "rbxassetid://16006754625"
  557. CloseUISound:Play()
  558. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  559. Blur.Size = 0
  560. game.Workspace.CurrentCamera.FieldOfView  = 70
  561. end
  562. end
  563. end)
  564.  
  565. MusicButton.Parent = CoreSystemFrame
  566. MusicButton.Size = UDim2.new(0, 30, 0, 30)
  567. MusicButton.Position = UDim2.new(0.5, 0, 0.82, 0)
  568. MusicButton.AnchorPoint = Vector2.new(0.5, 0.5)
  569. MusicButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  570. MusicButton.ZIndex = 2
  571. MusicButton.Image = "rbxassetid://15996975276"
  572. MusicButton.AutoButtonColor = false
  573. MusicButton.BorderSizePixel = 0
  574.  
  575. MusicButton.MouseButton1Click:Connect(function()
  576. EditorBackground:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  577. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  578. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, -1, 0),"InOut","Sine",0.1)
  579. MainFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  580. game.Workspace.CurrentCamera.FieldOfView  = 70
  581. HomeButton.Image = "rbxassetid://15997029966"
  582. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  583. EditorButton.Image = "rbxassetid://16006689419"
  584. ConsoleButton.Image = "rbxassetid://16006754625"
  585. if MusicButton.Image == "rbxassetid://15996975276" then
  586. MusicButton.Image = "rbxassetid://15997129790"
  587. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, 0.5, 0),"InOut","Sine",0.1)
  588. OpenButtonUI:Play()
  589. Blur.Size = 100
  590. game.Workspace.CurrentCamera.FieldOfView  = 30
  591. else
  592. if MusicButton.Image == "rbxassetid://15997129790" then
  593. MusicButton.Image = "rbxassetid://15996975276"
  594. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  595. CloseUISound:Play()
  596. Blur.Size = 0
  597. game.Workspace.CurrentCamera.FieldOfView  = 70
  598. end
  599. end
  600. end)
  601.  
  602.  
  603.  
  604. MinButton.Name = "MinButton"
  605. MinButton.Parent = UIGui
  606. MinButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  607. MinButton.Position = UDim2.new(0, 0, 0.43, 0)
  608. MinButton.Size = UDim2.new(0, 30, 0, 30)
  609. MinButton.AutoButtonColor = false
  610. MinButton.Font = Enum.Font.SourceSansBold
  611. MinButton.Text = "<"
  612. MinButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  613. MinButton.TextSize = 30
  614. MinButton.BackgroundTransparency = 1
  615.  
  616. Clock.Parent = CoreSystemFrame
  617. Clock.Size = UDim2.new(0, 55, 0, 32)
  618. Clock.Position = UDim2.new(0, -2.5, 0, 195)
  619. Clock.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  620. Clock.BackgroundTransparency = 1
  621. Clock.Text = os.date("%H:%M")
  622. Clock.TextColor3 = Color3.fromRGB(200, 200, 200)
  623. Clock.Font = Enum.Font.SourceSansBold
  624. Clock.TextSize = 20
  625.  
  626. MinButton:TweenPosition(UDim2.new(0.05, 0, 0.43, 0),"InOut","Sine",1)
  627. CoreSystemFrameBackground:TweenPosition(UDim2.new(0.03, 0, 0.45, 0),"InOut","Sine",1)
  628.  
  629. MinButton.MouseButton1Click:Connect(function()
  630. UIClick:Play()
  631. Blur.Size = 0
  632. SondFrameBackground:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  633. EditorBackground:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  634. BackgroundConsole:TweenPosition(UDim2.new(0.525, 0, -1, 0),"InOut","Sine",0.1)
  635. GameFrameBackground:TweenPosition(UDim2.new(0.25, 0, -1, 0),"InOut","Sine",0.1)
  636. MainFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.1)
  637. game.Workspace.CurrentCamera.FieldOfView  = 70
  638. HomeButton.Image = "rbxassetid://15997029966"
  639. SearcherOpenUIButton.Image = "rbxassetid://15996914627"
  640. MusicButton.Image = "rbxassetid://15996975276"
  641. ConsoleButton.Image = "rbxassetid://16006754625"
  642. EditorButton.Image = "rbxassetid://16006689419"
  643. if MinButton.Text == "<" then
  644. MinButton.Text = ">"
  645. CoreSystemFrameBackground:TweenPosition(UDim2.new(-0.03, 0, 0.45, 0),"InOut","Sine",0.15)
  646. MinButton:TweenPosition(UDim2.new(0, 0, 0.43, 0),"InOut","Sine",0.15)
  647. else
  648. if MinButton.Text == ">" then
  649. MinButton.Text = "<"
  650. MinButton:TweenPosition(UDim2.new(0.05, 0, 0.43, 0),"InOut","Sine",0.15)
  651. CoreSystemFrameBackground.Visible = true
  652. CoreSystemFrameBackground:TweenPosition(UDim2.new(0.03, 0, 0.45, 0),"InOut","Sine",0.15)
  653. end
  654. end
  655. end)
  656.  
  657. PlayerIcon.Name = "PlayerIcon"
  658. PlayerIcon.Parent = PlayerIconBackground
  659. PlayerIcon.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  660. PlayerIcon.Position = UDim2.new(0.026, 0, 0.025, 0)
  661. PlayerIcon.Size = UDim2.new(0, 66, 0, 66)
  662. PlayerIcon.Image = "rbxassetid://15980315949"
  663.  
  664. PlayerIconUI.Parent = PlayerIcon
  665. PlayerIconUI.CornerRadius = UDim.new(0.5, 0)
  666.  
  667. PlayerIconBackground.Name = "PlayerIconBackground"
  668. PlayerIconBackground.Parent = GameFrame
  669. PlayerIconBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  670. PlayerIconBackground.Position = UDim2.new(0.05, 0, -0.6, 0)
  671. PlayerIconBackground.Size = UDim2.new(0, 70, 0, 70)
  672.  
  673. PlayerIconBackgroundUI.Parent = PlayerIconBackground
  674. PlayerIconBackgroundUI.CornerRadius = UDim.new(0.5, 0)
  675.  
  676. WelcomeLabel.Name = "WelcomeLabel"
  677. WelcomeLabel.Parent = GameFrame
  678. WelcomeLabel.BackgroundTransparency = 1
  679. WelcomeLabel.Position = UDim2.new(0.23, 0, -0.6, 0)
  680. WelcomeLabel.Size = UDim2.new(0.5, 0, 0.4, 0)
  681. WelcomeLabel.Font = Enum.Font.SourceSansBold
  682. WelcomeLabel.Text = "Welcome Home, User"
  683. WelcomeLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  684. WelcomeLabel.TextXAlignment = Enum.TextXAlignment.Left
  685. WelcomeLabel.TextYAlignment = Enum.TextYAlignment.Top
  686. WelcomeLabel.TextWrapped = true
  687. WelcomeLabel.TextSize = 25
  688.  
  689. GameFrameBackground.Name = "GameFrameBackground"
  690. GameFrameBackground.Parent = UIGui
  691. GameFrameBackground.Position = UDim2.new(0.25, 0, -1, 0)
  692. GameFrameBackground.Size = UDim2.new(0.5, 0, 0.5, 0)
  693. GameFrameBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  694.  
  695. GameFrameBackgroundUICorner.Parent = GameFrameBackground
  696. GameFrameBackgroundUICorner.CornerRadius = UDim.new(0, 12)
  697.  
  698. GameFrame.Name = "GameFrame"
  699. GameFrame.Parent = GameFrameBackground
  700. GameFrame.Position = UDim2.new(0.005, 0, 0.01, 0)
  701. GameFrame.Size = UDim2.new(0.99, 0, 0.985, 0)
  702. GameFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  703. GameFrame.Image = "rbxassetid://16027463995"
  704.  
  705. GameFrameUICorner.Parent = GameFrame
  706. GameFrameUICorner.CornerRadius = UDim.new(0, 12)
  707.  
  708. FPSLabel.Name = "FPSLabel"
  709. FPSLabel.Parent = GameFrame
  710. FPSLabel.Position = UDim2.new(0.01, 0, 0.015, 0)
  711. FPSLabel.Size = UDim2.new(0.35, 0, 0.2, 0)
  712. FPSLabel.Font = Enum.Font.SourceSansBold
  713. FPSLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  714. FPSLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  715. FPSLabel.TextSize = 25
  716. FPSLabel.BackgroundTransparency = 0.8
  717.  
  718. FPSLabelUICorner.Parent = FPSLabel
  719. FPSLabelUICorner.CornerRadius = UDim.new(0, 12)
  720.  
  721. local function fre()
  722. local fr = tick()
  723. for index = #FPS,1,-1 do
  724. FPS[index + 1] = (FPS[index] >= fr - 1) and FPS[index] or nil
  725. end
  726. FPS[1] = fr
  727. local fps = (tick() - sec >= 1 and #FPS) or (#FPS / (tick() - sec))
  728. fps = math.floor(fps)
  729. FPSLabel.Text = "Fps: "..fps
  730. end
  731. sec = tick()
  732. RenderStepped:Connect(fre)
  733.  
  734. PingLabel.Name = "PingLabel"
  735. PingLabel.Parent = GameFrame
  736. PingLabel.Position = UDim2.new(0.37, 0, 0.015, 0)
  737. PingLabel.Size = UDim2.new(0.62, 0, 0.2, 0)
  738. PingLabel.Font = Enum.Font.SourceSansBold
  739. PingLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  740. PingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  741. PingLabel.TextSize = 25
  742. PingLabel.BackgroundTransparency = 0.8
  743.  
  744. PingLabelUICorner.Parent = PingLabel
  745. PingLabelUICorner.CornerRadius = UDim.new(0, 12)
  746.  
  747.  
  748. CPULabel.Name = "CPULabel"
  749. CPULabel.Parent = GameFrame
  750. CPULabel.Position = UDim2.new(0.01, 0, 0.265, 0)
  751. CPULabel.Size = UDim2.new(0.62, 0, 0.2, 0)
  752. CPULabel.Font = Enum.Font.SourceSansBold
  753. CPULabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  754. CPULabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  755. CPULabel.TextSize = 25
  756. CPULabel.BackgroundTransparency = 0.8
  757.  
  758. CPUUICorner.Parent = CPULabel
  759. CPUUICorner.CornerRadius = UDim.new(0, 12)
  760.  
  761. GPULabel.Name = "GPULabel"
  762. GPULabel.Parent = GameFrame
  763. GPULabel.Position = UDim2.new(0.64, 0, 0.265, 0)
  764. GPULabel.Size = UDim2.new(0.35, 0, 0.2, 0)
  765. GPULabel.Font = Enum.Font.SourceSansBold
  766. GPULabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  767. GPULabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  768. GPULabel.TextSize = 25
  769. GPULabel.BackgroundTransparency = 0.8
  770.  
  771. GPUUICorner.Parent = GPULabel
  772. GPUUICorner.CornerRadius = UDim.new(0, 12)
  773.  
  774. PlayersInServer.Name = "PlayersInServer"
  775. PlayersInServer.Parent = GameFrame
  776. PlayersInServer.Position = UDim2.new(0.01, 0, 0.78, 0)
  777. PlayersInServer.Size = UDim2.new(0.62, 0, 0.2, 0)
  778. PlayersInServer.Font = Enum.Font.SourceSansBold
  779. PlayersInServer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  780. PlayersInServer.TextColor3 = Color3.fromRGB(255, 255, 255)
  781. PlayersInServer.TextSize = 25
  782. PlayersInServer.BackgroundTransparency = 0.8
  783.  
  784. PlayersInServerUICorner.Parent = PlayersInServer
  785. PlayersInServerUICorner.CornerRadius = UDim.new(0, 12)
  786.  
  787. ServerSize.Name = "ServerSize"
  788. ServerSize.Parent = GameFrame
  789. ServerSize.Position = UDim2.new(0.64, 0, 0.78, 0)
  790. ServerSize.Size = UDim2.new(0.35, 0, 0.2, 0)
  791. ServerSize.Font = Enum.Font.SourceSansBold
  792. ServerSize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  793. ServerSize.TextColor3 = Color3.fromRGB(255, 255, 255)
  794. ServerSize.TextSize = 25
  795. ServerSize.BackgroundTransparency = 0.8
  796.  
  797. ServerSizeUICorner.Parent = ServerSize
  798. ServerSizeUICorner.CornerRadius = UDim.new(0, 12)
  799.  
  800.  
  801. ServerLive.Name = "ServerLive"
  802. ServerLive.Parent = GameFrame
  803. ServerLive.Position = UDim2.new(0.01, 0, 0.52, 0)
  804. ServerLive.Size = UDim2.new(0.35, 0, 0.2, 0)
  805. ServerLive.Font = Enum.Font.SourceSansBold
  806. ServerLive.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  807. ServerLive.TextColor3 = Color3.fromRGB(255, 255, 255)
  808. ServerLive.TextSize = 25
  809. ServerLive.BackgroundTransparency = 0.8
  810. ServerLive.TextScaled = true
  811. ServerLive.TextWrapped = true
  812.  
  813. ServerLiveUICorner.Parent = ServerLive
  814. ServerLiveUICorner.CornerRadius = UDim.new(0, 12)
  815.  
  816. Executor.Name = "Executor"
  817. Executor.Parent = GameFrame
  818. Executor.Position = UDim2.new(0.37, 0, 0.52, 0)
  819. Executor.Size = UDim2.new(0.62, 0, 0.2, 0)
  820. Executor.Font = Enum.Font.SourceSansBold
  821. Executor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  822. Executor.TextColor3 = Color3.fromRGB(255, 255, 255)
  823. Executor.TextSize = 25
  824. Executor.BackgroundTransparency = 0.8
  825.  
  826. ExecutorUICorner.Parent = Executor
  827. ExecutorUICorner.CornerRadius = UDim.new(0, 12)
  828.  
  829. spawn(function()
  830. repeat
  831. wait()
  832. local ping = tonumber(game:GetService("Stats"):FindFirstChild("PerformanceStats").Ping:GetValue())
  833. local gpu = tonumber(game:GetService("Stats"):FindFirstChild("PerformanceStats").GPU:GetValue())
  834. local cpu = tonumber(game:GetService("Stats"):FindFirstChild("PerformanceStats").CPU:GetValue())
  835. cpu = math.floor(cpu)
  836. gpu = math.floor(gpu)
  837. ping = math.floor(ping)
  838. PingLabel.Text = "Ping: "..ping
  839. CPULabel.Text = "CPU: "..cpu
  840. GPULabel.Text = "GPU: "..gpu
  841. PlayersInServer.Text = "Players: "..#game.Players:GetPlayers()
  842. ServerSize.Text = "Server Size: "..game.Players.MaxPlayers
  843. ServerLive.Text = "Server Live: "..convertToHMS(time())
  844. Executor.Text = "Executor: "..identifyexecutor()
  845. Clock.Text = os.date("%H:%M")
  846. until
  847. PingLabel == nil
  848. end)
  849.  
  850.  
  851. SearchBox.Name = "SearchBox"
  852. SearchBox.Parent = MainFrame
  853. SearchBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  854. SearchBox.BackgroundTransparency = 0.5
  855. SearchBox.Position = UDim2.new(-3.55, 0, -1.8, 0)
  856. SearchBox.Size = UDim2.new(0, 855, 0, 26)
  857. SearchBox.ClearTextOnFocus = false
  858. SearchBox.Font = Enum.Font.SourceSansBold
  859. SearchBox.PlaceholderText = "Tap to search"
  860. SearchBox.Text = ""
  861. SearchBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  862. SearchBox.TextTransparency = 0
  863. SearchBox.TextScaled = true
  864. SearchBox.TextSize = 14.000
  865. SearchBox.TextWrapped = true
  866.  
  867. UICorner_3.CornerRadius = UDim.new(0, 12)
  868. UICorner_3.Parent = SearchBox
  869.  
  870. ScriptListFrame.Name = "ScriptListFrame"
  871. ScriptListFrame.Parent = MainFrame
  872. ScriptListFrame.Active = true
  873. ScriptListFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  874. ScriptListFrame.BackgroundTransparency = 1
  875. ScriptListFrame.BorderSizePixel = 0
  876. ScriptListFrame.Position = UDim2.new(-3.8, 0, -1.5, 0)
  877. ScriptListFrame.Size = UDim2.new(0, 1000, 0, 420)
  878. ScriptListFrame.ZIndex = 2
  879. ScriptListFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  880.  
  881. ScriptAuthor.Name = "ScriptAuthor"
  882. ScriptAuthor.Parent = ScriptFrame
  883. ScriptAuthor.BackgroundTransparency = 1
  884. ScriptAuthor.Position = UDim2.new(0, 10, 0, 150)
  885. ScriptAuthor.Size = UDim2.new(0, 280, 0, 30)
  886. ScriptAuthor.Font = Enum.Font.SourceSansBold
  887. ScriptAuthor.Text = "by ScriptAuthor"
  888. ScriptAuthor.TextColor3 = Color3.fromRGB(192, 192, 192)
  889. ScriptAuthor.TextSize = 14.000
  890. ScriptAuthor.TextWrapped = true
  891. ScriptAuthor.TextScaled = true
  892. ScriptAuthor.TextXAlignment = Enum.TextXAlignment.Left
  893.  
  894. UIPadding.Parent = ScriptListFrame
  895. UIPadding.PaddingBottom = UDim.new(0, 10)
  896. UIPadding.PaddingLeft = UDim.new(0, 25)
  897. UIPadding.PaddingRight = UDim.new(0, 25)
  898. UIPadding.PaddingTop = UDim.new(0, 10)
  899.  
  900. Scripts.Name = "Scripts"
  901. Scripts.Parent = ScriptListFrame
  902.  
  903. UIGridLayout.Parent = Scripts
  904. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  905. UIGridLayout.CellPadding = UDim2.new(0, 20, 0, 20)
  906. UIGridLayout.CellSize = UDim2.new(0, 855, 0, 400)
  907.  
  908. ScriptFrame.Name = "ScriptFrame"
  909. ScriptFrame.Parent = Scripts
  910. ScriptFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  911. ScriptFrame.BackgroundTransparency = 0.5
  912. ScriptFrame.Size = UDim2.new(0, 200, 0, 100)
  913. ScriptFrame.Position = UDim2.new(1.5, 0, 0, 0)
  914. ScriptFrame.Image = "rbxassetid://16050153732"
  915.  
  916. UICorner_6.CornerRadius = UDim.new(0, 12)
  917. UICorner_6.Parent = ScriptFrame
  918.  
  919. ScriptTitle.Name = "ScriptTitle"
  920. ScriptTitle.Parent = ScriptFrame
  921. ScriptTitle.BackgroundTransparency = 1
  922. ScriptTitle.Position = UDim2.new(0, 10, 0, 20)
  923. ScriptTitle.Size = UDim2.new(0, 840, 0, 100)
  924. ScriptTitle.Font = Enum.Font.SourceSansBold
  925. ScriptTitle.Text = "Script Title"
  926. ScriptTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  927. ScriptTitle.TextScaled = true
  928. ScriptTitle.TextSize = 14.000
  929. ScriptTitle.TextWrapped = true
  930. ScriptTitle.TextXAlignment = Enum.TextXAlignment.Left
  931.  
  932. ExecuteButtonBackground.Name = "ExecuteButtonBackground"
  933. ExecuteButtonBackground.Parent = ScriptFrame
  934. ExecuteButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  935. ExecuteButtonBackground.Position = UDim2.new(0.0123, 0, 0.794, 0)
  936. ExecuteButtonBackground.Size = UDim2.new(0, 205, 0, 55)
  937.  
  938. ExecuteButtonBackgroundUICorner.Parent = ExecuteButtonBackground
  939. ExecuteButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  940.  
  941. ExecuteButton.Name = "ExecuteButton"
  942. ExecuteButton.Parent = ScriptFrame
  943. ExecuteButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  944. ExecuteButton.Position = UDim2.new(0.015, 0, 0.8, 0)
  945. ExecuteButton.Size = UDim2.new(0, 200, 0, 50)
  946. ExecuteButton.AutoButtonColor = false
  947. ExecuteButton.Font = Enum.Font.SourceSansBold
  948. ExecuteButton.Text = "Execute"
  949. ExecuteButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  950. ExecuteButton.TextSize = 14.000
  951. ExecuteButton.TextScaled = true
  952. ExecuteButton.TextWrapped = true
  953.  
  954. UICorner_7.CornerRadius = UDim.new(0, 12)
  955. UICorner_7.Parent = ExecuteButton
  956.  
  957. CopyLinkButtonBackground.Name = "CopyLinkButtonBackground"
  958. CopyLinkButtonBackground.Parent = ScriptFrame
  959. CopyLinkButtonBackground.BackgroundColor3 = Color3.fromRGB(55,55, 55)
  960. CopyLinkButtonBackground.Position = UDim2.new(0.2569, 0, 0.794, 0)
  961. CopyLinkButtonBackground.Size = UDim2.new(0, 205, 0, 55)
  962.  
  963. CopyLinkButtonBackgroundUICorner.Parent = CopyLinkButtonBackground
  964. CopyLinkButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  965.  
  966. CopyLinkButton.Name = "CopyLinkButton"
  967. CopyLinkButton.Parent = ScriptFrame
  968. CopyLinkButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  969. CopyLinkButton.Position = UDim2.new(0.26, 0, 0.8, 0)
  970. CopyLinkButton.Size = UDim2.new(0, 200, 0, 50)
  971. CopyLinkButton.AutoButtonColor = false
  972. CopyLinkButton.Font = Enum.Font.SourceSansBold
  973. CopyLinkButton.Text = "Copy Link"
  974. CopyLinkButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  975. CopyLinkButton.TextSize = 14.000
  976. CopyLinkButton.TextScaled = true
  977. CopyLinkButton.TextWrapped = true
  978.  
  979. CopyLinkButtonUICorner.CornerRadius = UDim.new(0, 12)
  980. CopyLinkButtonUICorner.Parent = CopyLinkButton
  981.  
  982.  
  983. CopyScriptBackground.Name = "CopyScriptBackground"
  984. CopyScriptBackground.Parent = ScriptFrame
  985. CopyScriptBackground.BackgroundColor3 = Color3.fromRGB(55 ,55, 55)
  986. CopyScriptBackground.Position = UDim2.new(0.5022, 0, 0.794, 0)
  987. CopyScriptBackground.Size = UDim2.new(0, 205, 0, 55)
  988.  
  989. CopyScriptBackgroundUICorner.Parent = CopyScriptBackground
  990. CopyScriptBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  991.  
  992.  
  993. CopyScriptButton.Name = "CopyScriptButton"
  994. CopyScriptButton.Parent = ScriptFrame
  995. CopyScriptButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  996. CopyScriptButton.Position = UDim2.new(0.505, 0, 0.8, 0)
  997. CopyScriptButton.Size = UDim2.new(0, 200, 0, 50)
  998. CopyScriptButton.AutoButtonColor = false
  999. CopyScriptButton.Font = Enum.Font.SourceSansBold
  1000. CopyScriptButton.Text = "Copy Script"
  1001. CopyScriptButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1002. CopyScriptButton.TextSize = 14.000
  1003. CopyScriptButton.TextScaled = true
  1004. CopyScriptButton.TextWrapped = true
  1005.  
  1006. CopyScriptButtonUICorner.CornerRadius = UDim.new(0, 12)
  1007. CopyScriptButtonUICorner.Parent = CopyScriptButton
  1008.  
  1009.  
  1010. OpenDescriptionBackground.Name = "OpenDescriptionBackground"
  1011. OpenDescriptionBackground.Parent = ScriptFrame
  1012. OpenDescriptionBackground.BackgroundColor3 = Color3.fromRGB(55,55, 55)
  1013. OpenDescriptionBackground.Position = UDim2.new(0.747, 0, 0.794, 0)
  1014. OpenDescriptionBackground.Size = UDim2.new(0, 205, 0, 55)
  1015.  
  1016. OpenDescriptionBackgroundUICorner.Parent = OpenDescriptionBackground
  1017. OpenDescriptionBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1018.  
  1019.  
  1020. OpenDescriptionButton.Name = "OpenDescriptionButton"
  1021. OpenDescriptionButton.Parent = ScriptFrame
  1022. OpenDescriptionButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1023. OpenDescriptionButton.Position = UDim2.new(0.75, 0, 0.8, 0)
  1024. OpenDescriptionButton.Size = UDim2.new(0, 200, 0, 50)
  1025. OpenDescriptionButton.AutoButtonColor = false
  1026. OpenDescriptionButton.Font = Enum.Font.SourceSansBold
  1027. OpenDescriptionButton.Text = "Description"
  1028. OpenDescriptionButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1029. OpenDescriptionButton.TextSize = 14.000
  1030. OpenDescriptionButton.TextScaled = true
  1031. OpenDescriptionButton.TextWrapped = true
  1032.  
  1033. OpenDescriptionButtonUICorner.CornerRadius = UDim.new(0, 12)
  1034. OpenDescriptionButtonUICorner.Parent = OpenDescriptionButton
  1035.  
  1036. ScriptGame.Name = "ScriptGame"
  1037. ScriptGame.Parent = ScriptFrame
  1038. ScriptGame.BackgroundTransparency = 1
  1039. ScriptGame.Position = UDim2.new(0, 10, 0, 220)
  1040. ScriptGame.Size = UDim2.new(0, 280, 0, 30)
  1041. ScriptGame.Font = Enum.Font.SourceSansBold
  1042. ScriptGame.Text = "Game"
  1043. ScriptGame.TextColor3 = Color3.fromRGB(192, 192, 192)
  1044. ScriptGame.TextSize = 14
  1045. ScriptGame.TextWrapped = true
  1046. ScriptGame.TextScaled = true
  1047. ScriptGame.TextXAlignment = Enum.TextXAlignment.Left
  1048.  
  1049. VerifiedScriptFrame.Name = "VerifiedScriptFrame"
  1050. VerifiedScriptFrame.Parent = Scripts
  1051. VerifiedScriptFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1052. VerifiedScriptFrame.Size = UDim2.new(0, 300, 0, 150)
  1053. VerifiedScriptFrame.Image = "rbxassetid://16050153732"
  1054.  
  1055. UICorner_9.CornerRadius = UDim.new(0, 12)
  1056. UICorner_9.Parent = VerifiedScriptFrame
  1057.  
  1058. ScriptTitle_2.Name = "ScriptTitle"
  1059. ScriptTitle_2.Parent = VerifiedScriptFrame
  1060. ScriptTitle_2.BackgroundTransparency = 1
  1061. ScriptTitle_2.Position = UDim2.new(0, 10, 0, 20)
  1062. ScriptTitle_2.Size = UDim2.new(0, 840, 0, 100)
  1063. ScriptTitle_2.Font = Enum.Font.SourceSansBold
  1064. ScriptTitle_2.Text = "Script Title"
  1065. ScriptTitle_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1066. ScriptTitle_2.TextScaled = true
  1067. ScriptTitle_2.TextSize = 14.000
  1068. ScriptTitle_2.TextWrapped = true
  1069. ScriptTitle_2.TextXAlignment = Enum.TextXAlignment.Left
  1070.  
  1071. VerifiedIcon.Name = "VerifiedIcon"
  1072. VerifiedIcon.Parent = VerifiedScriptFrame
  1073. VerifiedIcon.BackgroundTransparency = 0
  1074. VerifiedIcon.Position = UDim2.new(0.75, 0, 0.35, 0)
  1075. VerifiedIcon.Size = UDim2.new(0, 215, 0, 150)
  1076. VerifiedIcon.Image = "rbxassetid://15621211889"
  1077. VerifiedIcon.BackgroundTransparency = 1
  1078.  
  1079. ExecuteButtonBackground_2.Name = "ExecuteButtonBackground"
  1080. ExecuteButtonBackground_2.Parent = VerifiedScriptFrame
  1081. ExecuteButtonBackground_2.BackgroundColor3 = Color3.fromRGB(55,55, 55)
  1082. ExecuteButtonBackground_2.Position = UDim2.new(0.0123, 0, 0.794, 0)
  1083. ExecuteButtonBackground_2.Size = UDim2.new(0, 205, 0, 55)
  1084.  
  1085. ExecuteButtonBackgroundUICorner_2.Parent = ExecuteButtonBackground_2
  1086. ExecuteButtonBackgroundUICorner_2.CornerRadius = UDim.new(0, 15)
  1087.  
  1088. ExecuteButton_2.Name = "ExecuteButton"
  1089. ExecuteButton_2.Parent = VerifiedScriptFrame
  1090. ExecuteButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1091. ExecuteButton_2.Position = UDim2.new(0.015, 0, 0.8, 0)
  1092. ExecuteButton_2.Size = UDim2.new(0, 200, 0, 50)
  1093. ExecuteButton_2.AutoButtonColor = false
  1094. ExecuteButton_2.Font = Enum.Font.SourceSansBold
  1095. ExecuteButton_2.Text = "Execute"
  1096. ExecuteButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1097. ExecuteButton_2.TextSize = 14.000
  1098. ExecuteButton_2.TextScaled = true
  1099. ExecuteButton_2.TextWrapped = true
  1100.  
  1101. UICorner_10.CornerRadius = UDim.new(0, 12)
  1102. UICorner_10.Parent = ExecuteButton_2
  1103.  
  1104. CopyLinkButtonBackground_2.Name = "CopyLinkButtonBackground"
  1105. CopyLinkButtonBackground_2.Parent = VerifiedScriptFrame
  1106. CopyLinkButtonBackground_2.BackgroundColor3 = Color3.fromRGB(55,55, 55)
  1107. CopyLinkButtonBackground_2.Position = UDim2.new(0.2569, 0, 0.794, 0)
  1108. CopyLinkButtonBackground_2.Size = UDim2.new(0, 205, 0, 55)
  1109.  
  1110. CopyLinkButtonBackgroundUICorner_2.Parent = CopyLinkButtonBackground_2
  1111. CopyLinkButtonBackgroundUICorner_2.CornerRadius = UDim.new(0, 15)
  1112.  
  1113. CopyLinkButton_2.Name = "CopyLinkButton"
  1114. CopyLinkButton_2.Parent = VerifiedScriptFrame
  1115. CopyLinkButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1116. CopyLinkButton_2.Position = UDim2.new(0.26, 0, 0.8, 0)
  1117. CopyLinkButton_2.Size = UDim2.new(0, 200, 0, 50)
  1118. CopyLinkButton_2.AutoButtonColor = false
  1119. CopyLinkButton_2.Font = Enum.Font.SourceSansBold
  1120. CopyLinkButton_2.Text = "Copy Link"
  1121. CopyLinkButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1122. CopyLinkButton_2.TextSize = 14.000
  1123. CopyLinkButton_2.TextScaled = true
  1124. CopyLinkButton_2.TextWrapped = true
  1125.  
  1126. CopyLinkButtonUICorner_2.CornerRadius = UDim.new(0, 12)
  1127. CopyLinkButtonUICorner_2.Parent = CopyLinkButton_2
  1128.  
  1129.  
  1130. CopyScriptBackground_2.Name = "CopyScriptBackground"
  1131. CopyScriptBackground_2.Parent = VerifiedScriptFrame
  1132. CopyScriptBackground_2.BackgroundColor3 = Color3.fromRGB(55,55, 55)
  1133. CopyScriptBackground_2.Position = UDim2.new(0.5022, 0, 0.794, 0)
  1134. CopyScriptBackground_2.Size = UDim2.new(0, 205, 0, 55)
  1135.  
  1136. CopyScriptBackgroundUICorner_2.Parent = CopyScriptBackground_2
  1137. CopyScriptBackgroundUICorner_2.CornerRadius = UDim.new(0, 15)
  1138.  
  1139.  
  1140. CopyScriptButton_2.Name = "CopyScriptButton"
  1141. CopyScriptButton_2.Parent = VerifiedScriptFrame
  1142. CopyScriptButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1143. CopyScriptButton_2.Position = UDim2.new(0.505, 0, 0.8, 0)
  1144. CopyScriptButton_2.Size = UDim2.new(0, 200, 0, 50)
  1145. CopyScriptButton_2.AutoButtonColor = false
  1146. CopyScriptButton_2.Font = Enum.Font.SourceSansBold
  1147. CopyScriptButton_2.Text = "Copy Script"
  1148. CopyScriptButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1149. CopyScriptButton_2.TextSize = 14.000
  1150. CopyScriptButton_2.TextScaled = true
  1151. CopyScriptButton_2.TextWrapped = true
  1152.  
  1153. CopyScriptButtonUICorner_2.CornerRadius = UDim.new(0, 12)
  1154. CopyScriptButtonUICorner_2.Parent = CopyScriptButton_2
  1155.  
  1156. OpenDescriptionBackground_2.Name = "OpenDescriptionBackground"
  1157. OpenDescriptionBackground_2.Parent = VerifiedScriptFrame
  1158. OpenDescriptionBackground_2.BackgroundColor3 = Color3.fromRGB(55,55, 55)
  1159. OpenDescriptionBackground_2.Position = UDim2.new(0.747, 0, 0.794, 0)
  1160. OpenDescriptionBackground_2.Size = UDim2.new(0, 205, 0, 55)
  1161.  
  1162. OpenDescriptionBackgroundUICorner_2.Parent = OpenDescriptionBackground_2
  1163. OpenDescriptionBackgroundUICorner_2.CornerRadius = UDim.new(0, 15)
  1164.  
  1165. OpenDescriptionButton_2.Name = "OpenDescriptionButton"
  1166. OpenDescriptionButton_2.Parent = VerifiedScriptFrame
  1167. OpenDescriptionButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1168. OpenDescriptionButton_2.Position = UDim2.new(0.75, 0, 0.8, 0)
  1169. OpenDescriptionButton_2.Size = UDim2.new(0, 200, 0, 50)
  1170. OpenDescriptionButton_2.AutoButtonColor = false
  1171. OpenDescriptionButton_2.Font = Enum.Font.SourceSansBold
  1172. OpenDescriptionButton_2.Text = "Description"
  1173. OpenDescriptionButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1174. OpenDescriptionButton_2.TextSize = 14.000
  1175. OpenDescriptionButton_2.TextScaled = true
  1176. OpenDescriptionButton_2.TextWrapped = true
  1177.  
  1178. OpenDescriptionButtonUICorner_2.CornerRadius = UDim.new(0, 12)
  1179. OpenDescriptionButtonUICorner_2.Parent = OpenDescriptionButton_2
  1180.  
  1181. ScriptAuthor_2.Name = "ScriptAuthor"
  1182. ScriptAuthor_2.Parent = VerifiedScriptFrame
  1183. ScriptAuthor_2.BackgroundTransparency = 1
  1184. ScriptAuthor_2.Position = UDim2.new(0, 10, 0, 150)
  1185. ScriptAuthor_2.Size = UDim2.new(0, 280, 0, 30)
  1186. ScriptAuthor_2.Font = Enum.Font.SourceSansBold
  1187. ScriptAuthor_2.Text = "by ScriptAuthor"
  1188. ScriptAuthor_2.TextColor3 = Color3.fromRGB(192, 192, 192)
  1189. ScriptAuthor_2.TextSize = 14.000
  1190. ScriptAuthor_2.TextWrapped = true
  1191. ScriptAuthor_2.TextScaled = true
  1192. ScriptAuthor_2.TextXAlignment = Enum.TextXAlignment.Left
  1193.  
  1194. ScriptGame_2.Name = "ScriptGame"
  1195. ScriptGame_2.Parent = VerifiedScriptFrame
  1196. ScriptGame_2.BackgroundTransparency = 1
  1197. ScriptGame_2.Position = UDim2.new(0, 10, 0, 220)
  1198. ScriptGame_2.Size = UDim2.new(0, 280, 0, 30)
  1199. ScriptGame_2.Font = Enum.Font.Code
  1200. ScriptGame_2.Text = "Game"
  1201. ScriptGame_2.TextColor3 = Color3.fromRGB(192, 192, 192)
  1202. ScriptGame_2.TextSize = 14.000
  1203. ScriptGame_2.TextWrapped = true
  1204. ScriptGame_2.TextScaled = true
  1205. ScriptGame_2.TextXAlignment = Enum.TextXAlignment.Left
  1206.  
  1207. DescriptionScript.Name = "DescriptionScript"
  1208. DescriptionScript.Parent = MainFrame
  1209. DescriptionScript.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1210. DescriptionScript.Position = UDim2.new(-3.55, 0, -1.4, 0)
  1211. DescriptionScript.Size = UDim2.new(0, 855, 0, 400)
  1212. DescriptionScript.AutoButtonColor = false
  1213. DescriptionScript.BackgroundTransparency = 0.2
  1214. DescriptionScript.Font = Enum.Font.SourceSansBold
  1215. DescriptionScript.Text = "Description"
  1216. DescriptionScript.TextColor3 = Color3.fromRGB(255, 255, 255)
  1217. DescriptionScript.TextSize = 14.000
  1218. DescriptionScript.TextScaled = true
  1219. DescriptionScript.TextWrapped = true
  1220.  
  1221. DescriptionScriptUICorner.CornerRadius = UDim.new(0, 12)
  1222. DescriptionScriptUICorner.Parent = DescriptionScript
  1223.  
  1224. DescriptionScript.Visible = false
  1225.  
  1226. ReloadBackgroundButton.Name = "ReloadBackgroundButton"
  1227. ReloadBackgroundButton.Parent = MainFrame
  1228. ReloadBackgroundButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1229. ReloadBackgroundButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1230. ReloadBackgroundButton.Position = UDim2.new(-3.9, 0, 2.3, 0)
  1231. ReloadBackgroundButton.Size = UDim2.new(0, 46, 0, 46)
  1232.  
  1233. ReloadBackgroundButtonUICorner.CornerRadius = UDim.new(0, 15)
  1234. ReloadBackgroundButtonUICorner.Parent = ReloadBackgroundButton
  1235.  
  1236. ReloadButton.Name = "ReloadButton"
  1237. ReloadButton.Parent = ReloadBackgroundButton
  1238. ReloadButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1239. ReloadButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1240. ReloadButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  1241. ReloadButton.Size = UDim2.new(0, 41, 0, 41)
  1242. ReloadButton.Image = "rbxassetid://16422858330"
  1243. ReloadButton.AutoButtonColor = false
  1244.  
  1245. ReloadButtonUICorner.CornerRadius = UDim.new(0, 12)
  1246. ReloadButtonUICorner.Parent = ReloadButton
  1247.  
  1248. HistoryBackgroundButton.Name = "HistoryBackgroundButton"
  1249. HistoryBackgroundButton.Parent = MainFrame
  1250. HistoryBackgroundButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1251. HistoryBackgroundButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1252. HistoryBackgroundButton.Position = UDim2.new(-3.9, 0, 1.8, 0)
  1253. HistoryBackgroundButton.Size = UDim2.new(0, 46, 0, 46)
  1254.  
  1255. HistoryBackgroundButtonUICorner.CornerRadius = UDim.new(0, 15)
  1256. HistoryBackgroundButtonUICorner.Parent = HistoryBackgroundButton
  1257.  
  1258. HistoryButton.Name = "HistoryButton"
  1259. HistoryButton.Parent = HistoryBackgroundButton
  1260. HistoryButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1261. HistoryButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1262. HistoryButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  1263. HistoryButton.Size = UDim2.new(0, 41, 0, 41)
  1264. HistoryButton.Image = "rbxassetid://16428511381"
  1265. HistoryButton.AutoButtonColor = false
  1266.  
  1267. HistoryButtonUICorner.CornerRadius = UDim.new(0, 12)
  1268. HistoryButtonUICorner.Parent = HistoryButton
  1269.  
  1270. ClearAndSearchBackground.Name = "ClearAndSearchBackground"
  1271. ClearAndSearchBackground.Parent = MainFrame
  1272. ClearAndSearchBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1273. ClearAndSearchBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1274. ClearAndSearchBackground.Position = UDim2.new(-3.9, 0, -1.2, 0)
  1275. ClearAndSearchBackground.Size = UDim2.new(0, 46, 0, 46)
  1276.  
  1277. ClearAndSearchBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1278. ClearAndSearchBackgroundUICorner.Parent = ClearAndSearchBackground
  1279.  
  1280. ClearAndSearch.Name = "ClearAndSearch"
  1281. ClearAndSearch.Parent = ClearAndSearchBackground
  1282. ClearAndSearch.AnchorPoint = Vector2.new(0.5, 0.5)
  1283. ClearAndSearch.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1284. ClearAndSearch.Position = UDim2.new(0.5, 0, 0.5, 0)
  1285. ClearAndSearch.Size = UDim2.new(0, 41, 0, 41)
  1286. ClearAndSearch.Image = "rbxassetid://16449084806"
  1287. ClearAndSearch.AutoButtonColor = false
  1288.  
  1289. ClearAndSearchUICorner.CornerRadius = UDim.new(0, 12)
  1290. ClearAndSearchUICorner.Parent = ClearAndSearch
  1291.  
  1292. BackgroundConsole.Name = "BackgroundConsole"
  1293. BackgroundConsole.Parent = UIGui
  1294. BackgroundConsole.AnchorPoint = Vector2.new(0.5, 0.5)
  1295. BackgroundConsole.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1296. BackgroundConsole.Position = UDim2.new(0.525, 0, -1, 0)
  1297. BackgroundConsole.Size = UDim2.new(0, 860, 0, 405)
  1298.  
  1299. BackgroundConsoleUICorner.CornerRadius = UDim.new(0, 15)
  1300. BackgroundConsoleUICorner.Parent = BackgroundConsole
  1301.  
  1302. BackgroundImage.Name = "BackgroundImage"
  1303. BackgroundImage.Parent = BackgroundConsole
  1304. BackgroundImage.AnchorPoint = Vector2.new(0.5, 0.5)
  1305. BackgroundImage.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1306. BackgroundImage.Position = UDim2.new(0.5, 0, 0.5, 0)
  1307. BackgroundImage.Size = UDim2.new(0, 855, 0, 400)
  1308. BackgroundImage.Image = "rbxassetid://16068028120"
  1309.  
  1310. BackgroundImageUICorner.CornerRadius = UDim.new(0, 12)
  1311. BackgroundImageUICorner.Parent = BackgroundImage
  1312.  
  1313. ConsoleOutput.Name = "ConsoleOutput"
  1314. ConsoleOutput.Parent = BackgroundImage
  1315. ConsoleOutput.AnchorPoint = Vector2.new(0.5, 0.5)
  1316. ConsoleOutput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1317. ConsoleOutput.BackgroundTransparency = 0.2
  1318. ConsoleOutput.Position = UDim2.new(0.5, 0, 0.5, 0)
  1319. ConsoleOutput.Size = UDim2.new(0, 855, 0, 400)
  1320. ConsoleOutput.Text = "Notifications, warnings and script errors will be displayed here to simplify working with them."
  1321. ConsoleOutput.TextColor3 = Color3.fromRGB(255, 255, 255)
  1322. ConsoleOutput.TextScaled = false
  1323. ConsoleOutput.Font = Enum.Font.Code
  1324. ConsoleOutput.TextSize = 14
  1325. ConsoleOutput.TextWrapped = true
  1326. ConsoleOutput.TextXAlignment = Enum.TextXAlignment.Left
  1327. ConsoleOutput.TextYAlignment = Enum.TextYAlignment.Top
  1328.  
  1329. ConsoleOutputUICorner.CornerRadius = UDim.new(0, 12)
  1330. ConsoleOutputUICorner.Parent = ConsoleOutput
  1331.  
  1332. EditorBackground.Name = "EditorBackground"
  1333. EditorBackground.Parent = UIGui
  1334. EditorBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1335. EditorBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1336. EditorBackground.Position = UDim2.new(0.525, 0, -1, 0)
  1337. EditorBackground.Size = UDim2.new(0, 860, 0, 405)
  1338.  
  1339. EditorBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1340. EditorBackgroundUICorner.Parent = EditorBackground
  1341.  
  1342. EditorMainFrame.Name = "EditorMainFrame"
  1343. EditorMainFrame.Parent = EditorBackground
  1344. EditorMainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  1345. EditorMainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1346. EditorMainFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  1347. EditorMainFrame.Size = UDim2.new(0, 855, 0, 400)
  1348. EditorMainFrame.Image = "rbxassetid://16109043024"
  1349.  
  1350. EditorMainFrameUICorner.CornerRadius = UDim.new(0, 12)
  1351. EditorMainFrameUICorner.Parent = EditorMainFrame
  1352.  
  1353. EditorTextBox.Name = "EditorTextBox"
  1354. EditorTextBox.Parent = EditorMainFrame
  1355. EditorTextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1356. EditorTextBox.BackgroundTransparency = 0.2
  1357. EditorTextBox.Position = UDim2.new(0.02, 0, 0.04, 0)
  1358. EditorTextBox.Size = UDim2.new(0, 820, 0, 310)
  1359. EditorTextBox.ClearTextOnFocus = false
  1360. EditorTextBox.Font = Enum.Font.SourceSansBold
  1361. EditorTextBox.PlaceholderText = "print(\"Hello World\")"
  1362. EditorTextBox.Text = ""
  1363. EditorTextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1364. EditorTextBox.TextTransparency = 0
  1365. EditorTextBox.TextSize = 14.000
  1366. EditorTextBox.TextWrapped = true
  1367. EditorTextBox.TextXAlignment = Enum.TextXAlignment.Left
  1368. EditorTextBox.TextYAlignment = Enum.TextYAlignment.Top
  1369.  
  1370. EditorTextBoxUICorner.CornerRadius = UDim.new(0, 12)
  1371. EditorTextBoxUICorner.Parent = EditorTextBox
  1372.  
  1373. ExecuteButtonBackground_3.Name = "ExecuteButtonBackground_3"
  1374. ExecuteButtonBackground_3.Parent = EditorMainFrame
  1375. ExecuteButtonBackground_3.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1376. ExecuteButtonBackground_3.Position = UDim2.new(0.02, 0, 0.85, 0)
  1377. ExecuteButtonBackground_3.Size = UDim2.new(0, 195, 0, 55)
  1378.  
  1379. ExecuteButtonBackgroundUICorner_3.Parent = ExecuteButtonBackground_3
  1380. ExecuteButtonBackgroundUICorner_3.CornerRadius = UDim.new(0, 15)
  1381.  
  1382. ClearButtonBackground.Name = "ClearButtonBackground"
  1383. ClearButtonBackground.Parent = EditorMainFrame
  1384. ClearButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1385. ClearButtonBackground.Position = UDim2.new(0.75, 0, 0.85, 0)
  1386. ClearButtonBackground.Size = UDim2.new(0, 195, 0, 55)
  1387.  
  1388. ClearButtonBackgroundUICorner.Parent = ClearButtonBackground
  1389. ClearButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1390.  
  1391. SaveButtonBackground.Name = "SaveButtonBackground"
  1392. SaveButtonBackground.Parent = EditorMainFrame
  1393. SaveButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1394. SaveButtonBackground.Position = UDim2.new(0.506, 0, 0.85, 0)
  1395. SaveButtonBackground.Size = UDim2.new(0, 195, 0, 55)
  1396.  
  1397. SaveButtonBackgroundUICorner.Parent = SaveButtonBackground
  1398. SaveButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1399.  
  1400. CopyButtonBackground.Name = "CopyButtonBackground"
  1401. CopyButtonBackground.Parent = EditorMainFrame
  1402. CopyButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1403. CopyButtonBackground.Position = UDim2.new(0.264, 0, 0.85, 0)
  1404. CopyButtonBackground.Size = UDim2.new(0, 195, 0, 55)
  1405.  
  1406. CopyButtonBackgroundUICorner.Parent = CopyButtonBackground
  1407. CopyButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1408.  
  1409. ExecuteButton_3.Name = "ExecuteButton_3"
  1410. ExecuteButton_3.Parent = ExecuteButtonBackground_3
  1411. ExecuteButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1412. ExecuteButton_3.Position = UDim2.new(0.013, 0, 0.05, 0)
  1413. ExecuteButton_3.Size = UDim2.new(0, 190, 0, 50)
  1414. ExecuteButton_3.AutoButtonColor = false
  1415. ExecuteButton_3.Font = Enum.Font.SourceSansBold
  1416. ExecuteButton_3.Text = "Execute"
  1417. ExecuteButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1418. ExecuteButton_3.TextSize = 14.000
  1419. ExecuteButton_3.TextScaled = true
  1420. ExecuteButton_3.TextWrapped = true
  1421.  
  1422. ExecuteButtonUICorner_3.CornerRadius = UDim.new(0, 12)
  1423. ExecuteButtonUICorner_3.Parent = ExecuteButton_3
  1424.  
  1425. SaveButton.Name = "SaveButton"
  1426. SaveButton.Parent = SaveButtonBackground
  1427. SaveButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1428. SaveButton.Position = UDim2.new(0.013, 0, 0.05, 0)
  1429. SaveButton.Size = UDim2.new(0, 190, 0, 50)
  1430. SaveButton.AutoButtonColor = false
  1431. SaveButton.Font = Enum.Font.SourceSansBold
  1432. SaveButton.Text = "Save"
  1433. SaveButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1434. SaveButton.TextSize = 14.000
  1435. SaveButton.TextScaled = true
  1436. SaveButton.TextWrapped = true
  1437.  
  1438. SaveButtonUICorner.CornerRadius = UDim.new(0, 12)
  1439. SaveButtonUICorner.Parent = SaveButton
  1440.  
  1441. CopyButton.Name = "CopyButton"
  1442. CopyButton.Parent = CopyButtonBackground
  1443. CopyButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1444. CopyButton.Position = UDim2.new(0.013, 0, 0.05, 0)
  1445. CopyButton.Size = UDim2.new(0, 190, 0, 50)
  1446. CopyButton.AutoButtonColor = false
  1447. CopyButton.Font = Enum.Font.SourceSansBold
  1448. CopyButton.Text = "Copy"
  1449. CopyButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1450. CopyButton.TextSize = 14.000
  1451. CopyButton.TextScaled = true
  1452. CopyButton.TextWrapped = true
  1453.  
  1454. CopyButtonUICorner.CornerRadius = UDim.new(0, 12)
  1455. CopyButtonUICorner.Parent = CopyButton
  1456.  
  1457. ClearButton.Name = "ClearButton"
  1458. ClearButton.Parent = ClearButtonBackground
  1459. ClearButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1460. ClearButton.Position = UDim2.new(0.013, 0, 0.05, 0)
  1461. ClearButton.Size = UDim2.new(0, 190, 0, 50)
  1462. ClearButton.AutoButtonColor = false
  1463. ClearButton.Font = Enum.Font.SourceSansBold
  1464. ClearButton.Text = "Clear"
  1465. ClearButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1466. ClearButton.TextSize = 14.000
  1467. ClearButton.TextScaled = true
  1468. ClearButton.TextWrapped = true
  1469.  
  1470. ClearButtonUICorner.CornerRadius = UDim.new(0, 12)
  1471. ClearButtonUICorner.Parent = ClearButton
  1472.  
  1473. ClearButton_2Background.Name = "ClearButton_2Background"
  1474. ClearButton_2Background.Parent = BackgroundConsole
  1475. ClearButton_2Background.AnchorPoint = Vector2.new(0.5, 0.5)
  1476. ClearButton_2Background.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1477. ClearButton_2Background.Position = UDim2.new(-0.04, 0, 0.945, 0)
  1478. ClearButton_2Background.Size = UDim2.new(0, 46, 0, 46)
  1479.  
  1480. ClearButton_2BackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1481. ClearButton_2BackgroundUICorner.Parent = ClearButton_2Background
  1482.  
  1483. ClearButton_2.Name = "ClearButton_2"
  1484. ClearButton_2.Parent = ClearButton_2Background
  1485. ClearButton_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1486. ClearButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1487. ClearButton_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1488. ClearButton_2.Size = UDim2.new(0, 41, 0, 41)
  1489. ClearButton_2.Image = "rbxassetid://16477707611"
  1490. ClearButton_2.AutoButtonColor = false
  1491.  
  1492. ClearButton_2UICorner.CornerRadius = UDim.new(0, 12)
  1493. ClearButton_2UICorner.Parent = ClearButton_2
  1494.  
  1495. SondFrameBackground.Name = "SondFrameBackground"
  1496. SondFrameBackground.Parent = UIGui
  1497. SondFrameBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1498. SondFrameBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1499. SondFrameBackground.Position = UDim2.new(0.5, 0, -1, 0)
  1500. SondFrameBackground.Size = UDim2.new(0, 350, 0, 400)
  1501.  
  1502. SondFrameBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1503. SondFrameBackgroundUICorner.Parent = SondFrameBackground
  1504.  
  1505. SondFrame.Name = "SondFrame"
  1506. SondFrame.Parent = SondFrameBackground
  1507. SondFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  1508. SondFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1509. SondFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  1510. SondFrame.Size = UDim2.new(0, 345, 0, 395)
  1511. SondFrame.Image = "rbxassetid://16139850662"
  1512.  
  1513. SondFrameUICorner.CornerRadius = UDim.new(0, 15)
  1514. SondFrameUICorner.Parent = SondFrame
  1515.  
  1516. MainSondFrame.Name = "MainSondFrame"
  1517. MainSondFrame.Parent = SondFrame
  1518. MainSondFrame.BackgroundTransparency = 0.4
  1519. MainSondFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  1520. MainSondFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1521. MainSondFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  1522. MainSondFrame.Size = UDim2.new(0, 345, 0, 395)
  1523.  
  1524. MainSondFrameUICorner.CornerRadius = UDim.new(0, 15)
  1525. MainSondFrameUICorner.Parent = MainSondFrame
  1526.  
  1527. SoundTextBox.Name = "SoundTextBox"
  1528. SoundTextBox.Parent = MainSondFrame
  1529. SoundTextBox.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1530. SoundTextBox.BackgroundTransparency = 0.4
  1531. SoundTextBox.Position = UDim2.new(0.0055, 0, 0.01, 0)
  1532. SoundTextBox.Size = UDim2.new(0, 340, 0, 25)
  1533. SoundTextBox.ClearTextOnFocus = false
  1534. SoundTextBox.Font = Enum.Font.SourceSansBold
  1535. SoundTextBox.PlaceholderText = "Sound Id here"
  1536. SoundTextBox.Text = ""
  1537. SoundTextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1538. SoundTextBox.TextTransparency = 0
  1539. SoundTextBox.TextScaled = true
  1540. SoundTextBox.TextSize = 14.000
  1541. SoundTextBox.TextWrapped = true
  1542.  
  1543. SoundTextBoxUICorner.CornerRadius = UDim.new(0, 15)
  1544. SoundTextBoxUICorner.Parent = SoundTextBox
  1545.  
  1546. Stop_PlayButtonBackground.Name = "Stop_PlayButtonBackground"
  1547. Stop_PlayButtonBackground.Parent = MainSondFrame
  1548. Stop_PlayButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1549. Stop_PlayButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1550. Stop_PlayButtonBackground.Position = UDim2.new(0.5, 0, 0.5, 0)
  1551. Stop_PlayButtonBackground.Size = UDim2.new(0, 105, 0, 105)
  1552.  
  1553. Stop_PlayButtonBackgroundUICorner.CornerRadius = UDim.new(1, 0)
  1554. Stop_PlayButtonBackgroundUICorner.Parent = Stop_PlayButtonBackground
  1555.  
  1556. Stop_PlayButtonBackground_2.Name = "Stop_PlayButtonBackground_2"
  1557. Stop_PlayButtonBackground_2.Parent = Stop_PlayButtonBackground
  1558. Stop_PlayButtonBackground_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1559. Stop_PlayButtonBackground_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1560. Stop_PlayButtonBackground_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1561. Stop_PlayButtonBackground_2.Size = UDim2.new(0, 100, 0, 100)
  1562.  
  1563. Stop_PlayButtonBackgroundUICorner_2.CornerRadius = UDim.new(1, 0)
  1564. Stop_PlayButtonBackgroundUICorner_2.Parent = Stop_PlayButtonBackground_2
  1565.  
  1566. Stop_PlayButton.Name = "Stop_PlayButton"
  1567. Stop_PlayButton.Parent = Stop_PlayButtonBackground_2
  1568. Stop_PlayButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1569. Stop_PlayButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1570. Stop_PlayButton.Position = UDim2.new(0.6, 0, 0.5, 0)
  1571. Stop_PlayButton.Size = UDim2.new(0, 80, 0, 80)
  1572. Stop_PlayButton.BackgroundTransparency = 1
  1573. Stop_PlayButton.Image = "rbxassetid://16139639068"
  1574.  
  1575. AudioName.Name = "AudioName"
  1576. AudioName.Parent = MainSondFrame
  1577. AudioName.BackgroundTransparency = 1
  1578. AudioName.Position = UDim2.new(0.0055, 0, 0.1, 0)
  1579. AudioName.Size = UDim2.new(0, 340, 0, 25)
  1580. AudioName.Font = Enum.Font.SourceSansBold
  1581. AudioName.Text = ""
  1582. AudioName.TextColor3 = Color3.fromRGB(192, 192, 192)
  1583. AudioName.TextScaled = true
  1584. AudioName.TextSize = 14.000
  1585. AudioName.TextWrapped = true
  1586. AudioName.TextXAlignment = Enum.TextXAlignment.Left
  1587.  
  1588. SaveButtonBackground_2.Name = "SaveButtonBackground_2"
  1589. SaveButtonBackground_2.Parent = MainSondFrame
  1590. SaveButtonBackground_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1591. SaveButtonBackground_2.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1592. SaveButtonBackground_2.Position = UDim2.new(0.2, 0, 0.5, 0)
  1593. SaveButtonBackground_2.Size = UDim2.new(0, 55, 0, 55)
  1594.  
  1595. SaveButtonBackgroundUICorner_2.CornerRadius = UDim.new(1, 0)
  1596. SaveButtonBackgroundUICorner_2.Parent = SaveButtonBackground_2
  1597.  
  1598. SaveButton_2.Name = "SaveButton_2"
  1599. SaveButton_2.Parent = SaveButtonBackground_2
  1600. SaveButton_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1601. SaveButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1602. SaveButton_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1603. SaveButton_2.Size = UDim2.new(0, 50, 0, 50)
  1604. SaveButton_2.Image = "rbxassetid://16139574980"
  1605. SaveButton_2.AutoButtonColor = false
  1606.  
  1607. SaveButtonUICorner_2.CornerRadius = UDim.new(1, 0)
  1608. SaveButtonUICorner_2.Parent = SaveButton_2
  1609.  
  1610. PlaylistButtonBackground.Name = "PlaylistButtonBackground"
  1611. PlaylistButtonBackground.Parent = MainSondFrame
  1612. PlaylistButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1613. PlaylistButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1614. PlaylistButtonBackground.Position = UDim2.new(0.8, 0, 0.5, 0)
  1615. PlaylistButtonBackground.Size = UDim2.new(0, 55, 0, 55)
  1616.  
  1617. PlaylistButtonBackgroundUICorner.CornerRadius = UDim.new(1, 0)
  1618. PlaylistButtonBackgroundUICorner.Parent = PlaylistButtonBackground
  1619.  
  1620. PlaylistButtonBackground_2.Name = "PlaylistButtonBackground_2"
  1621. PlaylistButtonBackground_2.Parent = PlaylistButtonBackground
  1622. PlaylistButtonBackground_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1623. PlaylistButtonBackground_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1624. PlaylistButtonBackground_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1625. PlaylistButtonBackground_2.Size = UDim2.new(0, 50, 0, 50)
  1626.  
  1627. PlaylistButtonBackgroundUICorner_2.CornerRadius = UDim.new(1, 0)
  1628. PlaylistButtonBackgroundUICorner_2.Parent = PlaylistButtonBackground_2
  1629.  
  1630. PlaylistButton.Name = "PlaylistButton"
  1631. PlaylistButton.Parent = PlaylistButtonBackground_2
  1632. PlaylistButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1633. PlaylistButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1634. PlaylistButton.Position = UDim2.new(0.55, 0, 0.55, 0)
  1635. PlaylistButton.Size = UDim2.new(0, 40, 0, 40)
  1636. PlaylistButton.Image = "rbxassetid://16139588106"
  1637. PlaylistButton.BackgroundTransparency = 1
  1638.  
  1639. VolumeDownButtonBackground.Name = "VolumeDownButtonBackground"
  1640. VolumeDownButtonBackground.Parent = MainSondFrame
  1641. VolumeDownButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1642. VolumeDownButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1643. VolumeDownButtonBackground.Position = UDim2.new(0.1, 0, 0.9, 0)
  1644. VolumeDownButtonBackground.Size = UDim2.new(0, 50, 0, 35)
  1645.  
  1646. VolumeDownButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1647. VolumeDownButtonBackgroundUICorner.Parent = VolumeDownButtonBackground
  1648.  
  1649. VolumeUpButtonBackground.Name = "VolumeUpButtonBackground"
  1650. VolumeUpButtonBackground.Parent = MainSondFrame
  1651. VolumeUpButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  1652. VolumeUpButtonBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1653. VolumeUpButtonBackground.Position = UDim2.new(0.9, 0, 0.9, 0)
  1654. VolumeUpButtonBackground.Size = UDim2.new(0, 50, 0, 35)
  1655.  
  1656. VolumeUpButtonBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  1657. VolumeUpButtonBackgroundUICorner.Parent = VolumeUpButtonBackground
  1658.  
  1659. VolumeUpButton.Name = "VolumeUpButton"
  1660. VolumeUpButton.Parent = VolumeUpButtonBackground
  1661. VolumeUpButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1662. VolumeUpButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1663. VolumeUpButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  1664. VolumeUpButton.Size = UDim2.new(0, 46, 0, 32)
  1665. VolumeUpButton.Image = "rbxassetid://16164520143"
  1666. VolumeUpButton.AutoButtonColor = false
  1667.  
  1668. VolumeUpButtonUICorner.CornerRadius = UDim.new(0, 12)
  1669. VolumeUpButtonUICorner.Parent = VolumeUpButton
  1670.  
  1671. VolumeDownButton.Name = "VolumeDownButton"
  1672. VolumeDownButton.Parent = VolumeDownButtonBackground
  1673. VolumeDownButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1674. VolumeDownButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1675. VolumeDownButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  1676. VolumeDownButton.Size = UDim2.new(0, 46, 0, 32)
  1677. VolumeDownButton.Image = "rbxassetid://16164522333"
  1678. VolumeDownButton.AutoButtonColor = false
  1679.  
  1680. VolumeDownButtonUICorner.CornerRadius = UDim.new(0, 12)
  1681. VolumeDownButtonUICorner.Parent = VolumeDownButton
  1682.  
  1683. VolumeDownButton_2.Name = "VolumeDownButton_2"
  1684. VolumeDownButton_2.Parent = VolumeDownButtonBackground
  1685. VolumeDownButton_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1686. VolumeDownButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1687. VolumeDownButton_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1688. VolumeDownButton_2.Size = UDim2.new(0, 46, 0, 32)
  1689. VolumeDownButton_2.Image = "rbxassetid://16164522333"
  1690. VolumeDownButton_2.AutoButtonColor = false
  1691.  
  1692. VolumeDownButtonUICorner_2.CornerRadius = UDim.new(0, 12)
  1693. VolumeDownButtonUICorner_2.Parent = VolumeDownButton_2
  1694.  
  1695. VolumeUpButton_2.Name = "VolumeUpButton_2"
  1696. VolumeUpButton_2.Parent = VolumeUpButtonBackground
  1697. VolumeUpButton_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1698. VolumeUpButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1699. VolumeUpButton_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1700. VolumeUpButton_2.Size = UDim2.new(0, 46, 0, 32)
  1701. VolumeUpButton_2.Image = "rbxassetid://16164520143"
  1702. VolumeUpButton_2.AutoButtonColor = false
  1703.  
  1704. VolumeUpButtonUICorner_2.CornerRadius = UDim.new(0, 12)
  1705. VolumeUpButtonUICorner_2.Parent = VolumeUpButton_2
  1706.  
  1707. VolumeDownButton_2.Visible = false
  1708. VolumeUpButton_2.Visible = false
  1709.  
  1710. VolumeFrame.Name = "VolumeFrame"
  1711. VolumeFrame.Parent = MainSondFrame
  1712. VolumeFrame.Position = UDim2.new(0.2, 0, 0.895, 0)
  1713. VolumeFrame.Size = UDim2.new(0, 10, 0, 5)
  1714. VolumeFrame.BackgroundColor3 = Color3.new(255, 255, 255)
  1715.  
  1716. VolumeFrameUICorner.CornerRadius = UDim.new(1, 0)
  1717. VolumeFrameUICorner.Parent = VolumeFrame
  1718.  
  1719.  
  1720. function setHoverDef(from, to, obj)
  1721.     from = from or obj.Size
  1722.    
  1723.     obj.MouseEnter:Connect(function()
  1724.  
  1725.         TweenService:Create(obj, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1726.             Size = to
  1727. }):Play()
  1728.  
  1729.     end)
  1730.    
  1731.     obj.MouseLeave:Connect(function()
  1732.  
  1733.         TweenService:Create(obj, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1734.             Size = from
  1735.  }):Play()
  1736.  
  1737.     end)
  1738. end
  1739.  
  1740. setHoverDef(nil, UDim2.new(0, 40, 0, 40), HomeButton)
  1741. setHoverDef(nil, UDim2.new(0, 40, 0, 40), SearcherOpenUIButton)
  1742. setHoverDef(nil, UDim2.new(0, 40, 0, 40), ConsoleButton)
  1743. setHoverDef(nil, UDim2.new(0, 40, 0, 40), EditorButton)
  1744. setHoverDef(nil, UDim2.new(0, 36, 0, 36), MusicButton)
  1745. function createfolders(path)
  1746.  local pathtbl = string.split(path, "/")
  1747.  for i, v in pairs(pathtbl) do
  1748.   if i == 1 then
  1749.    if not isfolder(v) then
  1750.     makefolder(v)
  1751.    end
  1752.   else
  1753.    local newpath = pathtbl[1]
  1754.    for i2=2, i-1 do
  1755.     newpath = newpath.. "/" ..pathtbl[i2]
  1756.    end
  1757.    newpath = newpath.. "/" ..v
  1758.    if not isfolder(newpath) then
  1759.     makefolder(newpath)
  1760.    end
  1761.   end
  1762.  end
  1763. end
  1764.  
  1765. if not isfile("ECCS_V3/CoreSystem/Files/ECCSV3EDITOR.ECCS") and isfile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS") and isfile("ECCS_V3/CoreSystem/Files/ECCSV3SearchHistory.ECCS") and isfolder("ECCS_V3") then
  1766. delfolder("ECCS_V3")
  1767. end
  1768.  
  1769. createfolders("ECCS_V3/CoreSystem/Files")
  1770.  
  1771. if not isfile("ECCS_V3/CoreSystem/Files/ECCSV3EDITOR.ECCS") then
  1772. writefile("ECCS_V3/CoreSystem/Files/ECCSV3EDITOR.ECCS", ""..EditorTextBox.Text)
  1773. end
  1774.  
  1775. if not isfile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS") then
  1776. writefile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS", " ")
  1777. end
  1778.  
  1779. if not isfile("ECCS_V3/CoreSystem/Files/ECCSV3SearchHistory.ECCS") then
  1780. writefile("ECCS_V3/CoreSystem/Files/ECCSV3SearchHistory.ECCS", "")
  1781. end
  1782.  
  1783. ExecuteButton_3.MouseButton1Click:Connect(function()
  1784. loadstring(EditorTextBox.Text)()
  1785. end)
  1786.  
  1787. CopyButton.MouseButton1Click:Connect(function()
  1788. setclipboard(EditorTextBox.Text)
  1789. end)
  1790.  
  1791. EditorTextBox.FocusLost:Connect(function(enterPressed)
  1792. if enterPressed then
  1793. HoverButtons:Play()
  1794. loadstring(EditorTextBox.Text)()
  1795. end
  1796. end)
  1797.  
  1798. SaveButton.MouseButton1Click:Connect(function()
  1799. writefile("ECCS_V3/CoreSystem/Files/ECCSV3EDITOR.ECCS", ""..EditorTextBox.Text)
  1800. end)
  1801.  
  1802. ClearButton.MouseButton1Click:Connect(function()
  1803. EditorTextBox.Text = ""
  1804. end)
  1805.  
  1806. function setHoverColor(Out, to2, obj2)
  1807.     Out = Out or obj2.BackgroundColor3
  1808.    
  1809.     obj2.MouseEnter:Connect(function()
  1810.  
  1811.         TweenService:Create(obj2, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1812.             BackgroundColor3 = to2
  1813. }):Play()
  1814.  end)
  1815.    
  1816.     obj2.MouseLeave:Connect(function()
  1817.  
  1818.         TweenService:Create(obj2, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1819.             BackgroundColor3 = Out
  1820.  }):Play()
  1821.  end)
  1822. end
  1823.  
  1824. function setHoverColor_2(Out2, to3, obj3)
  1825.     Out2 = Out2 or obj3.BackgroundColor3
  1826.    
  1827.     obj3.MouseEnter:Connect(function()
  1828.  
  1829.         TweenService:Create(obj3, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1830.             BackgroundColor3 = to3
  1831. }):Play()
  1832.  
  1833.     end)
  1834.    
  1835.     obj3.MouseLeave:Connect(function()
  1836.  
  1837.         TweenService:Create(obj3, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1838.             BackgroundColor3 = Out2
  1839.  }):Play()
  1840.  
  1841.     end)
  1842. end
  1843.  
  1844. setHoverColor(nil, Color3.fromRGB(200, 200, 200), CoreSystemFrameBackground)
  1845. setHoverColor(nil, Color3.fromRGB(200, 200, 200), MessageBackgroundFrame)
  1846. setHoverColor(nil, Color3.fromRGB(200, 200, 200), GameFrameBackground)
  1847. setHoverColor(nil, Color3.fromRGB(200, 200, 200), PlayerIconBackground)
  1848. setHoverColor(nil, Color3.fromRGB(200, 200, 200), BackgroundConsole)
  1849. setHoverColor(nil, Color3.fromRGB(200, 200, 200), ExecuteButtonBackground_3)
  1850. setHoverColor(nil, Color3.fromRGB(200, 200, 200), ClearButtonBackground)
  1851. setHoverColor(nil, Color3.fromRGB(200, 200, 200), SaveButtonBackground)
  1852. setHoverColor(nil, Color3.fromRGB(200, 200, 200), CopyButtonBackground)
  1853. setHoverColor(nil, Color3.fromRGB(200, 200, 200), EditorBackground)
  1854. setHoverColor(nil, Color3.fromRGB(200, 200, 200), SondFrameBackground)
  1855. setHoverColor(nil, Color3.fromRGB(200, 200, 200), Stop_PlayButtonBackground)
  1856. setHoverColor(nil, Color3.fromRGB(200, 200, 200), SaveButtonBackground_2)
  1857. setHoverColor(nil, Color3.fromRGB(200, 200, 200), PlaylistButtonBackground)
  1858. setHoverColor(nil, Color3.fromRGB(200, 200, 200), VolumeDownButtonBackground)
  1859. setHoverColor(nil, Color3.fromRGB(200, 200, 200), VolumeUpButtonBackground)
  1860. setHoverColor_2(nil, Color3.fromRGB(200, 200, 200), ReloadBackgroundButton)
  1861. setHoverColor_2(nil, Color3.fromRGB(200, 200, 200), HistoryBackgroundButton)
  1862. setHoverColor_2(nil, Color3.fromRGB(200, 200, 200), ClearAndSearchBackground)
  1863. setHoverColor_2(nil, Color3.fromRGB(200, 200, 200), ClearButton_2Background)
  1864.  
  1865.  
  1866. Stop_PlayButtonBackground.MouseEnter:Connect(function()
  1867. HoverButtons:Play()
  1868. end)
  1869.  
  1870. ClearAndSearchBackground.MouseEnter:Connect(function()
  1871. HoverButtons:Play()
  1872. end)
  1873.  
  1874. SaveButtonBackground_2.MouseEnter:Connect(function()
  1875. HoverButtons:Play()
  1876. end)
  1877.  
  1878. PlaylistButtonBackground.MouseEnter:Connect(function()
  1879. HoverButtons:Play()
  1880. end)
  1881.  
  1882. VolumeDownButtonBackground.MouseEnter:Connect(function()
  1883. HoverButtons:Play()
  1884. end)
  1885.  
  1886. VolumeUpButtonBackground.MouseEnter:Connect(function()
  1887. HoverButtons:Play()
  1888. end)
  1889.  
  1890. GameFrameBackground.MouseEnter:Connect(function()
  1891. HoverButtons:Play()
  1892. end)
  1893.  
  1894. PlayerIconBackground.MouseEnter:Connect(function()
  1895. HoverButtons:Play()
  1896. end)
  1897.  
  1898. game:GetService("LogService").MessageOut:Connect(
  1899. function(Message)
  1900.     repeat
  1901.         wait()
  1902.     until Message
  1903.     logTable[#logTable + 1] = Message
  1904.     ConsoleOutput.Text = (table.concat(logTable, "\n"))
  1905.     for i, v in pairs(logTable) do
  1906.         if i == 30 then
  1907.             table.remove(logTable, 1)
  1908.         end
  1909.     end
  1910. end
  1911. )
  1912.  
  1913. function setHoverSysSize(Out2, to23, obj23)
  1914.     Out2 = Out2 or obj23.Size
  1915.    
  1916.     obj23.MouseEnter:Connect(function()
  1917.  
  1918.         TweenService:Create(obj23, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1919.             Size = to23
  1920. }):Play()
  1921.  
  1922.     end)
  1923.    
  1924.     obj23.MouseLeave:Connect(function()
  1925.  
  1926.         TweenService:Create(obj23, TweenInfo.new(0.2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {
  1927.             Size = Out2
  1928.  }):Play()
  1929.  
  1930.     end)
  1931. end
  1932.  
  1933. setHoverSysSize(nil, UDim2.new(0, 303, 0, 63), MessageBackgroundFrame)
  1934. setHoverSysSize(nil, UDim2.new(0, 55.7, 0, 225), CoreSystemFrameBackground)
  1935.  
  1936.  
  1937.  
  1938. local getfakeasset = getcustomasset or getsynasset
  1939.  
  1940. local HttpService = game:GetService("HttpService")
  1941. local TweenService = game:GetService("TweenService")
  1942. local TextService = game:GetService("TextService")
  1943.  
  1944.  
  1945.  
  1946. local page = 1
  1947. local gquery = ""
  1948.  
  1949. function tableConcat(t1,t2)
  1950.     for i, v in pairs(t2) do
  1951.         table.insert(t1, v)
  1952.     end
  1953.     return t1
  1954. end
  1955.  
  1956.  
  1957. ScriptListFrame.AutomaticCanvasSize = Enum.AutomaticSize.Y
  1958.  
  1959. ScriptListFrame.ScrollBarImageColor3 = Color3.fromRGB(0, 0, 0)
  1960.  
  1961.  
  1962. local VerifiedScript = VerifiedScriptFrame:Clone()
  1963. local Script = ScriptFrame:Clone()
  1964. ScriptFrame:Destroy()
  1965. VerifiedScriptFrame:Destroy()
  1966.  
  1967.  
  1968.  
  1969. function _if(a, b, c)
  1970.     if a then return b else return c end
  1971. end
  1972.  
  1973. function fastmodeExec(func)
  1974.     if getgenv().fastmode == true then
  1975.         task.spawn(func)
  1976.     else
  1977.         func()
  1978.     end
  1979. end
  1980.  
  1981. function fetchScripts(query, page)
  1982.     page = page or 1
  1983.     query = HttpService:UrlEncode(query)
  1984.    
  1985.     local url = _if(query == "", "https://www.scriptblox.com/api/script/fetch?page="..tostring(page), "https://scriptblox.com/api/script/search?q="..query.."&max=100&mode=free&page=".. tostring(page))
  1986.     local req = HttpService:JSONDecode(game:HttpGetAsync(url)).result
  1987.    
  1988.     return req.scripts
  1989. end
  1990.  
  1991. function fixScript(scriptObj)
  1992.  
  1993.             local req = HttpService:JSONDecode(game:HttpGetAsync("https://www.scriptblox.com/api/script/".. scriptObj.slug)).script
  1994.             scriptObj["script"] = _if(scriptObj["script"], scriptObj["script"], req.script)
  1995.             scriptObj["features"] = _if(scriptObj["features"], scriptObj["features"], req.features)
  1996.             scriptObj["owner"] = _if(scriptObj["owner"], scriptObj["owner"], req.owner)
  1997.            
  1998.  
  1999.     return scriptObj
  2000. end
  2001.  
  2002.  
  2003.  
  2004. function refreshScripts(scriptTbl)
  2005.     if #scriptTbl <= 0 then
  2006.         SearchBox.Text = ""
  2007.       SearchBox.PlaceholderText = "No script founded"
  2008. wait(1)
  2009. SearchBox.PlaceholderText = "Tap to search"
  2010.         return
  2011.     else
  2012.         SearchBox.PlaceholderText = "Tap to search"
  2013.     end
  2014.    
  2015.     local UIGridLayoutCopy = UIGridLayout:Clone()
  2016.     Scripts:ClearAllChildren()
  2017.     UIGridLayoutCopy.Parent = Scripts
  2018.    
  2019.     addScripts(scriptTbl)
  2020. end
  2021.  
  2022. function addScripts(scriptTbl)
  2023.     for i, v in pairs(scriptTbl) do
  2024.         fastmodeExec(function()
  2025.             local newScript
  2026.  
  2027.             v = fixScript(v)
  2028.  
  2029.             if v.verified == true then
  2030.                 newScript = VerifiedScript:Clone()
  2031.                 newScript.ScriptTitle.Text = v.title
  2032.                 newScript.ScriptAuthor.Text = "by ".. v.owner.username
  2033.                 newScript.ScriptGame.Text = v.game.name
  2034.                 newScript.Parent = Scripts
  2035.             else
  2036.                 newScript = Script:Clone()
  2037.                 newScript.ScriptTitle.Text = v.title
  2038.                 newScript.ScriptAuthor.Text = "by ".. v.owner.username
  2039.                 newScript.ScriptGame.Text = v.game.name
  2040.                 newScript.Parent = Scripts
  2041.             end
  2042.  
  2043.             newScript.ExecuteButton.MouseButton1Click:Connect(function()
  2044.  
  2045.                 loadstring(v.script)()
  2046.             end)
  2047.  
  2048.             newScript.CopyLinkButton.MouseButton1Click:Connect(function()
  2049.             setclipboard("https://scriptblox.com/script/".. v.slug)
  2050. end)
  2051.  
  2052.  
  2053. setHoverColor(nil, Color3.fromRGB(200, 200, 200), newScript.ExecuteButtonBackground)
  2054. setHoverColor(nil, Color3.fromRGB(200, 200, 200), newScript.CopyLinkButtonBackground)
  2055. setHoverColor(nil, Color3.fromRGB(200, 200, 200), newScript.CopyScriptBackground)
  2056. setHoverColor(nil, Color3.fromRGB(200, 200, 200), newScript.OpenDescriptionBackground)
  2057.  
  2058. newScript.ExecuteButtonBackground.MouseEnter:Connect(function()
  2059. HoverButtons:Play()
  2060. end)
  2061.  
  2062. newScript.CopyLinkButtonBackground.MouseEnter:Connect(function()
  2063. HoverButtons:Play()
  2064. end)
  2065.  
  2066. newScript.CopyScriptBackground.MouseEnter:Connect(function()
  2067. HoverButtons:Play()
  2068. end)
  2069.  
  2070. newScript.OpenDescriptionBackground.MouseEnter:Connect(function()
  2071. HoverButtons:Play()
  2072. end)
  2073.  
  2074. newScript.CopyScriptButton.MouseButton1Click:Connect(function()
  2075. setclipboard(v.script)
  2076. end)
  2077.  
  2078. newScript.OpenDescriptionButton.MouseButton1Click:Connect(function()
  2079. DescriptionScript.Visible = true
  2080. DescriptionScript.Text = v.features
  2081. ScriptListFrame.Visible = false
  2082. end)
  2083.  
  2084.  
  2085. end)
  2086. end
  2087.  
  2088.    
  2089.     pagefetchrunning = false
  2090. end
  2091.  
  2092. DescriptionScript.MouseButton1Click:Connect(function()
  2093. DescriptionScript.Visible = false
  2094. ScriptListFrame.Visible = true
  2095. CloseDescriptionSound:Play()
  2096. end)
  2097.  
  2098. BackgroundConsole.MouseEnter:Connect(function()
  2099. HoverButtons:Play()
  2100. end)
  2101.  
  2102.  
  2103. ExecuteButtonBackground_3.MouseEnter:Connect(function()
  2104. HoverButtons:Play()
  2105. end)
  2106.  
  2107. ExecuteButtonBackground.MouseEnter:Connect(function()
  2108. HoverButtons:Play()
  2109. end)
  2110.  
  2111. ClearButtonBackground.MouseEnter:Connect(function()
  2112. HoverButtons:Play()
  2113. end)
  2114.  
  2115. SaveButtonBackground.MouseEnter:Connect(function()
  2116. HoverButtons:Play()
  2117. end)
  2118.  
  2119.  
  2120. CopyButtonBackground.MouseEnter:Connect(function()
  2121. HoverButtons:Play()
  2122. end)
  2123.  
  2124.  
  2125. SearchBox.FocusLost:Connect(function(enterPressed)
  2126.     if enterPressed then
  2127. DescriptionScript.Visible = false
  2128. ScriptListFrame.Visible = true
  2129.         gquery = SearchBox.Text
  2130.         page = 1
  2131.         local scriptsTbl = fetchScripts(SearchBox.Text, 1)
  2132.         refreshScripts(scriptsTbl)
  2133.    writefile("ECCS_V3/CoreSystem/Files/ECCSV3SearchHistory.ECCS", ""..SearchBox.Text)
  2134.     end
  2135. end)
  2136.  
  2137. ReloadButton.MouseButton1Click:Connect(function()
  2138. DescriptionScript.Visible = false
  2139. ScriptListFrame.Visible = true
  2140.         gquery = SearchBox.Text
  2141.         page = 1
  2142.         local scriptsTbl = fetchScripts(SearchBox.Text, 1)
  2143.         refreshScripts(scriptsTbl)
  2144. end)
  2145.  
  2146. ReloadButton.MouseEnter:Connect(function()
  2147.   HoverButtons:Play()
  2148.  end)
  2149. HistoryButton.MouseEnter:Connect(function()
  2150.   HoverButtons:Play()
  2151.  end)
  2152.  
  2153. ClearButton_2.MouseButton1Click:Connect(function()
  2154. ConsoleOutput.Text = "Notifications, warnings and script errors will be displayed here to simplify working with them."
  2155. end)
  2156.  
  2157. ClearButton_2.MouseEnter:Connect(function()
  2158.   HoverButtons:Play()
  2159.  end)
  2160.  
  2161. HistoryButton.MouseButton1Click:Connect(function()
  2162. local ReadECCSV3History = readfile("ECCS_V3/CoreSystem/Files/ECCSV3SearchHistory.ECCS")
  2163. SearchBox.Text = ""..ReadECCSV3History
  2164. DescriptionScript.Visible = false
  2165. ScriptListFrame.Visible = true
  2166.         gquery = SearchBox.Text
  2167.         page = 1
  2168.         local scriptsTbl = fetchScripts(SearchBox.Text, 1)
  2169.         refreshScripts(scriptsTbl)
  2170. end)
  2171.  
  2172. SearchBox.FocusLost:Connect(function(enterPressed)
  2173. if enterPressed then
  2174. HoverButtons:Play()
  2175. end
  2176. end)
  2177.  
  2178.  
  2179. VolumeUpButton.MouseButton1Click:Connect(function()
  2180. Volume = Volume + 0.5
  2181. end)
  2182.  
  2183. VolumeDownButton.MouseButton1Click:Connect(function()
  2184. Volume = Volume - 0.5
  2185. end)
  2186.  
  2187. SaveButton_2.MouseButton1Click:Connect(function()
  2188. if Stop_PlayButton.Image == "rbxassetid://16139639068" and SoundTextBox.Text == "" then
  2189. SoundTextBox.PlaceholderText = "Enter Id here"
  2190. wait(1)
  2191. SoundTextBox.PlaceholderText = "Sound Id here"
  2192. else
  2193. SoundTextBox.PlaceholderText = "Sound Id here"
  2194. if SaveButton_2.Image == "rbxassetid://16139574980" then
  2195. SaveButton_2.Image = "rbxassetid://16139703752"
  2196. writefile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS", ""..SoundTextBox.Text)
  2197. else
  2198. if SaveButton_2.Image == "rbxassetid://16139703752" then
  2199. SaveButton_2.Image = "rbxassetid://16139574980"
  2200. writefile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS", " ")
  2201. end
  2202. end
  2203. end
  2204. end)
  2205.  
  2206. PlaylistButton.MouseButton1Click:Connect(function()
  2207. local ReadECCSV3_2 = readfile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS")
  2208. SoundTextBox.Text = ReadECCSV3_2
  2209. if SoundTextBox.Text == " " then
  2210. SoundTextBox.Text = ""
  2211. end
  2212. end)
  2213.  
  2214. ClearAndSearch.MouseButton1Click:Connect(function()
  2215. SearchBox.Text = ""
  2216. SearchBox:CaptureFocus()
  2217. end)
  2218.  
  2219. Stop_PlayButton.MouseButton1Click:Connect(function()
  2220. if Stop_PlayButton.Image == "rbxassetid://16139639068" and SoundTextBox.Text == "" then
  2221. SoundTextBox.PlaceholderText = "Enter Id here"
  2222. wait(1)
  2223. SoundTextBox.PlaceholderText = "Sound Id here"
  2224. else
  2225. SoundTextBox.PlaceholderText = "Sound Id here"
  2226. if Stop_PlayButton.Image == "rbxassetid://16139639068" then
  2227. Stop_PlayButton.Image = "rbxassetid://16139637058"
  2228. Stop_PlayButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  2229. Audio = game:GetService("MarketplaceService"):GetProductInfo(SoundTextBox.Text)
  2230. AudioName.Text = Audio.Name
  2231. CoreSound.SoundId = "rbxassetid://"..SoundTextBox.Text
  2232. CoreSound:Play()
  2233. else
  2234. if Stop_PlayButton.Image == "rbxassetid://16139637058" then
  2235. Stop_PlayButton.Image = "rbxassetid://16139639068"
  2236. Stop_PlayButton.Position = UDim2.new(0.6, 0, 0.5, 0)
  2237. CoreSound:Stop()
  2238. end
  2239. end
  2240. end
  2241. end)
  2242.  
  2243. SoundTextBox.FocusLost:Connect(function(enterPressed)
  2244. if enterPressed then
  2245. if Stop_PlayButton.Image == "rbxassetid://16139639068" and SoundTextBox.Text == "" then
  2246. SoundTextBox.PlaceholderText = "Enter Id here"
  2247. wait(1)
  2248. SoundTextBox.PlaceholderText = "Sound Id here"
  2249. else
  2250. SoundTextBox.PlaceholderText = "Sound Id here"
  2251. if Stop_PlayButton.Image == "rbxassetid://16139639068" then
  2252. Stop_PlayButton.Image = "rbxassetid://16139637058"
  2253. Stop_PlayButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  2254. Audio = game:GetService("MarketplaceService"):GetProductInfo(SoundTextBox.Text)
  2255. AudioName.Text = Audio.Name
  2256. CoreSound.SoundId = "rbxassetid://"..SoundTextBox.Text
  2257. CoreSound:Play()
  2258. else
  2259. if Stop_PlayButton.Image == "rbxassetid://16139637058" then
  2260. Stop_PlayButton.Image = "rbxassetid://16139639068"
  2261. Stop_PlayButton.Position = UDim2.new(0.6, 0, 0.5, 0)
  2262. CoreSound:Stop()
  2263. end
  2264. end
  2265. end
  2266. end
  2267. end)
  2268.  
  2269. spawn(function()
  2270. repeat
  2271. wait()
  2272. local ReadECCSV3_2 = readfile("ECCS_V3/CoreSystem/Files/ECCSV3Player.ECCS")
  2273. if SoundTextBox.Text == ReadECCSV3_2 then
  2274. SaveButton_2.Image = "rbxassetid://16139703752"
  2275. else
  2276. if SoundTextBox.Text ~= ReadECCSV3_2 then
  2277. SaveButton_2.Image = "rbxassetid://16139574980"
  2278. end
  2279. if SoundTextBox.Text == "" then
  2280. SaveButton_2.Image = "rbxassetid://16139574980"
  2281. Stop_PlayButton.Image = "rbxassetid://16139639068"
  2282. Stop_PlayButton.Position = UDim2.new(0.6, 0, 0.5, 0)
  2283. CoreSound:Stop()
  2284. AudioName.Text = ""
  2285. end
  2286. end
  2287. until
  2288. SaveButton_2 == nil
  2289. end)
  2290.  
  2291. spawn(function()
  2292. repeat
  2293. wait()
  2294. CoreSound.Volume = Volume
  2295. if Volume == 0 then
  2296. VolumeFrame:TweenSize(UDim2.new(0, 0, 0, 5), "Out", "Linear", 0.5)
  2297. VolumeUpButton.Visible = true
  2298. VolumeDownButton.Visible = false
  2299. VolumeDownButton_2.Visible = true
  2300. VolumeUpButton_2.Visible = false
  2301. else
  2302. if Volume == 0.5 then
  2303. VolumeFrame:TweenSize(UDim2.new(0, 55, 0, 5), "Out", "Linear", 0.5)
  2304. VolumeUpButton.Visible = true
  2305. VolumeDownButton.Visible = true
  2306. VolumeDownButton_2.Visible = false
  2307. VolumeUpButton_2.Visible = false
  2308. else
  2309. if Volume == 1 then
  2310. VolumeFrame:TweenSize(UDim2.new(0, 105, 0, 5), "Out", "Linear", 0.5)
  2311. VolumeUpButton.Visible = true
  2312. VolumeDownButton.Visible = true
  2313. VolumeDownButton_2.Visible = false
  2314. VolumeUpButton_2.Visible = false
  2315. else
  2316. if Volume == 1.5 then
  2317. VolumeFrame:TweenSize(UDim2.new(0, 155, 0, 5), "Out", "Linear", 0.5)
  2318. VolumeUpButton.Visible = true
  2319. VolumeDownButton.Visible = true
  2320. VolumeDownButton_2.Visible = false
  2321. VolumeUpButton_2.Visible = false
  2322. else
  2323. if Volume == 2 then
  2324. VolumeFrame:TweenSize(UDim2.new(0, 205, 0, 5), "Out", "Linear", 0.5)
  2325. VolumeUpButton.Visible = false
  2326. VolumeDownButton.Visible = true
  2327. VolumeUpButton_2.Visible = true
  2328. VolumeDownButton_2.Visible = false
  2329. end
  2330. end
  2331. end
  2332. end
  2333. end
  2334. until
  2335. SaveButton_2 == nil
  2336. end)
  2337.  
  2338. refreshScripts(fetchScripts(gquery, 1))
  2339.  
  2340. ScriptListFrame:GetPropertyChangedSignal("CanvasPosition"):Connect(function()
  2341.     if (ScriptListFrame.CanvasPosition.Y + ScriptListFrame.AbsoluteSize.Y) >= ScriptListFrame.AbsoluteCanvasSize.Y -200 and not pagefetchrunning then
  2342.         page = page + 1
  2343.         pagefetchrunning = true
  2344.         addScripts(fetchScripts(gquery, page))
  2345.     end
  2346. end)
  2347.  
  2348. local ReadECCSV3 = readfile("ECCS_V3/CoreSystem/Files/ECCSV3EDITOR.ECCS")
  2349. EditorTextBox.Text = ""..ReadECCSV3
  2350. PlayerIcon.Image = "https://www.roblox.com/headshot-thumbnail/image?userId=".. game.Players.LocalPlayer.UserId .."&width=999&height=999&format=png"
  2351. WelcomeLabel.Text = "Welcome Home, "..game.Players.LocalPlayer.DisplayName
  2352. MessageBackgroundFrame:TweenPosition(UDim2.new(0.5, 0, 0.9, 0),"InOut","Sine",0.8)
  2353. StartUpSound:Play()
  2354.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement