Advertisement
creepstu

Audacity (Not Done) [roblox script]

Apr 9th, 2023 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 27.42 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextButton_2 = Instance.new("TextButton")
  5. local TextButton_3 = Instance.new("TextButton")
  6. local TextButton_4 = Instance.new("TextButton")
  7. local TextButton_5 = Instance.new("TextButton")
  8. local TextButton_6 = Instance.new("TextButton")
  9. local TextButton_7 = Instance.new("TextButton")
  10. local TextButton_8 = Instance.new("TextButton")
  11. local TextButton_9 = Instance.new("TextButton")
  12. local TextButton_10 = Instance.new("TextButton")
  13. local TextButton_11 = Instance.new("TextButton")
  14. local Help = Instance.new("Frame")
  15. local Header = Instance.new("Frame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local ImageLabel = Instance.new("ImageLabel")
  18. local TextButton_12 = Instance.new("TextButton")
  19. local ImageLabel_2 = Instance.new("ImageLabel")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local Frame_2 = Instance.new("Frame")
  22. local ImageLabel_3 = Instance.new("ImageLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local TextButton_13 = Instance.new("TextButton")
  25. local TextButton_14 = Instance.new("TextButton")
  26. local TextButton_15 = Instance.new("TextButton")
  27. local ImageLabel_4 = Instance.new("ImageLabel")
  28. local ImageLabel_5 = Instance.new("ImageLabel")
  29. local ImageLabel_6 = Instance.new("ImageLabel")
  30. local Frame_3 = Instance.new("Frame")
  31. local ImageButton = Instance.new("ImageButton")
  32. local Frame_4 = Instance.new("Frame")
  33. local ImageButton_2 = Instance.new("ImageButton")
  34. local UICorner = Instance.new("UICorner")
  35. local ImageLabel_7 = Instance.new("ImageLabel")
  36. local ImageButton_3 = Instance.new("ImageButton")
  37. local UICorner_2 = Instance.new("UICorner")
  38. local ImageLabel_8 = Instance.new("ImageLabel")
  39. local ImageButton_4 = Instance.new("ImageButton")
  40. local UICorner_3 = Instance.new("UICorner")
  41. local ImageLabel_9 = Instance.new("ImageLabel")
  42. local ImageButton_5 = Instance.new("ImageButton")
  43. local UICorner_4 = Instance.new("UICorner")
  44. local ImageLabel_10 = Instance.new("ImageLabel")
  45. local ImageButton_6 = Instance.new("ImageButton")
  46. local UICorner_5 = Instance.new("UICorner")
  47. local ImageLabel_11 = Instance.new("ImageLabel")
  48. local ImageButton_7 = Instance.new("ImageButton")
  49. local UICorner_6 = Instance.new("UICorner")
  50. local ImageLabel_12 = Instance.new("ImageLabel")
  51. local ImageButton_8 = Instance.new("ImageButton")
  52. local UICorner_7 = Instance.new("UICorner")
  53. local ImageLabel_13 = Instance.new("ImageLabel")
  54. local Frame_5 = Instance.new("Frame")
  55. local ImageButton_9 = Instance.new("ImageButton")
  56. local UICorner_8 = Instance.new("UICorner")
  57. local ImageLabel_14 = Instance.new("ImageLabel")
  58. local ImageButton_10 = Instance.new("ImageButton")
  59. local UICorner_9 = Instance.new("UICorner")
  60. local ImageLabel_15 = Instance.new("ImageLabel")
  61. local ImageButton_11 = Instance.new("ImageButton")
  62. local ImageButton_12 = Instance.new("ImageButton")
  63. local Fileinner = Instance.new("Frame")
  64. local New = Instance.new("TextButton")
  65. local Warning = Instance.new("Frame")
  66. local Header_2 = Instance.new("Frame")
  67. local TextLabel_4 = Instance.new("TextLabel")
  68. local ImageLabel_16 = Instance.new("ImageLabel")
  69. local TextButton_16 = Instance.new("TextButton")
  70. local ImageLabel_17 = Instance.new("ImageLabel")
  71. local TextLabel_5 = Instance.new("TextLabel")
  72. local UIListLayout = Instance.new("UIListLayout")
  73. local Open = Instance.new("TextButton")
  74. local RecentFiles = Instance.new("TextButton")
  75. local Close = Instance.new("TextButton")
  76.  
  77. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  78. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  79. ScreenGui.ResetOnSpawn = false
  80.  
  81. Frame.Parent = ScreenGui
  82. Frame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  83. Frame.BorderSizePixel = 0
  84. Frame.Size = UDim2.new(1, 0, 1, 0)
  85.  
  86. TextButton.Parent = Frame
  87. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. TextButton.BorderSizePixel = 0
  89. TextButton.Position = UDim2.new(0, 0, 0.038566038, 0)
  90. TextButton.Size = UDim2.new(0, 30, 0, 20)
  91. TextButton.Font = Enum.Font.SourceSans
  92. TextButton.Text = "File"
  93. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. TextButton.TextSize = 14.000
  95. TextButton.TextWrapped = true
  96.  
  97. TextButton_2.Parent = Frame
  98. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. TextButton_2.BorderSizePixel = 0
  100. TextButton_2.Position = UDim2.new(0.037128713, 0, 0.0377358496, 0)
  101. TextButton_2.Size = UDim2.new(0, 30, 0, 20)
  102. TextButton_2.Font = Enum.Font.SourceSans
  103. TextButton_2.Text = "Edit"
  104. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. TextButton_2.TextSize = 14.000
  106. TextButton_2.TextWrapped = true
  107.  
  108. TextButton_3.Parent = Frame
  109. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. TextButton_3.BorderSizePixel = 0
  111. TextButton_3.Position = UDim2.new(0.123762384, 0, 0.0377358496, 0)
  112. TextButton_3.Size = UDim2.new(0, 40, 0, 20)
  113. TextButton_3.Font = Enum.Font.SourceSans
  114. TextButton_3.Text = "View"
  115. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. TextButton_3.TextSize = 14.000
  117. TextButton_3.TextWrapped = true
  118.  
  119. TextButton_4.Parent = Frame
  120. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. TextButton_4.BorderSizePixel = 0
  122. TextButton_4.Position = UDim2.new(0.074257426, 0, 0.0377358496, 0)
  123. TextButton_4.Size = UDim2.new(0, 40, 0, 20)
  124. TextButton_4.Font = Enum.Font.SourceSans
  125. TextButton_4.Text = "Select"
  126. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. TextButton_4.TextSize = 14.000
  128. TextButton_4.TextWrapped = true
  129.  
  130. TextButton_5.Parent = Frame
  131. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. TextButton_5.BorderSizePixel = 0
  133. TextButton_5.Position = UDim2.new(0.247524753, 0, 0.0377358496, 0)
  134. TextButton_5.Size = UDim2.new(0, 40, 0, 20)
  135. TextButton_5.Font = Enum.Font.SourceSans
  136. TextButton_5.Text = "Tracks"
  137. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. TextButton_5.TextSize = 14.000
  139. TextButton_5.TextWrapped = true
  140.  
  141. TextButton_6.Parent = Frame
  142. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. TextButton_6.BorderSizePixel = 0
  144. TextButton_6.Position = UDim2.new(0.17326732, 0, 0.0377358496, 0)
  145. TextButton_6.Size = UDim2.new(0, 60, 0, 20)
  146. TextButton_6.Font = Enum.Font.SourceSans
  147. TextButton_6.Text = "Transport"
  148. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. TextButton_6.TextSize = 14.000
  150. TextButton_6.TextWrapped = true
  151.  
  152. TextButton_7.Parent = Frame
  153. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. TextButton_7.BorderSizePixel = 0
  155. TextButton_7.Position = UDim2.new(0.371287078, 0, 0.0377358496, 0)
  156. TextButton_7.Size = UDim2.new(0, 40, 0, 20)
  157. TextButton_7.Font = Enum.Font.SourceSans
  158. TextButton_7.Text = "Effect"
  159. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. TextButton_7.TextSize = 14.000
  161. TextButton_7.TextWrapped = true
  162.  
  163. TextButton_8.Parent = Frame
  164. TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. TextButton_8.BorderSizePixel = 0
  166. TextButton_8.Position = UDim2.new(0.297029674, 0, 0.0377358496, 0)
  167. TextButton_8.Size = UDim2.new(0, 60, 0, 20)
  168. TextButton_8.Font = Enum.Font.SourceSans
  169. TextButton_8.Text = "Generate"
  170. TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  171. TextButton_8.TextSize = 14.000
  172. TextButton_8.TextWrapped = true
  173.  
  174. TextButton_9.Parent = Frame
  175. TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. TextButton_9.BorderSizePixel = 0
  177. TextButton_9.Position = UDim2.new(0.481435657, 0, 0.0377358496, 0)
  178. TextButton_9.Size = UDim2.new(0, 40, 0, 20)
  179. TextButton_9.Font = Enum.Font.SourceSans
  180. TextButton_9.Text = "Tools"
  181. TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  182. TextButton_9.TextSize = 14.000
  183. TextButton_9.TextWrapped = true
  184.  
  185. TextButton_10.Parent = Frame
  186. TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. TextButton_10.BorderSizePixel = 0
  188. TextButton_10.Position = UDim2.new(0.420792043, 0, 0.0377358496, 0)
  189. TextButton_10.Size = UDim2.new(0, 50, 0, 20)
  190. TextButton_10.Font = Enum.Font.SourceSans
  191. TextButton_10.Text = "Analyze"
  192. TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  193. TextButton_10.TextSize = 14.000
  194. TextButton_10.TextWrapped = true
  195.  
  196. TextButton_11.Parent = Frame
  197. TextButton_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  198. TextButton_11.BorderSizePixel = 0
  199. TextButton_11.Position = UDim2.new(0.530940592, 0, 0.0377358496, 0)
  200. TextButton_11.Size = UDim2.new(0, 30, 0, 20)
  201. TextButton_11.Font = Enum.Font.SourceSans
  202. TextButton_11.Text = "Help"
  203. TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. TextButton_11.TextSize = 14.000
  205. TextButton_11.TextWrapped = true
  206.  
  207. Help.Name = "Help"
  208. Help.Parent = TextButton_11
  209. Help.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  210. Help.BorderSizePixel = 0
  211. Help.Position = UDim2.new(-3.27692747, 0, 9.21000004, 0)
  212. Help.Size = UDim2.new(0, 148, 0, 120)
  213. Help.Visible = false
  214. Help.ZIndex = 2
  215.  
  216. Header.Name = "Header"
  217. Header.Parent = Help
  218. Header.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. Header.Size = UDim2.new(0, 148, 0, 20)
  220.  
  221. TextLabel.Parent = Header
  222. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. TextLabel.BackgroundTransparency = 1.000
  224. TextLabel.Position = UDim2.new(0.172162235, 0, 0, 0)
  225. TextLabel.Size = UDim2.new(0, 122, 0, 20)
  226. TextLabel.Font = Enum.Font.SourceSans
  227. TextLabel.Text = "Audacity - Help"
  228. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  229. TextLabel.TextSize = 14.000
  230. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  231.  
  232. ImageLabel.Parent = Header
  233. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  234. ImageLabel.BackgroundTransparency = 1.000
  235. ImageLabel.Position = UDim2.new(0.00999999978, 0, 0, 0)
  236. ImageLabel.Size = UDim2.new(0, 20, 0, 20)
  237. ImageLabel.Image = "rbxassetid://469464797"
  238.  
  239. TextButton_12.Parent = Help
  240. TextButton_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. TextButton_12.BorderSizePixel = 0
  242. TextButton_12.Position = UDim2.new(0.831081092, 0, 0, 0)
  243. TextButton_12.Size = UDim2.new(0, 25, 0, 20)
  244. TextButton_12.Font = Enum.Font.SourceSans
  245. TextButton_12.Text = ""
  246. TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  247. TextButton_12.TextSize = 14.000
  248.  
  249. ImageLabel_2.Parent = Help
  250. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  251. ImageLabel_2.BackgroundTransparency = 1.000
  252. ImageLabel_2.BorderSizePixel = 0
  253. ImageLabel_2.Position = UDim2.new(0.878378332, 0, 0.0416666679, 0)
  254. ImageLabel_2.Size = UDim2.new(0, 10, 0, 10)
  255. ImageLabel_2.Image = "rbxassetid://13061569569"
  256.  
  257. TextLabel_2.Parent = Help
  258. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. TextLabel_2.BorderSizePixel = 0
  260. TextLabel_2.Position = UDim2.new(0.0100000743, 0, 0.180000052, 0)
  261. TextLabel_2.Size = UDim2.new(0, 146, 0, 100)
  262. TextLabel_2.Font = Enum.Font.SourceSans
  263. TextLabel_2.Text = "Help us finish this script, we are tired or not good at scripting. You can find me by opening a given pastebin.com/LINK, click the creator then chat me."
  264. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  265. TextLabel_2.TextSize = 14.000
  266. TextLabel_2.TextWrapped = true
  267. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  268. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  269.  
  270. Frame_2.Parent = Frame
  271. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  272. Frame_2.BorderSizePixel = 0
  273. Frame_2.Size = UDim2.new(0, 810, 0, 20)
  274.  
  275. ImageLabel_3.Parent = Frame_2
  276. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. ImageLabel_3.BackgroundTransparency = 1.000
  278. ImageLabel_3.Position = UDim2.new(0.00100000005, 0, -0.0199999996, 0)
  279. ImageLabel_3.Size = UDim2.new(0, 20, 0, 20)
  280. ImageLabel_3.Image = "rbxassetid://469464797"
  281.  
  282. TextLabel_3.Parent = Frame_2
  283. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  284. TextLabel_3.BackgroundTransparency = 1.000
  285. TextLabel_3.Position = UDim2.new(0.0320000015, 0, 0.100000001, 0)
  286. TextLabel_3.Size = UDim2.new(0, 438, 0, 15)
  287. TextLabel_3.Font = Enum.Font.SourceSans
  288. TextLabel_3.Text = "Audacity"
  289. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. TextLabel_3.TextSize = 14.000
  291. TextLabel_3.TextWrapped = true
  292. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  293.  
  294. TextButton_13.Parent = Frame_2
  295. TextButton_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296. TextButton_13.BorderSizePixel = 0
  297. TextButton_13.Position = UDim2.new(0.943069398, 0, 0, 0)
  298. TextButton_13.Size = UDim2.new(0, 45, 0, 20)
  299. TextButton_13.Font = Enum.Font.Jura
  300. TextButton_13.Text = ""
  301. TextButton_13.TextColor3 = Color3.fromRGB(0, 0, 0)
  302. TextButton_13.TextScaled = true
  303. TextButton_13.TextSize = 14.000
  304. TextButton_13.TextWrapped = true
  305.  
  306. TextButton_14.Parent = Frame_2
  307. TextButton_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  308. TextButton_14.BorderSizePixel = 0
  309. TextButton_14.Position = UDim2.new(0.887376249, 0, 0, 0)
  310. TextButton_14.Size = UDim2.new(0, 45, 0, 20)
  311. TextButton_14.Font = Enum.Font.Jura
  312. TextButton_14.Text = ""
  313. TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. TextButton_14.TextScaled = true
  315. TextButton_14.TextSize = 14.000
  316. TextButton_14.TextWrapped = true
  317.  
  318. TextButton_15.Parent = Frame_2
  319. TextButton_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  320. TextButton_15.BorderSizePixel = 0
  321. TextButton_15.Position = UDim2.new(0.830445647, 0, 0, 0)
  322. TextButton_15.Size = UDim2.new(0, 45, 0, 20)
  323. TextButton_15.Font = Enum.Font.Jura
  324. TextButton_15.Text = ""
  325. TextButton_15.TextColor3 = Color3.fromRGB(0, 0, 0)
  326. TextButton_15.TextScaled = true
  327. TextButton_15.TextSize = 14.000
  328. TextButton_15.TextWrapped = true
  329.  
  330. ImageLabel_4.Parent = Frame_2
  331. ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  332. ImageLabel_4.BackgroundTransparency = 1.000
  333. ImageLabel_4.BorderSizePixel = 0
  334. ImageLabel_4.Position = UDim2.new(0.964108944, 0, 0.229999974, 0)
  335. ImageLabel_4.Size = UDim2.new(0, 10, 0, 10)
  336. ImageLabel_4.Image = "rbxassetid://13061569569"
  337.  
  338. ImageLabel_5.Parent = Frame_2
  339. ImageLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  340. ImageLabel_5.BackgroundTransparency = 1.000
  341. ImageLabel_5.BorderSizePixel = 0
  342. ImageLabel_5.Position = UDim2.new(0.908415854, 0, 0.229999974, 0)
  343. ImageLabel_5.Size = UDim2.new(0, 10, 0, 10)
  344. ImageLabel_5.Image = "rbxassetid://13061539497"
  345.  
  346. ImageLabel_6.Parent = Frame_2
  347. ImageLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  348. ImageLabel_6.BackgroundTransparency = 1.000
  349. ImageLabel_6.BorderSizePixel = 0
  350. ImageLabel_6.Position = UDim2.new(0.851485193, 0, 0.229999974, 0)
  351. ImageLabel_6.Size = UDim2.new(0, 10, 0, 10)
  352. ImageLabel_6.Image = "rbxassetid://13061591361"
  353.  
  354. Frame_3.Parent = Frame
  355. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. Frame_3.BorderSizePixel = 0
  357. Frame_3.Position = UDim2.new(0.566834688, 0, 0.038566038, 0)
  358. Frame_3.Size = UDim2.new(0, 350, 0, 20)
  359.  
  360. ImageButton.Parent = Frame
  361. ImageButton.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  362. ImageButton.Position = UDim2.new(0, 0, 0.0799999908, 0)
  363. ImageButton.Size = UDim2.new(0, 11, 0, 50)
  364. ImageButton.Image = "rbxassetid://13061720501"
  365. ImageButton.ScaleType = Enum.ScaleType.Crop
  366.  
  367. Frame_4.Parent = Frame
  368. Frame_4.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  369. Frame_4.Position = UDim2.new(0.0139999958, 0, 0.0799999908, 0)
  370. Frame_4.Size = UDim2.new(0, 351, 0, 50)
  371.  
  372. ImageButton_2.Parent = Frame_4
  373. ImageButton_2.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  374. ImageButton_2.Position = UDim2.new(0, 4, 0, 2)
  375. ImageButton_2.Size = UDim2.new(0, 45, 0, 45)
  376. ImageButton_2.AutoButtonColor = false
  377.  
  378. UICorner.CornerRadius = UDim.new(0, 5)
  379. UICorner.Parent = ImageButton_2
  380.  
  381. ImageLabel_7.Parent = ImageButton_2
  382. ImageLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  383. ImageLabel_7.BackgroundTransparency = 1.000
  384. ImageLabel_7.BorderSizePixel = 0
  385. ImageLabel_7.Position = UDim2.new(0.266666681, 0, 0.266666681, 0)
  386. ImageLabel_7.Size = UDim2.new(0, 20, 0, 20)
  387. ImageLabel_7.Image = "rbxassetid://13061994649"
  388.  
  389. ImageButton_3.Parent = Frame_4
  390. ImageButton_3.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  391. ImageButton_3.Position = UDim2.new(0, 52, 0, 2)
  392. ImageButton_3.Size = UDim2.new(0, 45, 0, 45)
  393. ImageButton_3.AutoButtonColor = false
  394.  
  395. UICorner_2.CornerRadius = UDim.new(0, 5)
  396. UICorner_2.Parent = ImageButton_3
  397.  
  398. ImageLabel_8.Parent = ImageButton_3
  399. ImageLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  400. ImageLabel_8.BackgroundTransparency = 1.000
  401. ImageLabel_8.Position = UDim2.new(0.266666651, 0, 0.266666651, 0)
  402. ImageLabel_8.Size = UDim2.new(0, 20, 0, 20)
  403. ImageLabel_8.ZIndex = 99
  404. ImageLabel_8.Image = "rbxassetid://13062015853"
  405. ImageLabel_8.ImageTransparency = 0.700
  406.  
  407. ImageButton_4.Parent = Frame_4
  408. ImageButton_4.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  409. ImageButton_4.Position = UDim2.new(0, 148, 0, 2)
  410. ImageButton_4.Size = UDim2.new(0, 45, 0, 45)
  411. ImageButton_4.AutoButtonColor = false
  412.  
  413. UICorner_3.CornerRadius = UDim.new(0, 5)
  414. UICorner_3.Parent = ImageButton_4
  415.  
  416. ImageLabel_9.Parent = ImageButton_4
  417. ImageLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  418. ImageLabel_9.BackgroundTransparency = 1.000
  419. ImageLabel_9.Position = UDim2.new(0.266666651, 0, 0.266666651, 0)
  420. ImageLabel_9.Size = UDim2.new(0, 20, 0, 20)
  421. ImageLabel_9.ZIndex = 99
  422. ImageLabel_9.Image = "rbxassetid://13062160982"
  423.  
  424. ImageButton_5.Parent = Frame_4
  425. ImageButton_5.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  426. ImageButton_5.Position = UDim2.new(0, 100, 0, 2)
  427. ImageButton_5.Size = UDim2.new(0, 45, 0, 45)
  428. ImageButton_5.AutoButtonColor = false
  429.  
  430. UICorner_4.CornerRadius = UDim.new(0, 5)
  431. UICorner_4.Parent = ImageButton_5
  432.  
  433. ImageLabel_10.Parent = ImageButton_5
  434. ImageLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  435. ImageLabel_10.BackgroundTransparency = 1.000
  436. ImageLabel_10.Position = UDim2.new(0.266666651, 0, 0.266666651, 0)
  437. ImageLabel_10.Size = UDim2.new(0, 20, 0, 20)
  438. ImageLabel_10.ZIndex = 99
  439. ImageLabel_10.Image = "rbxassetid://13062248889"
  440. ImageLabel_10.ImageTransparency = 0.700
  441.  
  442. ImageButton_6.Parent = Frame_4
  443. ImageButton_6.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  444. ImageButton_6.Position = UDim2.new(0, 196, 0, 2)
  445. ImageButton_6.Size = UDim2.new(0, 45, 0, 45)
  446. ImageButton_6.AutoButtonColor = false
  447.  
  448. UICorner_5.CornerRadius = UDim.new(0, 5)
  449. UICorner_5.Parent = ImageButton_6
  450.  
  451. ImageLabel_11.Parent = ImageButton_6
  452. ImageLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  453. ImageLabel_11.BackgroundTransparency = 1.000
  454. ImageLabel_11.Position = UDim2.new(0.266666651, 0, 0.266666651, 0)
  455. ImageLabel_11.Size = UDim2.new(0, 20, 0, 20)
  456. ImageLabel_11.ZIndex = 99
  457. ImageLabel_11.Image = "rbxassetid://13062168384"
  458. ImageLabel_11.ImageTransparency = 0.700
  459.  
  460. ImageButton_7.Parent = Frame_4
  461. ImageButton_7.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  462. ImageButton_7.Position = UDim2.new(0, 249, 0, 2)
  463. ImageButton_7.Size = UDim2.new(0, 45, 0, 45)
  464. ImageButton_7.AutoButtonColor = false
  465.  
  466. UICorner_6.CornerRadius = UDim.new(0, 5)
  467. UICorner_6.Parent = ImageButton_7
  468.  
  469. ImageLabel_12.Parent = ImageButton_7
  470. ImageLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  471. ImageLabel_12.BackgroundTransparency = 1.000
  472. ImageLabel_12.Position = UDim2.new(0.266666651, 0, 0.266666651, 0)
  473. ImageLabel_12.Size = UDim2.new(0, 20, 0, 20)
  474. ImageLabel_12.ZIndex = 99
  475. ImageLabel_12.Image = "rbxassetid://13062271183"
  476.  
  477. ImageButton_8.Parent = Frame_4
  478. ImageButton_8.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  479. ImageButton_8.Position = UDim2.new(0, 301, 0, 2)
  480. ImageButton_8.Size = UDim2.new(0, 45, 0, 45)
  481. ImageButton_8.AutoButtonColor = false
  482.  
  483. UICorner_7.CornerRadius = UDim.new(0, 5)
  484. UICorner_7.Parent = ImageButton_8
  485.  
  486. ImageLabel_13.Parent = ImageButton_8
  487. ImageLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  488. ImageLabel_13.BackgroundTransparency = 1.000
  489. ImageLabel_13.Position = UDim2.new(0.266666651, 0, 0.266666651, 0)
  490. ImageLabel_13.Size = UDim2.new(0, 20, 0, 20)
  491. ImageLabel_13.ZIndex = 99
  492. ImageLabel_13.Image = "rbxassetid://13062282743"
  493.  
  494. Frame_5.Parent = Frame
  495. Frame_5.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  496. Frame_5.Position = UDim2.new(0.461633652, 0, 0.0790000036, 0)
  497. Frame_5.Size = UDim2.new(0, 431, 0, 50)
  498.  
  499. ImageButton_9.Parent = Frame_5
  500. ImageButton_9.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  501. ImageButton_9.BorderSizePixel = 0
  502. ImageButton_9.Position = UDim2.new(0, 3, 0, 26)
  503. ImageButton_9.Size = UDim2.new(0, 22, 0, 22)
  504. ImageButton_9.AutoButtonColor = false
  505.  
  506. UICorner_8.CornerRadius = UDim.new(0, 5)
  507. UICorner_8.Parent = ImageButton_9
  508.  
  509. ImageLabel_14.Parent = ImageButton_9
  510. ImageLabel_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  511. ImageLabel_14.BackgroundTransparency = 1.000
  512. ImageLabel_14.BorderSizePixel = 0
  513. ImageLabel_14.Size = UDim2.new(0, 22, 0, 22)
  514. ImageLabel_14.Image = "rbxassetid://13062473564"
  515.  
  516. ImageButton_10.Parent = Frame_5
  517. ImageButton_10.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  518. ImageButton_10.BorderSizePixel = 0
  519. ImageButton_10.Position = UDim2.new(0, 3, 0, 2)
  520. ImageButton_10.Size = UDim2.new(0, 22, 0, 22)
  521. ImageButton_10.AutoButtonColor = false
  522.  
  523. UICorner_9.CornerRadius = UDim.new(0, 5)
  524. UICorner_9.Parent = ImageButton_10
  525.  
  526. ImageLabel_15.Parent = ImageButton_10
  527. ImageLabel_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  528. ImageLabel_15.BackgroundTransparency = 1.000
  529. ImageLabel_15.BorderSizePixel = 0
  530. ImageLabel_15.Size = UDim2.new(0, 22, 0, 22)
  531. ImageLabel_15.Image = "rbxassetid://13062471652"
  532.  
  533. ImageButton_11.Parent = Frame
  534. ImageButton_11.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  535. ImageButton_11.Position = UDim2.new(0.448019803, 0, 0.0799999908, 0)
  536. ImageButton_11.Size = UDim2.new(0, 11, 0, 25)
  537. ImageButton_11.Image = "rbxassetid://13061720501"
  538. ImageButton_11.ScaleType = Enum.ScaleType.Crop
  539.  
  540. ImageButton_12.Parent = Frame
  541. ImageButton_12.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  542. ImageButton_12.Position = UDim2.new(0.448019803, 0, 0.126169831, 0)
  543. ImageButton_12.Size = UDim2.new(0, 11, 0, 25)
  544. ImageButton_12.Image = "rbxassetid://13061720501"
  545. ImageButton_12.ScaleType = Enum.ScaleType.Crop
  546.  
  547. Fileinner.Name = "Fileinner"
  548. Fileinner.Parent = Frame
  549. Fileinner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  550. Fileinner.BorderSizePixel = 0
  551. Fileinner.Position = UDim2.new(0, 0, 0.0773584917, 0)
  552. Fileinner.Size = UDim2.new(0, 185, 0, 100)
  553. Fileinner.Visible = false
  554.  
  555. New.Name = "New"
  556. New.Parent = Fileinner
  557. New.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  558. New.BorderSizePixel = 0
  559. New.Position = UDim2.new(0.00437838072, 0, 0, 0)
  560. New.Size = UDim2.new(0, 184, 0, 25)
  561. New.Font = Enum.Font.SourceSans
  562. New.Text = " New                                                              Ctrl+N"
  563. New.TextColor3 = Color3.fromRGB(0, 0, 0)
  564. New.TextSize = 14.000
  565. New.TextXAlignment = Enum.TextXAlignment.Left
  566.  
  567. Warning.Name = "Warning"
  568. Warning.Parent = New
  569. Warning.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  570. Warning.BorderSizePixel = 0
  571. Warning.Position = UDim2.new(1.78973925, 0, 6.96000004, 0)
  572. Warning.Size = UDim2.new(0, 148, 0, 120)
  573. Warning.Visible = false
  574.  
  575. Header_2.Name = "Header"
  576. Header_2.Parent = Warning
  577. Header_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  578. Header_2.Size = UDim2.new(0, 148, 0, 20)
  579.  
  580. TextLabel_4.Parent = Header_2
  581. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  582. TextLabel_4.BackgroundTransparency = 1.000
  583. TextLabel_4.Position = UDim2.new(0.172162235, 0, 0, 0)
  584. TextLabel_4.Size = UDim2.new(0, 122, 0, 20)
  585. TextLabel_4.Font = Enum.Font.SourceSans
  586. TextLabel_4.Text = "Audacity - Warning"
  587. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  588. TextLabel_4.TextSize = 14.000
  589. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  590.  
  591. ImageLabel_16.Parent = Header_2
  592. ImageLabel_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  593. ImageLabel_16.BackgroundTransparency = 1.000
  594. ImageLabel_16.Position = UDim2.new(0.00999999978, 0, 0, 0)
  595. ImageLabel_16.Size = UDim2.new(0, 20, 0, 20)
  596. ImageLabel_16.Image = "rbxassetid://469464797"
  597.  
  598. TextButton_16.Parent = Warning
  599. TextButton_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  600. TextButton_16.BorderSizePixel = 0
  601. TextButton_16.Position = UDim2.new(0.831081092, 0, 0, 0)
  602. TextButton_16.Size = UDim2.new(0, 25, 0, 20)
  603. TextButton_16.Font = Enum.Font.SourceSans
  604. TextButton_16.Text = ""
  605. TextButton_16.TextColor3 = Color3.fromRGB(0, 0, 0)
  606. TextButton_16.TextSize = 14.000
  607.  
  608. ImageLabel_17.Parent = Warning
  609. ImageLabel_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  610. ImageLabel_17.BackgroundTransparency = 1.000
  611. ImageLabel_17.BorderSizePixel = 0
  612. ImageLabel_17.Position = UDim2.new(0.878378332, 0, 0.0416666679, 0)
  613. ImageLabel_17.Size = UDim2.new(0, 10, 0, 10)
  614. ImageLabel_17.Image = "rbxassetid://13061569569"
  615.  
  616. TextLabel_5.Parent = Warning
  617. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  618. TextLabel_5.BorderSizePixel = 0
  619. TextLabel_5.Position = UDim2.new(0.0100000743, 0, 0.180000052, 0)
  620. TextLabel_5.Size = UDim2.new(0, 146, 0, 100)
  621. TextLabel_5.Font = Enum.Font.SourceSans
  622. TextLabel_5.Text = "Audacity is not done making yet. To complete audacity, the audacity script must be completed. the script is on the website. (pastebin.com/HqQRfxsE)"
  623. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  624. TextLabel_5.TextSize = 14.000
  625. TextLabel_5.TextWrapped = true
  626. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  627. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  628.  
  629. UIListLayout.Parent = Fileinner
  630. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  631.  
  632. Open.Name = "Open"
  633. Open.Parent = Fileinner
  634. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  635. Open.BorderSizePixel = 0
  636. Open.Position = UDim2.new(0.00437838072, 0, 0, 0)
  637. Open.Size = UDim2.new(0, 184, 0, 25)
  638. Open.Font = Enum.Font.SourceSans
  639. Open.Text = " Open                                                           Ctrl+O"
  640. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  641. Open.TextSize = 14.000
  642. Open.TextXAlignment = Enum.TextXAlignment.Left
  643.  
  644. RecentFiles.Name = "RecentFiles"
  645. RecentFiles.Parent = Fileinner
  646. RecentFiles.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  647. RecentFiles.BorderSizePixel = 0
  648. RecentFiles.Position = UDim2.new(0.00437838072, 0, 0, 0)
  649. RecentFiles.Size = UDim2.new(0, 184, 0, 25)
  650. RecentFiles.Font = Enum.Font.SourceSans
  651. RecentFiles.Text = " Recent Files                                                        >"
  652. RecentFiles.TextColor3 = Color3.fromRGB(0, 0, 0)
  653. RecentFiles.TextSize = 14.000
  654. RecentFiles.TextXAlignment = Enum.TextXAlignment.Left
  655.  
  656. Close.Name = "Close"
  657. Close.Parent = Fileinner
  658. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  659. Close.BorderSizePixel = 0
  660. Close.Position = UDim2.new(0, 0, 0.75, 0)
  661. Close.Size = UDim2.new(0, 184, 0, 25)
  662. Close.Font = Enum.Font.SourceSans
  663. Close.Text = " Exit                                                                 Ctrl+Q"
  664. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  665. Close.TextSize = 14.000
  666. Close.TextXAlignment = Enum.TextXAlignment.Left
  667.  
  668. local function MUHLHXI_fake_script()
  669.     local script = Instance.new('LocalScript', TextButton)
  670.  
  671.     local file = script.Parent
  672.     local enabled = false
  673.     file.MouseButton1Down:Connect(function()
  674.         if enabled == false then
  675.             enabled = true
  676.             file.Parent.Fileinner.Visible = true
  677.         else
  678.             enabled = false
  679.             file.Parent.Fileinner.Visible = false
  680.         end
  681.     end)
  682. end
  683. coroutine.wrap(MUHLHXI_fake_script)()
  684. local function JANCDPN_fake_script()
  685.     local script = Instance.new('LocalScript', TextButton_11)
  686.  
  687.     script.Parent.MouseButton1Click:Connect(function()
  688.         script.Parent.Help.Visible = true
  689.     end)
  690.    
  691.     script.Parent.Help.TextButton.MouseButton1Click:Connect(function()
  692.         script.Parent.Help.Visible = false
  693.     end)
  694. end
  695. coroutine.wrap(JANCDPN_fake_script)()
  696. local function BTWC_fake_script()
  697.     local script = Instance.new('LocalScript', TextButton_13)
  698.  
  699.     script.Parent.MouseButton1Click:Connect(function()
  700.         script.Parent.Parent.Parent.Parent:Destroy()
  701.     end)
  702. end
  703. coroutine.wrap(BTWC_fake_script)()
  704. local function KWYWD_fake_script()
  705.     local script = Instance.new('LocalScript', Fileinner)
  706.  
  707.     local close = script.Parent.Close
  708.     local new = script.Parent.New
  709.     close.MouseButton1Click:Connect(function()
  710.         script.Parent.Parent.Parent:Destroy()
  711.     end)
  712.     new.MouseButton1Click:Connect(function()
  713.         new.Warning.Visible = true
  714.     end)
  715.     new.Warning.TextButton.MouseButton1Click:Connect(function()
  716.         new.Warning.Visible = false
  717.     end)
  718. end
  719. coroutine.wrap(KWYWD_fake_script)()
  720.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement