Advertisement
ERROR_CODE

ECCS V3

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