Advertisement
Hellotop2

Untitled

Jan 21st, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 37.18 KB | None | 0 0
  1. pcall(function()
  2.     game.CoreGui.RadioTesterGuiV2:Destroy()
  3.     workspace.LoadingSoundID:Destroy()
  4. end)
  5. local messages = {
  6.     "Upsorbing the Contents";
  7.     "Additive Parsing the Load";
  8.     "Commence Monosaturated Goodening";
  9.     "Kick Off the Multi-Core Widening";
  10.     "Bastening the Game Turkey";
  11.     "Abstracting the Rummage Disc";
  12.     "Undecerealenizing the Process";
  13.     "Postrefragmenting the Widget Layer";
  14.     "Satisfying the Constraints";
  15.     "Abnoramalzing Some of the Matrices";
  16.     "Optimizing the People";
  17.     "Proclaigerizing the Network";
  18. }
  19.  
  20. -- Objects
  21.  
  22. local RadioTesterGuiV2 = Instance.new("ScreenGui")
  23. local WhatIs = Instance.new("TextLabel")
  24. local Notification = Instance.new("Frame")
  25. local changelogs = Instance.new("TextLabel")
  26. local closenotify = Instance.new("TextButton")
  27. local NotificationBar = Instance.new("Frame")
  28. local PlayerImage = Instance.new("ImageLabel")
  29. local plrleft = Instance.new("TextLabel")
  30. local rankin = Instance.new("TextLabel")
  31. local Top = Instance.new("Frame")
  32. local MainFrame = Instance.new("Frame")
  33. local SideMenu = Instance.new("Frame")
  34. local BypassedAudiosButton = Instance.new("TextButton")
  35. local morebypassedaudiosbutton = Instance.new("TextButton")
  36. local scriptsbutton = Instance.new("TextButton")
  37. local creditsbutton = Instance.new("TextButton")
  38. local BypassedAudiosFrame = Instance.new("Frame")
  39. local BypassedAudiosScroll = Instance.new("ScrollingFrame")
  40. local ImageLabel = Instance.new("ImageLabel")
  41. local TextLabel = Instance.new("TextLabel")
  42. local ImageLabel_2 = Instance.new("ImageLabel")
  43. local TextLabel_2 = Instance.new("TextLabel")
  44. local TextLabel_3 = Instance.new("TextLabel")
  45. local ImageLabel_3 = Instance.new("ImageLabel")
  46. local ImageLabel_4 = Instance.new("ImageLabel")
  47. local TextLabel_4 = Instance.new("TextLabel")
  48. local TextLabel_5 = Instance.new("TextLabel")
  49. local ImageLabel_5 = Instance.new("ImageLabel")
  50. local moreBypassedAudiosFrame = Instance.new("Frame")
  51. local moreBypassedAudiosScroll = Instance.new("ScrollingFrame")
  52. local ImageLabel_6 = Instance.new("ImageLabel")
  53. local TextLabel_6 = Instance.new("TextLabel")
  54. local ImageLabel_7 = Instance.new("ImageLabel")
  55. local TextLabel_7 = Instance.new("TextLabel")
  56. local ImageLabel_8 = Instance.new("ImageLabel")
  57. local TextLabel_8 = Instance.new("TextLabel")
  58. local TextLabel_9 = Instance.new("TextLabel")
  59. local ImageLabel_9 = Instance.new("ImageLabel")
  60. local ImageLabel_10 = Instance.new("ImageLabel")
  61. local TextLabel_10 = Instance.new("TextLabel")
  62. local TextLabel_11 = Instance.new("TextLabel")
  63. local ImageLabel_11 = Instance.new("ImageLabel")
  64. local scriptsframe = Instance.new("Frame")
  65. local scriptsScroll = Instance.new("ScrollingFrame")
  66. local TextLabel_12 = Instance.new("TextLabel")
  67. local TextLabel_13 = Instance.new("TextLabel")
  68. local TextLabel_14 = Instance.new("TextLabel")
  69. local TextLabel_15 = Instance.new("TextLabel")
  70. local TextLabel_16 = Instance.new("TextLabel")
  71. local TextLabel_17 = Instance.new("TextLabel")
  72. local StopRadios = Instance.new("ImageButton")
  73. local FEAdmin = Instance.new("ImageButton")
  74. local Hidename = Instance.new("ImageButton")
  75. local UnjailYourself = Instance.new("ImageButton")
  76. local CrashRadios = Instance.new("ImageButton")
  77. local FreeRetro = Instance.new("ImageButton")
  78. local creditsframe = Instance.new("Frame")
  79. local credit1 = Instance.new("TextLabel")
  80. local credit2 = Instance.new("TextLabel")
  81. local credit2_2 = Instance.new("TextLabel")
  82. local credit2_3 = Instance.new("TextLabel")
  83. local credit2_4 = Instance.new("TextLabel")
  84. local Minimize = Instance.new("TextButton")
  85. local OpenButton = Instance.new("TextButton")
  86. local LoadingFrame = Instance.new("Frame")
  87. local LoadingIcon = Instance.new("ImageLabel")
  88. local loadingtext = Instance.new("TextLabel")
  89.  
  90. -- Properties
  91.  
  92. RadioTesterGuiV2.Name = "RadioTesterGuiV2"
  93. RadioTesterGuiV2.Parent = game.CoreGui
  94. RadioTesterGuiV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  95.  
  96. WhatIs.Name = "WhatIs"
  97. WhatIs.Parent = RadioTesterGuiV2
  98. WhatIs.BackgroundColor3 = Color3.new(1, 1, 1)
  99. WhatIs.BackgroundTransparency = 1
  100. WhatIs.Position = UDim2.new(0, 0, 0.918719232, 0)
  101. WhatIs.Size = UDim2.new(0, 200, 0, 86)
  102. WhatIs.Font = Enum.Font.SourceSansLight
  103. WhatIs.Text = "What is Radio Tester GUI? Well radio tester gui is a roblox exploit gui for Radio Tester which has bypassed audios and custom commands."
  104. WhatIs.TextColor3 = Color3.new(1, 1, 1)
  105. WhatIs.TextSize = 14
  106. WhatIs.TextWrapped = true
  107. WhatIs.TextXAlignment = Enum.TextXAlignment.Left
  108. WhatIs.TextYAlignment = Enum.TextYAlignment.Top
  109.  
  110. Notification.Name = "Notification"
  111. Notification.Parent = RadioTesterGuiV2
  112. Notification.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Notification.BorderColor3 = Color3.new(0.8, 0.768628, 0.74902)
  114. Notification.Position = UDim2.new(0.803354144, 0, 0.698284447, 0)
  115. Notification.Size = UDim2.new(0, 338, 0, 222)
  116. Notification.Visible = false
  117.  
  118. changelogs.Name = "changelogs"
  119. changelogs.Parent = Notification
  120. changelogs.BackgroundColor3 = Color3.new(1, 1, 1)
  121. changelogs.BackgroundTransparency = 1
  122. changelogs.Position = UDim2.new(0.591715991, 0, 0.132135347, 0)
  123. changelogs.Size = UDim2.new(0, 138, 0, 192)
  124. changelogs.ZIndex = 5
  125. changelogs.Font = Enum.Font.SourceSansSemibold
  126. changelogs.Text = "3vpl has joined."
  127. changelogs.TextColor3 = Color3.new(0, 0, 0)
  128. changelogs.TextSize = 17
  129. changelogs.TextWrapped = true
  130. changelogs.TextXAlignment = Enum.TextXAlignment.Left
  131. changelogs.TextYAlignment = Enum.TextYAlignment.Top
  132.  
  133. closenotify.Name = "closenotify"
  134. closenotify.Parent = Notification
  135. closenotify.BackgroundColor3 = Color3.new(1, 1, 1)
  136. closenotify.BackgroundTransparency = 1
  137. closenotify.Position = UDim2.new(0.92899406, 0, 0, 0)
  138. closenotify.Size = UDim2.new(0, 24, 0, 23)
  139. closenotify.ZIndex = 2
  140. closenotify.Font = Enum.Font.SourceSansSemibold
  141. closenotify.Text = "X"
  142. closenotify.TextColor3 = Color3.new(0, 0, 0)
  143. closenotify.TextScaled = true
  144. closenotify.TextSize = 14
  145. closenotify.TextWrapped = true
  146.  
  147. NotificationBar.Name = "NotificationBar"
  148. NotificationBar.Parent = Notification
  149. NotificationBar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  150. NotificationBar.BorderColor3 = Color3.new(0.298039, 0.603922, 0.909804)
  151. NotificationBar.Size = UDim2.new(0, 13, 0, 222)
  152.  
  153. PlayerImage.Name = "PlayerImage"
  154. PlayerImage.Parent = Notification
  155. PlayerImage.BackgroundColor3 = Color3.new(1, 1, 1)
  156. PlayerImage.BackgroundTransparency = 1
  157. PlayerImage.Position = UDim2.new(0.0650887564, 0, 0.103603601, 0)
  158. PlayerImage.Size = UDim2.new(0, 168, 0, 164)
  159. PlayerImage.Image = "rbxassetid://924320031"
  160.  
  161. plrleft.Name = "plrleft"
  162. plrleft.Parent = Notification
  163. plrleft.BackgroundColor3 = Color3.new(1, 1, 1)
  164. plrleft.BackgroundTransparency = 1
  165. plrleft.Position = UDim2.new(0.591715991, 0, 0.52853173, 0)
  166. plrleft.Size = UDim2.new(0, 138, 0, 192)
  167. plrleft.ZIndex = 5
  168. plrleft.Font = Enum.Font.SourceSansSemibold
  169. plrleft.Text = "Players in server : 10"
  170. plrleft.TextColor3 = Color3.new(0, 0, 0)
  171. plrleft.TextSize = 17
  172. plrleft.TextWrapped = true
  173. plrleft.TextXAlignment = Enum.TextXAlignment.Left
  174. plrleft.TextYAlignment = Enum.TextYAlignment.Top
  175.  
  176. rankin.Name = "rankin"
  177. rankin.Parent = Notification
  178. rankin.BackgroundColor3 = Color3.new(1, 1, 1)
  179. rankin.BackgroundTransparency = 1
  180. rankin.Position = UDim2.new(0.591715991, 0, 0.330333531, 0)
  181. rankin.Size = UDim2.new(0, 138, 0, 192)
  182. rankin.ZIndex = 5
  183. rankin.Font = Enum.Font.SourceSansSemibold
  184. rankin.Text = "Rank in group : "
  185. rankin.TextColor3 = Color3.new(0, 0, 0)
  186. rankin.TextSize = 17
  187. rankin.TextWrapped = true
  188. rankin.TextXAlignment = Enum.TextXAlignment.Left
  189. rankin.TextYAlignment = Enum.TextYAlignment.Top
  190.  
  191. Top.Name = "Top"
  192. Top.Parent = RadioTesterGuiV2
  193. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  194. Top.BorderColor3 = Color3.new(0.85098, 0.85098, 0.85098)
  195. Top.Position = UDim2.new(0.0287859831, 0, 0.168719187, 0)
  196. Top.Size = UDim2.new(0, 535, 0, 27)
  197. Top.Visible = false
  198. Top.ZIndex = 2
  199.  
  200. MainFrame.Name = "MainFrame"
  201. MainFrame.Parent = Top
  202. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  203. MainFrame.BorderColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  204. MainFrame.Position = UDim2.new(0, 0, 0.977559984, 0)
  205. MainFrame.Size = UDim2.new(0, 535, 0, 358)
  206. MainFrame.ZIndex = 0
  207.  
  208. SideMenu.Name = "SideMenu"
  209. SideMenu.Parent = MainFrame
  210. SideMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  211. SideMenu.BorderColor3 = Color3.new(0.870588, 0.870588, 0.870588)
  212. SideMenu.Position = UDim2.new(0.000217558962, 0, 0, 0)
  213. SideMenu.Size = UDim2.new(0, 98, 0, 358)
  214.  
  215. BypassedAudiosButton.Name = "BypassedAudiosButton"
  216. BypassedAudiosButton.Parent = SideMenu
  217. BypassedAudiosButton.BackgroundColor3 = Color3.new(1, 1, 1)
  218. BypassedAudiosButton.BorderSizePixel = 0
  219. BypassedAudiosButton.Size = UDim2.new(0, 98, 0, 50)
  220. BypassedAudiosButton.Font = Enum.Font.SourceSansLight
  221. BypassedAudiosButton.Text = " Bypassed Audios "
  222. BypassedAudiosButton.TextColor3 = Color3.new(0, 0, 0)
  223. BypassedAudiosButton.TextScaled = true
  224. BypassedAudiosButton.TextSize = 14
  225. BypassedAudiosButton.TextWrapped = true
  226.  
  227. morebypassedaudiosbutton.Name = "morebypassedaudiosbutton"
  228. morebypassedaudiosbutton.Parent = SideMenu
  229. morebypassedaudiosbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  230. morebypassedaudiosbutton.BorderSizePixel = 0
  231. morebypassedaudiosbutton.Position = UDim2.new(-0.0102040814, 0, 0.178770944, 0)
  232. morebypassedaudiosbutton.Size = UDim2.new(0, 98, 0, 50)
  233. morebypassedaudiosbutton.Font = Enum.Font.SourceSansLight
  234. morebypassedaudiosbutton.Text = "More bypassed audios"
  235. morebypassedaudiosbutton.TextColor3 = Color3.new(0, 0, 0)
  236. morebypassedaudiosbutton.TextScaled = true
  237. morebypassedaudiosbutton.TextSize = 14
  238. morebypassedaudiosbutton.TextWrapped = true
  239.  
  240. scriptsbutton.Name = "scriptsbutton"
  241. scriptsbutton.Parent = SideMenu
  242. scriptsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  243. scriptsbutton.BorderSizePixel = 0
  244. scriptsbutton.Position = UDim2.new(-0.0102040814, 0, 0.340782136, 0)
  245. scriptsbutton.Size = UDim2.new(0, 98, 0, 50)
  246. scriptsbutton.Font = Enum.Font.SourceSansLight
  247. scriptsbutton.Text = "Scripts"
  248. scriptsbutton.TextColor3 = Color3.new(0, 0, 0)
  249. scriptsbutton.TextScaled = true
  250. scriptsbutton.TextSize = 14
  251. scriptsbutton.TextWrapped = true
  252.  
  253. creditsbutton.Name = "creditsbutton"
  254. creditsbutton.Parent = SideMenu
  255. creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  256. creditsbutton.BorderSizePixel = 0
  257. creditsbutton.Position = UDim2.new(0, 0, 0.527932942, 0)
  258. creditsbutton.Size = UDim2.new(0, 98, 0, 50)
  259. creditsbutton.Font = Enum.Font.SourceSansLight
  260. creditsbutton.Text = "Credits"
  261. creditsbutton.TextColor3 = Color3.new(0, 0, 0)
  262. creditsbutton.TextScaled = true
  263. creditsbutton.TextSize = 14
  264. creditsbutton.TextWrapped = true
  265.  
  266. BypassedAudiosFrame.Name = "BypassedAudiosFrame"
  267. BypassedAudiosFrame.Parent = MainFrame
  268. BypassedAudiosFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  269. BypassedAudiosFrame.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  270. BypassedAudiosFrame.Position = UDim2.new(0.183395132, 0, 0, 0)
  271. BypassedAudiosFrame.Size = UDim2.new(0, 437, 0, 358)
  272. BypassedAudiosFrame.ZIndex = 3
  273.  
  274. BypassedAudiosScroll.Name = "BypassedAudiosScroll"
  275. BypassedAudiosScroll.Parent = BypassedAudiosFrame
  276. BypassedAudiosScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  277. BypassedAudiosScroll.BorderColor3 = Color3.new(0.847059, 0.847059, 0.847059)
  278. BypassedAudiosScroll.Size = UDim2.new(0, 437, 0, 358)
  279.  
  280. ImageLabel.Parent = BypassedAudiosScroll
  281. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  282. ImageLabel.BackgroundTransparency = 1
  283. ImageLabel.BorderSizePixel = 0
  284. ImageLabel.Size = UDim2.new(0, 116, 0, 113)
  285. ImageLabel.ZIndex = 5
  286. ImageLabel.Image = "rbxassetid://337002392"
  287.  
  288. TextLabel.Parent = BypassedAudiosScroll
  289. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  290. TextLabel.BackgroundTransparency = 1
  291. TextLabel.Position = UDim2.new(0.281464517, 0, 0.0363128483, 0)
  292. TextLabel.Size = UDim2.new(0, 281, 0, 64)
  293. TextLabel.ZIndex = 5
  294. TextLabel.Font = Enum.Font.SourceSansLight
  295. TextLabel.Text = "2466291217\nMario Nigger"
  296. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  297. TextLabel.TextScaled = true
  298. TextLabel.TextSize = 14
  299. TextLabel.TextWrapped = true
  300. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  301.  
  302. ImageLabel_2.Parent = BypassedAudiosScroll
  303. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  304. ImageLabel_2.BackgroundTransparency = 1
  305. ImageLabel_2.BorderSizePixel = 0
  306. ImageLabel_2.Position = UDim2.new(0, 0, 0.157821223, 0)
  307. ImageLabel_2.Size = UDim2.new(0, 116, 0, 113)
  308. ImageLabel_2.ZIndex = 5
  309. ImageLabel_2.Image = "rbxassetid://337002392"
  310.  
  311. TextLabel_2.Parent = BypassedAudiosScroll
  312. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  313. TextLabel_2.BackgroundTransparency = 1
  314. TextLabel_2.Position = UDim2.new(0.281464517, 0, 0.194134071, 0)
  315. TextLabel_2.Size = UDim2.new(0, 281, 0, 64)
  316. TextLabel_2.ZIndex = 5
  317. TextLabel_2.Font = Enum.Font.SourceSansLight
  318. TextLabel_2.Text = "2249867830\nFBI Open up LOUD"
  319. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  320. TextLabel_2.TextScaled = true
  321. TextLabel_2.TextSize = 14
  322. TextLabel_2.TextWrapped = true
  323. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  324.  
  325. TextLabel_3.Parent = BypassedAudiosScroll
  326. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  327. TextLabel_3.BackgroundTransparency = 1
  328. TextLabel_3.Position = UDim2.new(0.281464517, 0, 0.349162042, 0)
  329. TextLabel_3.Size = UDim2.new(0, 281, 0, 64)
  330. TextLabel_3.ZIndex = 5
  331. TextLabel_3.Font = Enum.Font.SourceSansLight
  332. TextLabel_3.Text = "1877672768\na told b and b told c"
  333. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  334. TextLabel_3.TextScaled = true
  335. TextLabel_3.TextSize = 14
  336. TextLabel_3.TextWrapped = true
  337. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  338.  
  339. ImageLabel_3.Parent = BypassedAudiosScroll
  340. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  341. ImageLabel_3.BackgroundTransparency = 1
  342. ImageLabel_3.BorderSizePixel = 0
  343. ImageLabel_3.Position = UDim2.new(0, 0, 0.312849164, 0)
  344. ImageLabel_3.Size = UDim2.new(0, 116, 0, 113)
  345. ImageLabel_3.ZIndex = 5
  346. ImageLabel_3.Image = "rbxassetid://337002392"
  347.  
  348. ImageLabel_4.Parent = BypassedAudiosScroll
  349. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  350. ImageLabel_4.BackgroundTransparency = 1
  351. ImageLabel_4.BorderSizePixel = 0
  352. ImageLabel_4.Position = UDim2.new(0, 0, 0.470670402, 0)
  353. ImageLabel_4.Size = UDim2.new(0, 116, 0, 113)
  354. ImageLabel_4.ZIndex = 5
  355. ImageLabel_4.Image = "rbxassetid://337002392"
  356.  
  357. TextLabel_4.Parent = BypassedAudiosScroll
  358. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  359. TextLabel_4.BackgroundTransparency = 1
  360. TextLabel_4.Position = UDim2.new(0.281464517, 0, 0.50698328, 0)
  361. TextLabel_4.Size = UDim2.new(0, 281, 0, 64)
  362. TextLabel_4.ZIndex = 5
  363. TextLabel_4.Font = Enum.Font.SourceSansLight
  364. TextLabel_4.Text = "902601313\nRip roach LOUD"
  365. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  366. TextLabel_4.TextScaled = true
  367. TextLabel_4.TextSize = 14
  368. TextLabel_4.TextWrapped = true
  369. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  370.  
  371. TextLabel_5.Parent = BypassedAudiosScroll
  372. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  373. TextLabel_5.BackgroundTransparency = 1
  374. TextLabel_5.Position = UDim2.new(0.281464517, 0, 0.664804518, 0)
  375. TextLabel_5.Size = UDim2.new(0, 281, 0, 64)
  376. TextLabel_5.ZIndex = 5
  377. TextLabel_5.Font = Enum.Font.SourceSansLight
  378. TextLabel_5.Text = "2681544846\nBarbie's Resto Bar Grill (Scare Sound)"
  379. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  380. TextLabel_5.TextScaled = true
  381. TextLabel_5.TextSize = 14
  382. TextLabel_5.TextWrapped = true
  383. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  384.  
  385. ImageLabel_5.Parent = BypassedAudiosScroll
  386. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  387. ImageLabel_5.BackgroundTransparency = 1
  388. ImageLabel_5.BorderSizePixel = 0
  389. ImageLabel_5.Position = UDim2.new(0, 0, 0.62849164, 0)
  390. ImageLabel_5.Size = UDim2.new(0, 116, 0, 113)
  391. ImageLabel_5.ZIndex = 5
  392. ImageLabel_5.Image = "rbxassetid://337002392"
  393.  
  394. moreBypassedAudiosFrame.Name = "moreBypassedAudiosFrame"
  395. moreBypassedAudiosFrame.Parent = MainFrame
  396. moreBypassedAudiosFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  397. moreBypassedAudiosFrame.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  398. moreBypassedAudiosFrame.Position = UDim2.new(0.183395132, 0, 0, 0)
  399. moreBypassedAudiosFrame.Size = UDim2.new(0, 437, 0, 358)
  400. moreBypassedAudiosFrame.Visible = false
  401. moreBypassedAudiosFrame.ZIndex = 3
  402.  
  403. moreBypassedAudiosScroll.Name = "moreBypassedAudiosScroll"
  404. moreBypassedAudiosScroll.Parent = moreBypassedAudiosFrame
  405. moreBypassedAudiosScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  406. moreBypassedAudiosScroll.BorderColor3 = Color3.new(0.847059, 0.847059, 0.847059)
  407. moreBypassedAudiosScroll.Size = UDim2.new(0, 437, 0, 358)
  408.  
  409. ImageLabel_6.Parent = moreBypassedAudiosScroll
  410. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  411. ImageLabel_6.BackgroundTransparency = 1
  412. ImageLabel_6.BorderSizePixel = 0
  413. ImageLabel_6.Size = UDim2.new(0, 116, 0, 113)
  414. ImageLabel_6.ZIndex = 5
  415. ImageLabel_6.Image = "rbxassetid://337002392"
  416.  
  417. TextLabel_6.Parent = moreBypassedAudiosScroll
  418. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  419. TextLabel_6.BackgroundTransparency = 1
  420. TextLabel_6.Position = UDim2.new(0.281464517, 0, 0.0363128483, 0)
  421. TextLabel_6.Size = UDim2.new(0, 281, 0, 64)
  422. TextLabel_6.ZIndex = 5
  423. TextLabel_6.Font = Enum.Font.SourceSansLight
  424. TextLabel_6.Text = "405835873\nIts raining tix LOUD"
  425. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  426. TextLabel_6.TextScaled = true
  427. TextLabel_6.TextSize = 14
  428. TextLabel_6.TextWrapped = true
  429. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  430.  
  431. ImageLabel_7.Parent = moreBypassedAudiosScroll
  432. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  433. ImageLabel_7.BackgroundTransparency = 1
  434. ImageLabel_7.BorderSizePixel = 0
  435. ImageLabel_7.Position = UDim2.new(0, 0, 0.153631285, 0)
  436. ImageLabel_7.Size = UDim2.new(0, 116, 0, 113)
  437. ImageLabel_7.ZIndex = 5
  438. ImageLabel_7.Image = "rbxassetid://337002392"
  439.  
  440. TextLabel_7.Parent = moreBypassedAudiosScroll
  441. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  442. TextLabel_7.BackgroundTransparency = 1
  443. TextLabel_7.Position = UDim2.new(0.281464517, 0, 0.189944133, 0)
  444. TextLabel_7.Size = UDim2.new(0, 281, 0, 64)
  445. TextLabel_7.ZIndex = 5
  446. TextLabel_7.Font = Enum.Font.SourceSansLight
  447. TextLabel_7.Text = "414278655\nSweatShirt LOUD"
  448. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  449. TextLabel_7.TextScaled = true
  450. TextLabel_7.TextSize = 14
  451. TextLabel_7.TextWrapped = true
  452. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  453.  
  454. ImageLabel_8.Parent = moreBypassedAudiosScroll
  455. ImageLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  456. ImageLabel_8.BackgroundTransparency = 1
  457. ImageLabel_8.BorderSizePixel = 0
  458. ImageLabel_8.Position = UDim2.new(0, 0, 0.311452508, 0)
  459. ImageLabel_8.Size = UDim2.new(0, 116, 0, 113)
  460. ImageLabel_8.ZIndex = 5
  461. ImageLabel_8.Image = "rbxassetid://337002392"
  462.  
  463. TextLabel_8.Parent = moreBypassedAudiosScroll
  464. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  465. TextLabel_8.BackgroundTransparency = 1
  466. TextLabel_8.Position = UDim2.new(0.281464517, 0, 0.347765356, 0)
  467. TextLabel_8.Size = UDim2.new(0, 281, 0, 64)
  468. TextLabel_8.ZIndex = 5
  469. TextLabel_8.Font = Enum.Font.SourceSansLight
  470. TextLabel_8.Text = "397405313\nJohn Cena Theme song LOUD"
  471. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  472. TextLabel_8.TextScaled = true
  473. TextLabel_8.TextSize = 14
  474. TextLabel_8.TextWrapped = true
  475. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  476.  
  477. TextLabel_9.Parent = moreBypassedAudiosScroll
  478. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  479. TextLabel_9.BackgroundTransparency = 1
  480. TextLabel_9.Position = UDim2.new(0.281464517, 0, 0.502793312, 0)
  481. TextLabel_9.Size = UDim2.new(0, 281, 0, 64)
  482. TextLabel_9.ZIndex = 5
  483. TextLabel_9.Font = Enum.Font.SourceSansLight
  484. TextLabel_9.Text = "391819838\nDurr Plant LOUD"
  485. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  486. TextLabel_9.TextScaled = true
  487. TextLabel_9.TextSize = 14
  488. TextLabel_9.TextWrapped = true
  489. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  490.  
  491. ImageLabel_9.Parent = moreBypassedAudiosScroll
  492. ImageLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  493. ImageLabel_9.BackgroundTransparency = 1
  494. ImageLabel_9.BorderSizePixel = 0
  495. ImageLabel_9.Position = UDim2.new(0, 0, 0.466480434, 0)
  496. ImageLabel_9.Size = UDim2.new(0, 116, 0, 113)
  497. ImageLabel_9.ZIndex = 5
  498. ImageLabel_9.Image = "rbxassetid://337002392"
  499.  
  500. ImageLabel_10.Parent = moreBypassedAudiosScroll
  501. ImageLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  502. ImageLabel_10.BackgroundTransparency = 1
  503. ImageLabel_10.BorderSizePixel = 0
  504. ImageLabel_10.Position = UDim2.new(0, 0, 0.624301672, 0)
  505. ImageLabel_10.Size = UDim2.new(0, 116, 0, 113)
  506. ImageLabel_10.ZIndex = 5
  507. ImageLabel_10.Image = "rbxassetid://337002392"
  508.  
  509. TextLabel_10.Parent = moreBypassedAudiosScroll
  510. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  511. TextLabel_10.BackgroundTransparency = 1
  512. TextLabel_10.Position = UDim2.new(0.281464517, 0, 0.66061455, 0)
  513. TextLabel_10.Size = UDim2.new(0, 281, 0, 64)
  514. TextLabel_10.ZIndex = 5
  515. TextLabel_10.Font = Enum.Font.SourceSansLight
  516. TextLabel_10.Text = "542910731\nIm a Banana (onsion) LOUD"
  517. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  518. TextLabel_10.TextScaled = true
  519. TextLabel_10.TextSize = 14
  520. TextLabel_10.TextWrapped = true
  521. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  522.  
  523. TextLabel_11.Parent = moreBypassedAudiosScroll
  524. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  525. TextLabel_11.BackgroundTransparency = 1
  526. TextLabel_11.Position = UDim2.new(0.281464517, 0, 0.818435788, 0)
  527. TextLabel_11.Size = UDim2.new(0, 281, 0, 64)
  528. TextLabel_11.ZIndex = 5
  529. TextLabel_11.Font = Enum.Font.SourceSansLight
  530. TextLabel_11.Text = "425658241\nKazoo Kid EARRAPE"
  531. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  532. TextLabel_11.TextScaled = true
  533. TextLabel_11.TextSize = 14
  534. TextLabel_11.TextWrapped = true
  535. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  536.  
  537. ImageLabel_11.Parent = moreBypassedAudiosScroll
  538. ImageLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  539. ImageLabel_11.BackgroundTransparency = 1
  540. ImageLabel_11.BorderSizePixel = 0
  541. ImageLabel_11.Position = UDim2.new(0, 0, 0.78212291, 0)
  542. ImageLabel_11.Size = UDim2.new(0, 116, 0, 113)
  543. ImageLabel_11.ZIndex = 5
  544. ImageLabel_11.Image = "rbxassetid://337002392"
  545.  
  546. scriptsframe.Name = "scriptsframe"
  547. scriptsframe.Parent = MainFrame
  548. scriptsframe.BackgroundColor3 = Color3.new(1, 1, 1)
  549. scriptsframe.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  550. scriptsframe.Position = UDim2.new(0.183395132, 0, 0, 0)
  551. scriptsframe.Size = UDim2.new(0, 437, 0, 358)
  552. scriptsframe.Visible = false
  553. scriptsframe.ZIndex = 3
  554.  
  555. scriptsScroll.Name = "scriptsScroll"
  556. scriptsScroll.Parent = scriptsframe
  557. scriptsScroll.BackgroundColor3 = Color3.new(1, 1, 1)
  558. scriptsScroll.BorderColor3 = Color3.new(0.847059, 0.847059, 0.847059)
  559. scriptsScroll.Size = UDim2.new(0, 437, 0, 358)
  560.  
  561. TextLabel_12.Parent = scriptsScroll
  562. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  563. TextLabel_12.BackgroundTransparency = 1
  564. TextLabel_12.Position = UDim2.new(0.281464517, 0, 0.0460893847, 0)
  565. TextLabel_12.Size = UDim2.new(0, 281, 0, 64)
  566. TextLabel_12.ZIndex = 5
  567. TextLabel_12.Font = Enum.Font.SourceSansLight
  568. TextLabel_12.Text = "Stop Radios"
  569. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  570. TextLabel_12.TextScaled = true
  571. TextLabel_12.TextSize = 14
  572. TextLabel_12.TextWrapped = true
  573. TextLabel_12.TextXAlignment = Enum.TextXAlignment.Left
  574.  
  575. TextLabel_13.Parent = scriptsScroll
  576. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  577. TextLabel_13.BackgroundTransparency = 1
  578. TextLabel_13.Position = UDim2.new(0.281464517, 0, 0.20530726, 0)
  579. TextLabel_13.Size = UDim2.new(0, 281, 0, 64)
  580. TextLabel_13.ZIndex = 5
  581. TextLabel_13.Font = Enum.Font.SourceSansLight
  582. TextLabel_13.Text = "FE Admin"
  583. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  584. TextLabel_13.TextScaled = true
  585. TextLabel_13.TextSize = 14
  586. TextLabel_13.TextWrapped = true
  587. TextLabel_13.TextXAlignment = Enum.TextXAlignment.Left
  588.  
  589. TextLabel_14.Parent = scriptsScroll
  590. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  591. TextLabel_14.BackgroundTransparency = 1
  592. TextLabel_14.Position = UDim2.new(0.281464517, 0, 0.361731827, 0)
  593. TextLabel_14.Size = UDim2.new(0, 281, 0, 64)
  594. TextLabel_14.ZIndex = 5
  595. TextLabel_14.Font = Enum.Font.SourceSansLight
  596. TextLabel_14.Text = "Hide name"
  597. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  598. TextLabel_14.TextScaled = true
  599. TextLabel_14.TextSize = 14
  600. TextLabel_14.TextWrapped = true
  601. TextLabel_14.TextXAlignment = Enum.TextXAlignment.Left
  602.  
  603. TextLabel_15.Parent = scriptsScroll
  604. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  605. TextLabel_15.BackgroundTransparency = 1
  606. TextLabel_15.Position = UDim2.new(0.281464517, 0, 0.519553065, 0)
  607. TextLabel_15.Size = UDim2.new(0, 281, 0, 64)
  608. TextLabel_15.ZIndex = 5
  609. TextLabel_15.Font = Enum.Font.SourceSansLight
  610. TextLabel_15.Text = "Unjail Yourself"
  611. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  612. TextLabel_15.TextScaled = true
  613. TextLabel_15.TextSize = 14
  614. TextLabel_15.TextWrapped = true
  615. TextLabel_15.TextXAlignment = Enum.TextXAlignment.Left
  616.  
  617. TextLabel_16.Parent = scriptsScroll
  618. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  619. TextLabel_16.BackgroundTransparency = 1
  620. TextLabel_16.Position = UDim2.new(0.281464517, 0, 0.677374303, 0)
  621. TextLabel_16.Size = UDim2.new(0, 281, 0, 64)
  622. TextLabel_16.ZIndex = 5
  623. TextLabel_16.Font = Enum.Font.SourceSansLight
  624. TextLabel_16.Text = "Crash Radios"
  625. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  626. TextLabel_16.TextScaled = true
  627. TextLabel_16.TextSize = 14
  628. TextLabel_16.TextWrapped = true
  629. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  630.  
  631. TextLabel_17.Parent = scriptsScroll
  632. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  633. TextLabel_17.BackgroundTransparency = 1
  634. TextLabel_17.Position = UDim2.new(0.281464517, 0, 0.835195541, 0)
  635. TextLabel_17.Size = UDim2.new(0, 281, 0, 64)
  636. TextLabel_17.ZIndex = 5
  637. TextLabel_17.Font = Enum.Font.SourceSansLight
  638. TextLabel_17.Text = "Free Retro"
  639. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  640. TextLabel_17.TextScaled = true
  641. TextLabel_17.TextSize = 14
  642. TextLabel_17.TextWrapped = true
  643. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  644.  
  645. StopRadios.Name = "StopRadios"
  646. StopRadios.Parent = scriptsScroll
  647. StopRadios.BackgroundColor3 = Color3.new(1, 1, 1)
  648. StopRadios.BorderSizePixel = 0
  649. StopRadios.Position = UDim2.new(0, 0, 0.0125698326, 0)
  650. StopRadios.Size = UDim2.new(0, 116, 0, 113)
  651. StopRadios.ZIndex = 5
  652. StopRadios.Image = "rbxassetid://2772348618"
  653.  
  654. FEAdmin.Name = "FEAdmin"
  655. FEAdmin.Parent = scriptsScroll
  656. FEAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  657. FEAdmin.BorderSizePixel = 0
  658. FEAdmin.Position = UDim2.new(0, 0, 0.170391053, 0)
  659. FEAdmin.Size = UDim2.new(0, 116, 0, 113)
  660. FEAdmin.ZIndex = 5
  661. FEAdmin.Image = "rbxassetid://2772348618"
  662.  
  663. Hidename.Name = "Hidename"
  664. Hidename.Parent = scriptsScroll
  665. Hidename.BackgroundColor3 = Color3.new(1, 1, 1)
  666. Hidename.BorderSizePixel = 0
  667. Hidename.Position = UDim2.new(0, 0, 0.328212261, 0)
  668. Hidename.Size = UDim2.new(0, 116, 0, 113)
  669. Hidename.ZIndex = 5
  670. Hidename.Image = "rbxassetid://2772348618"
  671.  
  672. UnjailYourself.Name = "UnjailYourself"
  673. UnjailYourself.Parent = scriptsScroll
  674. UnjailYourself.BackgroundColor3 = Color3.new(1, 1, 1)
  675. UnjailYourself.BorderSizePixel = 0
  676. UnjailYourself.Position = UDim2.new(-0.00228832942, 0, 0.486033499, 0)
  677. UnjailYourself.Size = UDim2.new(0, 116, 0, 113)
  678. UnjailYourself.ZIndex = 5
  679. UnjailYourself.Image = "rbxassetid://2772348618"
  680.  
  681. CrashRadios.Name = "CrashRadios"
  682. CrashRadios.Parent = scriptsScroll
  683. CrashRadios.BackgroundColor3 = Color3.new(1, 1, 1)
  684. CrashRadios.BorderSizePixel = 0
  685. CrashRadios.Position = UDim2.new(-0.00228832942, 0, 0.643854737, 0)
  686. CrashRadios.Size = UDim2.new(0, 116, 0, 113)
  687. CrashRadios.ZIndex = 5
  688. CrashRadios.Image = "rbxassetid://2772348618"
  689.  
  690. FreeRetro.Name = "FreeRetro"
  691. FreeRetro.Parent = scriptsScroll
  692. FreeRetro.BackgroundColor3 = Color3.new(1, 1, 1)
  693. FreeRetro.BorderSizePixel = 0
  694. FreeRetro.Position = UDim2.new(0, 0, 0.801675975, 0)
  695. FreeRetro.Size = UDim2.new(0, 116, 0, 113)
  696. FreeRetro.ZIndex = 5
  697. FreeRetro.Image = "rbxassetid://2772348618"
  698.  
  699. creditsframe.Name = "creditsframe"
  700. creditsframe.Parent = MainFrame
  701. creditsframe.BackgroundColor3 = Color3.new(1, 1, 1)
  702. creditsframe.BorderColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  703. creditsframe.Position = UDim2.new(0.183395132, 0, 0, 0)
  704. creditsframe.Size = UDim2.new(0, 437, 0, 358)
  705. creditsframe.Visible = false
  706. creditsframe.ZIndex = 3
  707.  
  708. credit1.Name = "credit1"
  709. credit1.Parent = creditsframe
  710. credit1.BackgroundColor3 = Color3.new(1, 1, 1)
  711. credit1.BackgroundTransparency = 1
  712. credit1.Position = UDim2.new(0.0755148754, 0, 0.0698324069, 0)
  713. credit1.Size = UDim2.new(0, 362, 0, 50)
  714. credit1.ZIndex = 5
  715. credit1.Font = Enum.Font.SourceSansLight
  716. credit1.Text = "3vpl - UI Designer/Scripter"
  717. credit1.TextColor3 = Color3.new(0, 0, 0)
  718. credit1.TextScaled = true
  719. credit1.TextSize = 14
  720. credit1.TextWrapped = true
  721.  
  722. credit2.Name = "credit2"
  723. credit2.Parent = creditsframe
  724. credit2.BackgroundColor3 = Color3.new(1, 1, 1)
  725. credit2.BackgroundTransparency = 1
  726. credit2.Position = UDim2.new(0.0755148754, 0, 0.262569815, 0)
  727. credit2.Size = UDim2.new(0, 362, 0, 50)
  728. credit2.ZIndex = 5
  729. credit2.Font = Enum.Font.SourceSansLight
  730. credit2.Text = "RoCopSSS - Gave me a bypassed song"
  731. credit2.TextColor3 = Color3.new(0, 0, 0)
  732. credit2.TextScaled = true
  733. credit2.TextSize = 14
  734. credit2.TextWrapped = true
  735.  
  736. credit2_2.Name = "credit2"
  737. credit2_2.Parent = creditsframe
  738. credit2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  739. credit2_2.BackgroundTransparency = 1
  740. credit2_2.Position = UDim2.new(0.0755148754, 0, 0.430167615, 0)
  741. credit2_2.Size = UDim2.new(0, 362, 0, 50)
  742. credit2_2.ZIndex = 5
  743. credit2_2.Font = Enum.Font.SourceSansLight
  744. credit2_2.Text = "NinjaFoxMasterR - Co-Developer"
  745. credit2_2.TextColor3 = Color3.new(0, 0, 0)
  746. credit2_2.TextScaled = true
  747. credit2_2.TextSize = 14
  748. credit2_2.TextWrapped = true
  749.  
  750. credit2_3.Name = "credit2"
  751. credit2_3.Parent = creditsframe
  752. credit2_3.BackgroundColor3 = Color3.new(1, 1, 1)
  753. credit2_3.BackgroundTransparency = 1
  754. credit2_3.Position = UDim2.new(0.0846681893, 0, 0.608938515, 0)
  755. credit2_3.Size = UDim2.new(0, 362, 0, 50)
  756. credit2_3.ZIndex = 5
  757. credit2_3.Font = Enum.Font.SourceSansLight
  758. credit2_3.Text = "FlippyFlopz - Friend"
  759. credit2_3.TextColor3 = Color3.new(0, 0, 0)
  760. credit2_3.TextScaled = true
  761. credit2_3.TextSize = 14
  762. credit2_3.TextWrapped = true
  763.  
  764. credit2_4.Name = "credit2"
  765. credit2_4.Parent = creditsframe
  766. credit2_4.BackgroundColor3 = Color3.new(1, 1, 1)
  767. credit2_4.BackgroundTransparency = 1
  768. credit2_4.Position = UDim2.new(0.0755148679, 0, 0.776536286, 0)
  769. credit2_4.Size = UDim2.new(0, 362, 0, 50)
  770. credit2_4.ZIndex = 5
  771. credit2_4.Font = Enum.Font.SourceSansLight
  772. credit2_4.Text = "Zoxx - Friend"
  773. credit2_4.TextColor3 = Color3.new(0, 0, 0)
  774. credit2_4.TextScaled = true
  775. credit2_4.TextSize = 14
  776. credit2_4.TextWrapped = true
  777.  
  778. Minimize.Name = "Minimize"
  779. Minimize.Parent = Top
  780. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  781. Minimize.BackgroundTransparency = 1
  782. Minimize.Position = UDim2.new(0.904967606, 0, -0.0370370373, 0)
  783. Minimize.Size = UDim2.new(0, 44, 0, 27)
  784. Minimize.Font = Enum.Font.SourceSansSemibold
  785. Minimize.Text = "-"
  786. Minimize.TextColor3 = Color3.new(0, 0, 0)
  787. Minimize.TextSize = 32
  788. Minimize.TextWrapped = true
  789.  
  790. OpenButton.Name = "OpenButton"
  791. OpenButton.Parent = RadioTesterGuiV2
  792. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  793. OpenButton.BorderColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  794. OpenButton.Position = UDim2.new(0.874843538, 0, 0.512315273, 0)
  795. OpenButton.Size = UDim2.new(0, 200, 0, 50)
  796. OpenButton.Visible = false
  797. OpenButton.Font = Enum.Font.SourceSansLight
  798. OpenButton.Text = "Open"
  799. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  800. OpenButton.TextScaled = true
  801. OpenButton.TextSize = 14
  802. OpenButton.TextWrapped = true
  803.  
  804. LoadingFrame.Name = "LoadingFrame"
  805. LoadingFrame.Parent = RadioTesterGuiV2
  806. LoadingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  807. LoadingFrame.BorderSizePixel = 0
  808. LoadingFrame.Position = UDim2.new(0.440390825, 0, 0.339234829, 0)
  809. LoadingFrame.Size = UDim2.new(0, 239, 0, 326)
  810.  
  811. LoadingIcon.Name = "LoadingIcon"
  812. LoadingIcon.Parent = LoadingFrame
  813. LoadingIcon.BackgroundColor3 = Color3.new(1, 1, 1)
  814. LoadingIcon.BackgroundTransparency = 1
  815. LoadingIcon.BorderSizePixel = 0
  816. LoadingIcon.Position = UDim2.new(0.251046032, 0, 0.125766873, 0)
  817. LoadingIcon.Size = UDim2.new(0, 121, 0, 123)
  818. LoadingIcon.Image = "rbxassetid://714343976"
  819. LoadingIcon.ImageColor3 = Color3.new(0, 0, 0)
  820.  
  821. loadingtext.Name = "loadingtext"
  822. loadingtext.Parent = LoadingFrame
  823. loadingtext.BackgroundColor3 = Color3.new(1, 1, 1)
  824. loadingtext.BackgroundTransparency = 1
  825. loadingtext.Position = UDim2.new(0.079497911, 0, 0.668711662, 0)
  826. loadingtext.Size = UDim2.new(0, 200, 0, 50)
  827. loadingtext.Font = Enum.Font.SourceSansLight
  828. loadingtext.Text = "Loading Message"
  829. loadingtext.TextColor3 = Color3.new(0, 0, 0)
  830. loadingtext.TextScaled = true
  831. loadingtext.TextSize = 14
  832. loadingtext.TextWrapped = true
  833. loadingtext.Text = string.upper(messages[math.random(1,#messages)])
  834. local sound = Instance.new("Sound", workspace)
  835. sound.SoundId = "rbxassetid://1524100640"
  836. sound.Name = "LoadingSoundID"
  837. sound.Playing = true
  838. function spinnerEasingFunc(a, b, t)
  839.     t = t * 2
  840.     if t < 1 then
  841.         return b / 2 * t*t*t + a
  842.     else
  843.         t = t - 2
  844.         return b / 2 * (t * t * t + 2) + b
  845.     end
  846. end
  847. turnCycleTime = 1.3
  848. local RS = game:GetService("RunService")
  849. RS.RenderStepped:Connect(function()
  850.     local currentTime = tick()
  851.     local timeInCycle = currentTime % turnCycleTime
  852.     local cycleAlpha = spinnerEasingFunc(0, 1, timeInCycle / turnCycleTime)
  853.     LoadingIcon.Rotation = cycleAlpha * 360
  854. end)
  855. sound:Play()
  856. sound.Volume = 2
  857. wait(22.934999999999998721)
  858. sound:Destroy()
  859. LoadingFrame.Visible = false
  860. Top.Visible = true
  861. closenotify.MouseButton1Click:Connect(function()
  862.     Notification.Visible = false
  863. end)
  864. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),Top
  865.  
  866. local function update(input)
  867.     local delta = input.Position - dragStart
  868.     wait(0.1)
  869.     gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  870. end
  871.  
  872. gui.InputBegan:Connect(function(input)
  873.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  874.         dragging = true
  875.         dragStart = input.Position
  876.         startPos = gui.Position
  877.      
  878.         input.Changed:Connect(function()
  879.             if input.UserInputState == Enum.UserInputState.End then
  880.                 dragging = false
  881.             end
  882.         end)
  883.     end
  884. end)
  885.  
  886. gui.InputChanged:Connect(function(input)
  887.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  888.         dragInput = input
  889.     end
  890. end)
  891.  
  892. UserInputService.InputChanged:Connect(function(input)
  893.     if input == dragInput and dragging then
  894.         update(input)
  895.     end
  896. end)
  897. Minimize.MouseButton1Click:Connect(function()
  898.     if Top.Visible == true then
  899.         Top.Visible = false
  900.         OpenButton.Visible = true
  901.     else
  902.         Top.Visible = true
  903.         OpenButton.Visible = false
  904.     end
  905. end)
  906. BypassedAudiosButton.MouseButton1Click:Connect(function()
  907.     BypassedAudiosFrame.Visible = true
  908.     creditsframe.Visible = false
  909.     scriptsframe.Visible = false
  910.     moreBypassedAudiosFrame.Visible = false
  911. end)
  912. creditsbutton.MouseButton1Click:Connect(function()
  913.     BypassedAudiosFrame.Visible = false
  914.     creditsframe.Visible = true
  915.     scriptsframe.Visible = false
  916.     moreBypassedAudiosFrame.Visible = false
  917. end)
  918. scriptsbutton.MouseButton1Click:Connect(function()
  919.     BypassedAudiosFrame.Visible = false
  920.     creditsframe.Visible = false
  921.     scriptsframe.Visible = true
  922.     moreBypassedAudiosFrame.Visible = false
  923. end)
  924. morebypassedaudiosbutton.MouseButton1Click:Connect(function()
  925.     BypassedAudiosFrame.Visible = false
  926.     creditsframe.Visible = false
  927.     scriptsframe.Visible = false
  928.     moreBypassedAudiosFrame.Visible = true
  929. end)
  930. StopRadios.MouseButton1Click:Connect(function()
  931.     for i,v in pairs(game.Players:GetChildren()) do
  932. if v.Name ~= game.Players.LocalPlayer.Name then
  933. for x,d in pairs(game.Workspace[v.Name]:GetChildren()) do
  934. if d:IsA("Tool") then
  935. d.Handle.Sound.Playing = false
  936. end
  937. end
  938. end
  939. end
  940. end)
  941. FEAdmin.MouseButton1Click:Connect(function()
  942.     loadstring(game:HttpGet("https://pastebin.com/raw/XbUvhxnh",true))()
  943. end)
  944. Hidename.MouseButton1Click:Connect(function()
  945.     game.Players.LocalPlayer.Character.Head.Title:ClearAllChildren()
  946. end)
  947. UnjailYourself.MouseButton1Click:Connect(function()
  948.     game.ReplicatedStorage.ReleaseEvent:FireServer()
  949. end)
  950. CrashRadios.MouseButton1Click:Connect(function()
  951.     local sounds = { }
  952. local recurse
  953. function recurse(instance)
  954.   if instance:IsA "Sound" then
  955.     sounds[#sounds + 1] = instance
  956.   end
  957.   for _, child in ipairs (instance:GetChildren()) do
  958.     recurse(child)
  959.   end
  960. end
  961. recurse(game)
  962. game.DescendantAdded:connect(recurse)
  963. spawn(function()
  964.   while true do
  965.     game:GetService "RunService".RenderStepped:wait()
  966.     for _, sound in ipairs (sounds) do
  967.       sound:Play()
  968.     end
  969.   end
  970. end)
  971. end)
  972. FreeRetro.MouseButton1Click:Connect(function()
  973.     game.ReplicatedStorage.Give5:FireServer()
  974. end)
  975. OpenButton.MouseButton1Click:Connect(function()
  976.     OpenButton.Visible = false
  977.     Top.Visible = true
  978. end)
  979. game.Players.PlayerAdded:Connect(function(p)
  980.     Notification.Visible = true
  981.     rankin.Text = "Rank in group : "..p:GetRoleInGroup(4029534)
  982.     plrleft.Text = "Players in server : "..game.Players.NumPlayers.."/"..game.Players.MaxPlayers
  983.     PlayerImage.Image = "http://www.roblox.com/thumbs/avatar.ashx?x=352&y=352&format=png&username="..p.Name
  984.     changelogs.Text = string.lower(p.Name.." has joined.")
  985. end)
  986. game.Players.PlayerRemoving:Connect(function(pl)
  987.     Notification.Visible = true
  988.     plrleft.Text = "Players in server : "..game.Players.NumPlayers.."/"..game.Players.MaxPlayers
  989.     rankin.Text = "Rank in group : "..pl:GetRoleInGroup(4029534)
  990.     PlayerImage.Image = "http://www.roblox.com/thumbs/avatar.ashx?x=352&y=352&format=png&username="..pl.Name
  991.     changelogs.Text = string.lower(pl.Name.." has left.")
  992. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement