Advertisement
Hellotop2

Untitled

Jan 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.47 KB | None | 0 0
  1. user = "OwnerLogin"
  2. pass = "v3"
  3. -- Objects
  4.  
  5. local RadioTesterGUI = Instance.new("ScreenGui")
  6. local Login = Instance.new("Frame")
  7. local ImageBackground = Instance.new("ImageLabel")
  8. local RadioTesterLogoText = Instance.new("TextLabel")
  9. local UserBox = Instance.new("TextBox")
  10. local PassBox = Instance.new("TextBox")
  11. local Enter = Instance.new("TextButton")
  12. local Top = Instance.new("Frame")
  13. local BackgroundFrame = Instance.new("Frame")
  14. local SideMenu = Instance.new("Frame")
  15. local bypassaudiosbutton = Instance.new("TextButton")
  16. local morebypassedaudiosbutton = Instance.new("TextButton")
  17. local scriptsbutton = Instance.new("TextButton")
  18. local bypassaudiosframe = Instance.new("Frame")
  19. local ScrollingFramebypassedaudios = Instance.new("ScrollingFrame")
  20. local ImageLabel = Instance.new("ImageLabel")
  21. local TextLabel = Instance.new("TextLabel")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local ImageLabel_2 = Instance.new("ImageLabel")
  26. local ImageLabel_3 = Instance.new("ImageLabel")
  27. local ImageLabel_4 = Instance.new("ImageLabel")
  28. local TextLabel_5 = Instance.new("TextLabel")
  29. local ImageLabel_5 = Instance.new("ImageLabel")
  30. local TextLabel_6 = Instance.new("TextLabel")
  31. local ImageLabel_6 = Instance.new("ImageLabel")
  32. local morebypassedaudiosframe = Instance.new("Frame")
  33. local ScrollingFramemorebypassedaudios = Instance.new("ScrollingFrame")
  34. local ImageLabel_7 = Instance.new("ImageLabel")
  35. local TextLabel_7 = Instance.new("TextLabel")
  36. local ImageLabel_8 = Instance.new("ImageLabel")
  37. local TextLabel_8 = Instance.new("TextLabel")
  38. local TextLabel_9 = Instance.new("TextLabel")
  39. local ImageLabel_9 = Instance.new("ImageLabel")
  40. local TextLabel_10 = Instance.new("TextLabel")
  41. local TextLabel_11 = Instance.new("TextLabel")
  42. local ImageLabel_10 = Instance.new("ImageLabel")
  43. local scriptsframe = Instance.new("Frame")
  44. local StopRadios = Instance.new("TextButton")
  45. local FEAdmin = Instance.new("TextButton")
  46. local CrashRadios = Instance.new("TextButton")
  47. local unjailyourself = Instance.new("TextButton")
  48. local hidename = Instance.new("TextButton")
  49. local freeretro = Instance.new("TextButton")
  50.  
  51. -- Properties
  52.  
  53. RadioTesterGUI.Name = "RadioTesterGUI"
  54. RadioTesterGUI.Parent = game.CoreGui
  55. RadioTesterGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  56.  
  57. Login.Name = "Login"
  58. Login.Parent = RadioTesterGUI
  59. Login.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  60. Login.BorderSizePixel = 0
  61. Login.Position = UDim2.new(0.414201975, 0, 0.271663725, 0)
  62. Login.Size = UDim2.new(0, 317, 0, 412)
  63. Login.Visible = true
  64.  
  65. ImageBackground.Name = "ImageBackground"
  66. ImageBackground.Parent = Login
  67. ImageBackground.BackgroundTransparency = 1
  68. ImageBackground.BorderSizePixel = 0
  69. ImageBackground.Position = UDim2.new(0.312302858, 0, 0.0655339807, 0)
  70. ImageBackground.Size = UDim2.new(0, 119, 0, 116)
  71. ImageBackground.Image = "rbxassetid://1308002435"
  72. ImageBackground.ScaleType = Enum.ScaleType.Slice
  73. ImageBackground.SliceCenter = Rect.new(55, 55, 201, 201)
  74.  
  75. RadioTesterLogoText.Name = "RadioTesterLogoText"
  76. RadioTesterLogoText.Parent = ImageBackground
  77. RadioTesterLogoText.BackgroundColor3 = Color3.new(1, 1, 1)
  78. RadioTesterLogoText.BackgroundTransparency = 1
  79. RadioTesterLogoText.Position = UDim2.new(0, 0, 0.0862068981, 0)
  80. RadioTesterLogoText.Size = UDim2.new(0, 117, 0, 96)
  81. RadioTesterLogoText.Font = Enum.Font.SourceSansLight
  82. RadioTesterLogoText.Text = "Radio Tester"
  83. RadioTesterLogoText.TextColor3 = Color3.new(0, 0, 0)
  84. RadioTesterLogoText.TextScaled = true
  85. RadioTesterLogoText.TextSize = 14
  86. RadioTesterLogoText.TextWrapped = true
  87.  
  88. UserBox.Name = "UserBox"
  89. UserBox.Parent = Login
  90. UserBox.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  91. UserBox.BorderSizePixel = 0
  92. UserBox.Position = UDim2.new(0.151419565, 0, 0.388349503, 0)
  93. UserBox.Size = UDim2.new(0, 227, 0, 50)
  94. UserBox.Font = Enum.Font.SourceSansLight
  95. UserBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  96. UserBox.PlaceholderText = "Username"
  97. UserBox.Text = "Username"
  98. UserBox.TextColor3 = Color3.new(0, 0, 0)
  99. UserBox.TextScaled = true
  100. UserBox.TextSize = 14
  101. UserBox.TextWrapped = true
  102. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  103.  
  104. PassBox.Name = "PassBox"
  105. PassBox.Parent = Login
  106. PassBox.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  107. PassBox.BorderSizePixel = 0
  108. PassBox.Position = UDim2.new(0.151419565, 0, 0.587378621, 0)
  109. PassBox.Size = UDim2.new(0, 227, 0, 50)
  110. PassBox.Font = Enum.Font.SourceSansLight
  111. PassBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  112. PassBox.PlaceholderText = "Password"
  113. PassBox.Text = "Password"
  114. PassBox.TextColor3 = Color3.new(0, 0, 0)
  115. PassBox.TextScaled = true
  116. PassBox.TextSize = 14
  117. PassBox.TextWrapped = true
  118. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  119.  
  120. Enter.Name = "Enter"
  121. Enter.Parent = Login
  122. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Enter.BorderSizePixel = 0
  124. Enter.Position = UDim2.new(0.182965294, 0, 0.766990304, 0)
  125. Enter.Size = UDim2.new(0, 200, 0, 50)
  126. Enter.Font = Enum.Font.SourceSansLight
  127. Enter.Text = "Login"
  128. Enter.TextColor3 = Color3.new(0, 0, 0)
  129. Enter.TextScaled = true
  130. Enter.TextSize = 14
  131. Enter.TextWrapped = true
  132.  
  133. Top.Name = "Top"
  134. Top.Parent = RadioTesterGUI
  135. Top.BackgroundColor3 = Color3.new(0, 0, 0)
  136. Top.BorderSizePixel = 0
  137. Top.Position = UDim2.new(0.0969962627, 0, 0.0701970235, 0)
  138. Top.Size = UDim2.new(0, 528, 0, 40)
  139. Top.Visible = false
  140.  
  141. BackgroundFrame.Name = "BackgroundFrame"
  142. BackgroundFrame.Parent = Top
  143. BackgroundFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  144. BackgroundFrame.BorderSizePixel = 0
  145. BackgroundFrame.Position = UDim2.new(0.0986349434, 0, 0.975000203, 0)
  146. BackgroundFrame.Size = UDim2.new(0, 476, 0, 269)
  147.  
  148. SideMenu.Name = "SideMenu"
  149. SideMenu.Parent = Top
  150. SideMenu.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  151. SideMenu.BorderSizePixel = 0
  152. SideMenu.Position = UDim2.new(0, 0, 0.975000381, 0)
  153. SideMenu.Size = UDim2.new(0, 73, 0, 269)
  154.  
  155. bypassaudiosbutton.Name = "bypassaudiosbutton"
  156. bypassaudiosbutton.Parent = SideMenu
  157. bypassaudiosbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  158. bypassaudiosbutton.BorderSizePixel = 0
  159. bypassaudiosbutton.Size = UDim2.new(0, 73, 0, 33)
  160. bypassaudiosbutton.Font = Enum.Font.SourceSans
  161. bypassaudiosbutton.Text = "Bypassed Audios"
  162. bypassaudiosbutton.TextColor3 = Color3.new(0, 0, 0)
  163. bypassaudiosbutton.TextScaled = true
  164. bypassaudiosbutton.TextSize = 14
  165. bypassaudiosbutton.TextWrapped = true
  166.  
  167. morebypassedaudiosbutton.Name = "morebypassedaudiosbutton"
  168. morebypassedaudiosbutton.Parent = SideMenu
  169. morebypassedaudiosbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  170. morebypassedaudiosbutton.BorderSizePixel = 0
  171. morebypassedaudiosbutton.Position = UDim2.new(0, 0, 0.185873613, 0)
  172. morebypassedaudiosbutton.Size = UDim2.new(0, 73, 0, 33)
  173. morebypassedaudiosbutton.Font = Enum.Font.SourceSans
  174. morebypassedaudiosbutton.Text = "Bypassed Audios"
  175. morebypassedaudiosbutton.TextColor3 = Color3.new(0, 0, 0)
  176. morebypassedaudiosbutton.TextScaled = true
  177. morebypassedaudiosbutton.TextSize = 14
  178. morebypassedaudiosbutton.TextWrapped = true
  179.  
  180. scriptsbutton.Name = "scriptsbutton"
  181. scriptsbutton.Parent = SideMenu
  182. scriptsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  183. scriptsbutton.BorderSizePixel = 0
  184. scriptsbutton.Position = UDim2.new(0, 0, 0.382899642, 0)
  185. scriptsbutton.Size = UDim2.new(0, 73, 0, 33)
  186. scriptsbutton.Font = Enum.Font.SourceSans
  187. scriptsbutton.Text = "Scripts"
  188. scriptsbutton.TextColor3 = Color3.new(0, 0, 0)
  189. scriptsbutton.TextScaled = true
  190. scriptsbutton.TextSize = 14
  191. scriptsbutton.TextWrapped = true
  192.  
  193. bypassaudiosframe.Name = "bypassaudiosframe"
  194. bypassaudiosframe.Parent = Top
  195. bypassaudiosframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  196. bypassaudiosframe.BorderSizePixel = 0
  197. bypassaudiosframe.Position = UDim2.new(0.138257578, 0, 0.975000381, 0)
  198. bypassaudiosframe.Size = UDim2.new(0, 455, 0, 269)
  199. bypassaudiosframe.Visible = false
  200. bypassaudiosframe.ZIndex = 2
  201.  
  202. ScrollingFramebypassedaudios.Name = "ScrollingFramebypassedaudios"
  203. ScrollingFramebypassedaudios.Parent = bypassaudiosframe
  204. ScrollingFramebypassedaudios.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  205. ScrollingFramebypassedaudios.Size = UDim2.new(0, 455, 0, 269)
  206.  
  207. ImageLabel.Parent = ScrollingFramebypassedaudios
  208. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  209. ImageLabel.BackgroundTransparency = 1
  210. ImageLabel.Size = UDim2.new(0, 113, 0, 106)
  211. ImageLabel.ZIndex = 5
  212. ImageLabel.Image = "rbxassetid://337002392"
  213.  
  214. TextLabel.Parent = ScrollingFramebypassedaudios
  215. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  216. TextLabel.BackgroundTransparency = 1
  217. TextLabel.Position = UDim2.new(0.248351648, 0, 0.551346481, 0)
  218. TextLabel.Size = UDim2.new(0, 306, 0, 59)
  219. TextLabel.ZIndex = 5
  220. TextLabel.Font = Enum.Font.SourceSansLight
  221. TextLabel.Text = "644263651\nKfc ASMR Loud\n"
  222. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  223. TextLabel.TextScaled = true
  224. TextLabel.TextSize = 14
  225. TextLabel.TextWrapped = true
  226. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  227.  
  228. TextLabel_2.Parent = ScrollingFramebypassedaudios
  229. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  230. TextLabel_2.BackgroundTransparency = 1
  231. TextLabel_2.Position = UDim2.new(0.248351648, 0, 0.218632713, 0)
  232. TextLabel_2.Size = UDim2.new(0, 306, 0, 78)
  233. TextLabel_2.ZIndex = 5
  234. TextLabel_2.Font = Enum.Font.SourceSansLight
  235. TextLabel_2.Text = "2111590082\nbeat my\n"
  236. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  237. TextLabel_2.TextScaled = true
  238. TextLabel_2.TextSize = 14
  239. TextLabel_2.TextWrapped = true
  240. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  241.  
  242. TextLabel_3.Parent = ScrollingFramebypassedaudios
  243. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  244. TextLabel_3.BackgroundTransparency = 1
  245. TextLabel_3.Position = UDim2.new(0.248351648, 0, 0.378484011, 0)
  246. TextLabel_3.Size = UDim2.new(0, 306, 0, 59)
  247. TextLabel_3.ZIndex = 5
  248. TextLabel_3.Font = Enum.Font.SourceSansLight
  249. TextLabel_3.Text = "172899166\nEnebus Earrape"
  250. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  251. TextLabel_3.TextScaled = true
  252. TextLabel_3.TextSize = 14
  253. TextLabel_3.TextWrapped = true
  254. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  255.  
  256. TextLabel_4.Parent = ScrollingFramebypassedaudios
  257. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  258. TextLabel_4.BackgroundTransparency = 1
  259. TextLabel_4.Position = UDim2.new(0.248351648, 0, 0.0513464734, 0)
  260. TextLabel_4.Size = UDim2.new(0, 306, 0, 78)
  261. TextLabel_4.ZIndex = 5
  262. TextLabel_4.Font = Enum.Font.SourceSansLight
  263. TextLabel_4.Text = "425658241\nKazoo Kid EARRAPE\n"
  264. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  265. TextLabel_4.TextScaled = true
  266. TextLabel_4.TextSize = 14
  267. TextLabel_4.TextWrapped = true
  268. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  269.  
  270. ImageLabel_2.Parent = ScrollingFramebypassedaudios
  271. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  272. ImageLabel_2.BackgroundTransparency = 1
  273. ImageLabel_2.Position = UDim2.new(0, 0, 0.32713756, 0)
  274. ImageLabel_2.Size = UDim2.new(0, 113, 0, 106)
  275. ImageLabel_2.ZIndex = 5
  276. ImageLabel_2.Image = "rbxassetid://337002392"
  277.  
  278. ImageLabel_3.Parent = ScrollingFramebypassedaudios
  279. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  280. ImageLabel_3.BackgroundTransparency = 1
  281. ImageLabel_3.Position = UDim2.new(0, 0, 0.167286247, 0)
  282. ImageLabel_3.Size = UDim2.new(0, 113, 0, 106)
  283. ImageLabel_3.ZIndex = 5
  284. ImageLabel_3.Image = "rbxassetid://337002392"
  285.  
  286. ImageLabel_4.Parent = ScrollingFramebypassedaudios
  287. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  288. ImageLabel_4.BackgroundTransparency = 1
  289. ImageLabel_4.Position = UDim2.new(0, 0, 0.5, 0)
  290. ImageLabel_4.Size = UDim2.new(0, 113, 0, 106)
  291. ImageLabel_4.ZIndex = 5
  292. ImageLabel_4.Image = "rbxassetid://337002392"
  293.  
  294. TextLabel_5.Parent = ScrollingFramebypassedaudios
  295. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  296. TextLabel_5.BackgroundTransparency = 1
  297. TextLabel_5.Position = UDim2.new(0.246153846, 0, 0.711197793, 0)
  298. TextLabel_5.Size = UDim2.new(0, 306, 0, 59)
  299. TextLabel_5.ZIndex = 5
  300. TextLabel_5.Font = Enum.Font.SourceSansLight
  301. TextLabel_5.Text = "2502638589\nDefault Dance Loud\n"
  302. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  303. TextLabel_5.TextScaled = true
  304. TextLabel_5.TextSize = 14
  305. TextLabel_5.TextWrapped = true
  306. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  307.  
  308. ImageLabel_5.Parent = ScrollingFramebypassedaudios
  309. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  310. ImageLabel_5.BackgroundTransparency = 1
  311. ImageLabel_5.Position = UDim2.new(-0.0021978023, 0, 0.659851313, 0)
  312. ImageLabel_5.Size = UDim2.new(0, 113, 0, 106)
  313. ImageLabel_5.ZIndex = 5
  314. ImageLabel_5.Image = "rbxassetid://337002392"
  315.  
  316. TextLabel_6.Parent = ScrollingFramebypassedaudios
  317. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  318. TextLabel_6.BackgroundTransparency = 1
  319. TextLabel_6.Position = UDim2.new(0.248351648, 0, 0.854320467, 0)
  320. TextLabel_6.Size = UDim2.new(0, 306, 0, 59)
  321. TextLabel_6.ZIndex = 5
  322. TextLabel_6.Font = Enum.Font.SourceSansLight
  323. TextLabel_6.Text = "2466291217\nMario Nigger\n"
  324. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  325. TextLabel_6.TextScaled = true
  326. TextLabel_6.TextSize = 14
  327. TextLabel_6.TextWrapped = true
  328. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  329.  
  330. ImageLabel_6.Parent = ScrollingFramebypassedaudios
  331. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  332. ImageLabel_6.BackgroundTransparency = 1
  333. ImageLabel_6.Position = UDim2.new(0, 0, 0.802973986, 0)
  334. ImageLabel_6.Size = UDim2.new(0, 113, 0, 106)
  335. ImageLabel_6.ZIndex = 5
  336. ImageLabel_6.Image = "rbxassetid://337002392"
  337.  
  338. morebypassedaudiosframe.Name = "morebypassedaudiosframe"
  339. morebypassedaudiosframe.Parent = Top
  340. morebypassedaudiosframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  341. morebypassedaudiosframe.BorderSizePixel = 0
  342. morebypassedaudiosframe.Position = UDim2.new(0.138257578, 0, 0.975000381, 0)
  343. morebypassedaudiosframe.Size = UDim2.new(0, 455, 0, 269)
  344. morebypassedaudiosframe.Visible = false
  345. morebypassedaudiosframe.ZIndex = 2
  346.  
  347. ScrollingFramemorebypassedaudios.Name = "ScrollingFramemorebypassedaudios"
  348. ScrollingFramemorebypassedaudios.Parent = morebypassedaudiosframe
  349. ScrollingFramemorebypassedaudios.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  350. ScrollingFramemorebypassedaudios.Size = UDim2.new(0, 455, 0, 269)
  351. ScrollingFramemorebypassedaudios.CanvasPosition = Vector2.new(0, 269)
  352.  
  353. ImageLabel_7.Parent = ScrollingFramemorebypassedaudios
  354. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  355. ImageLabel_7.BackgroundTransparency = 1
  356. ImageLabel_7.Size = UDim2.new(0, 113, 0, 106)
  357. ImageLabel_7.ZIndex = 5
  358. ImageLabel_7.Image = "rbxassetid://337002392"
  359.  
  360. TextLabel_7.Parent = ScrollingFramemorebypassedaudios
  361. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  362. TextLabel_7.BackgroundTransparency = 1
  363. TextLabel_7.Position = UDim2.new(0.248351648, 0, 0.0513464734, 0)
  364. TextLabel_7.Size = UDim2.new(0, 306, 0, 78)
  365. TextLabel_7.ZIndex = 5
  366. TextLabel_7.Font = Enum.Font.SourceSansLight
  367. TextLabel_7.Text = "2249867830\nFBI Open up LOUD\n"
  368. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  369. TextLabel_7.TextScaled = true
  370. TextLabel_7.TextSize = 14
  371. TextLabel_7.TextWrapped = true
  372. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  373.  
  374. ImageLabel_8.Parent = ScrollingFramemorebypassedaudios
  375. ImageLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  376. ImageLabel_8.BackgroundTransparency = 1
  377. ImageLabel_8.Position = UDim2.new(0, 0, 0.150557622, 0)
  378. ImageLabel_8.Size = UDim2.new(0, 113, 0, 106)
  379. ImageLabel_8.ZIndex = 5
  380. ImageLabel_8.Image = "rbxassetid://337002392"
  381.  
  382. TextLabel_8.Parent = ScrollingFramemorebypassedaudios
  383. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  384. TextLabel_8.BackgroundTransparency = 1
  385. TextLabel_8.Position = UDim2.new(0.248351648, 0, 0.201904088, 0)
  386. TextLabel_8.Size = UDim2.new(0, 306, 0, 78)
  387. TextLabel_8.ZIndex = 5
  388. TextLabel_8.Font = Enum.Font.SourceSansLight
  389. TextLabel_8.Text = "1949839048\nDefalt Dance Despacito"
  390. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  391. TextLabel_8.TextScaled = true
  392. TextLabel_8.TextSize = 14
  393. TextLabel_8.TextWrapped = true
  394. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  395.  
  396. TextLabel_9.Parent = ScrollingFramemorebypassedaudios
  397. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  398. TextLabel_9.BackgroundTransparency = 1
  399. TextLabel_9.Position = UDim2.new(0.248351648, 0, 0.400788844, 0)
  400. TextLabel_9.Size = UDim2.new(0, 306, 0, 78)
  401. TextLabel_9.ZIndex = 5
  402. TextLabel_9.Font = Enum.Font.SourceSansLight
  403. TextLabel_9.Text = "405835873\nIts raining tix Loud"
  404. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  405. TextLabel_9.TextScaled = true
  406. TextLabel_9.TextSize = 14
  407. TextLabel_9.TextWrapped = true
  408. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  409.  
  410. ImageLabel_9.Parent = ScrollingFramemorebypassedaudios
  411. ImageLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  412. ImageLabel_9.BackgroundTransparency = 1
  413. ImageLabel_9.Position = UDim2.new(0, 0, 0.349442363, 0)
  414. ImageLabel_9.Size = UDim2.new(0, 113, 0, 106)
  415. ImageLabel_9.ZIndex = 5
  416. ImageLabel_9.Image = "rbxassetid://337002392"
  417.  
  418. TextLabel_10.Parent = ScrollingFramemorebypassedaudios
  419. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  420. TextLabel_10.BackgroundTransparency = 1
  421. TextLabel_10.Position = UDim2.new(0.157890111, 0, 0.785271466, 0)
  422. TextLabel_10.Size = UDim2.new(0, 311, 0, 50)
  423. TextLabel_10.ZIndex = 7
  424. TextLabel_10.Font = Enum.Font.SourceSansLight
  425. TextLabel_10.Text = "Want more? Go to http://tinyurl.com/robloxbypassedaudios."
  426. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  427. TextLabel_10.TextScaled = true
  428. TextLabel_10.TextSize = 14
  429. TextLabel_10.TextWrapped = true
  430.  
  431. TextLabel_11.Parent = ScrollingFramemorebypassedaudios
  432. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  433. TextLabel_11.BackgroundTransparency = 1
  434. TextLabel_11.Position = UDim2.new(0.248351648, 0, 0.577368736, 0)
  435. TextLabel_11.Size = UDim2.new(0, 306, 0, 78)
  436. TextLabel_11.ZIndex = 5
  437. TextLabel_11.Font = Enum.Font.SourceSansLight
  438. TextLabel_11.Text = "902601313\nRip roach loud"
  439. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  440. TextLabel_11.TextScaled = true
  441. TextLabel_11.TextSize = 14
  442. TextLabel_11.TextWrapped = true
  443. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  444.  
  445. ImageLabel_10.Parent = ScrollingFramemorebypassedaudios
  446. ImageLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  447. ImageLabel_10.BackgroundTransparency = 1
  448. ImageLabel_10.Position = UDim2.new(0, 0, 0.526022315, 0)
  449. ImageLabel_10.Size = UDim2.new(0, 113, 0, 106)
  450. ImageLabel_10.ZIndex = 5
  451. ImageLabel_10.Image = "rbxassetid://337002392"
  452.  
  453. scriptsframe.Name = "scriptsframe"
  454. scriptsframe.Parent = Top
  455. scriptsframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  456. scriptsframe.BorderSizePixel = 0
  457. scriptsframe.Position = UDim2.new(0.138257578, 0, 0.975000381, 0)
  458. scriptsframe.Size = UDim2.new(0, 455, 0, 269)
  459. scriptsframe.Visible = false
  460. scriptsframe.ZIndex = 6
  461.  
  462. StopRadios.Name = "StopRadios"
  463. StopRadios.Parent = scriptsframe
  464. StopRadios.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  465. StopRadios.BorderSizePixel = 0
  466. StopRadios.Position = UDim2.new(0.0373626389, 0, 0.0334572494, 0)
  467. StopRadios.Size = UDim2.new(0, 180, 0, 50)
  468. StopRadios.ZIndex = 7
  469. StopRadios.Font = Enum.Font.SourceSansSemibold
  470. StopRadios.Text = "Stop radios."
  471. StopRadios.TextColor3 = Color3.new(1, 1, 1)
  472. StopRadios.TextScaled = true
  473. StopRadios.TextSize = 14
  474. StopRadios.TextWrapped = true
  475.  
  476. FEAdmin.Name = "FEAdmin"
  477. FEAdmin.Parent = scriptsframe
  478. FEAdmin.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  479. FEAdmin.BorderSizePixel = 0
  480. FEAdmin.Position = UDim2.new(0.512087941, 0, 0.0334572494, 0)
  481. FEAdmin.Size = UDim2.new(0, 180, 0, 50)
  482. FEAdmin.ZIndex = 7
  483. FEAdmin.Font = Enum.Font.SourceSansSemibold
  484. FEAdmin.Text = "FE Admin"
  485. FEAdmin.TextColor3 = Color3.new(1, 1, 1)
  486. FEAdmin.TextScaled = true
  487. FEAdmin.TextSize = 14
  488. FEAdmin.TextWrapped = true
  489.  
  490. CrashRadios.Name = "CrashRadios"
  491. CrashRadios.Parent = scriptsframe
  492. CrashRadios.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  493. CrashRadios.BorderSizePixel = 0
  494. CrashRadios.Position = UDim2.new(0.0351648629, 0, 0.286245346, 0)
  495. CrashRadios.Size = UDim2.new(0, 180, 0, 50)
  496. CrashRadios.ZIndex = 7
  497. CrashRadios.Font = Enum.Font.SourceSansSemibold
  498. CrashRadios.Text = "Crash radios."
  499. CrashRadios.TextColor3 = Color3.new(1, 1, 1)
  500. CrashRadios.TextScaled = true
  501. CrashRadios.TextSize = 14
  502. CrashRadios.TextWrapped = true
  503.  
  504. unjailyourself.Name = "unjailyourself"
  505. unjailyourself.Parent = scriptsframe
  506. unjailyourself.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  507. unjailyourself.BorderSizePixel = 0
  508. unjailyourself.Position = UDim2.new(0.512087941, 0, 0.286245346, 0)
  509. unjailyourself.Size = UDim2.new(0, 180, 0, 50)
  510. unjailyourself.ZIndex = 7
  511. unjailyourself.Font = Enum.Font.SourceSansSemibold
  512. unjailyourself.Text = "Unjail yourself"
  513. unjailyourself.TextColor3 = Color3.new(1, 1, 1)
  514. unjailyourself.TextScaled = true
  515. unjailyourself.TextSize = 14
  516. unjailyourself.TextWrapped = true
  517.  
  518. hidename.Name = "hidename"
  519. hidename.Parent = scriptsframe
  520. hidename.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  521. hidename.BorderSizePixel = 0
  522. hidename.Position = UDim2.new(0.0351648629, 0, 0.527881026, 0)
  523. hidename.Size = UDim2.new(0, 180, 0, 50)
  524. hidename.ZIndex = 7
  525. hidename.Font = Enum.Font.SourceSansSemibold
  526. hidename.Text = "Hide name above."
  527. hidename.TextColor3 = Color3.new(1, 1, 1)
  528. hidename.TextScaled = true
  529. hidename.TextSize = 14
  530. hidename.TextWrapped = true
  531.  
  532. freeretro.Name = "freeretro"
  533. freeretro.Parent = scriptsframe
  534. freeretro.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  535. freeretro.BorderSizePixel = 0
  536. freeretro.Position = UDim2.new(0.512087941, 0, 0.527881026, 0)
  537. freeretro.Size = UDim2.new(0, 180, 0, 50)
  538. freeretro.ZIndex = 7
  539. freeretro.Font = Enum.Font.SourceSansSemibold
  540. freeretro.Text = "Free Retro radio"
  541. freeretro.TextColor3 = Color3.new(1, 1, 1)
  542. freeretro.TextScaled = true
  543. freeretro.TextSize = 14
  544. freeretro.TextWrapped = true
  545. Enter.MouseButton1Click:Connect(function()
  546. if UserBox.Text == user and PassBox.Text == pass then
  547. Login.Visible = false
  548. Top.Visible = true
  549. else
  550. Enter.Text = "Incorrect"
  551. wait(2)
  552. Enter.Text = "Login"
  553. end
  554. end)
  555. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),Top
  556.  
  557. local function update(input)
  558. local delta = input.Position - dragStart
  559. wait(0.1)
  560. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  561. end
  562.  
  563. gui.InputBegan:Connect(function(input)
  564. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  565. dragging = true
  566. dragStart = input.Position
  567. startPos = gui.Position
  568.  
  569. input.Changed:Connect(function()
  570. if input.UserInputState == Enum.UserInputState.End then
  571. dragging = false
  572. end
  573. end)
  574. end
  575. end)
  576.  
  577. gui.InputChanged:Connect(function(input)
  578. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  579. dragInput = input
  580. end
  581. end)
  582.  
  583. UserInputService.InputChanged:Connect(function(input)
  584. if input == dragInput and dragging then
  585. update(input)
  586. end
  587. end)
  588. bypassaudiosbutton.MouseButton1Click:Connect(function()
  589. bypassaudiosframe.Visible = true
  590. morebypassedaudiosframe.Visible = false
  591. scriptsframe.Visible = false
  592. end)
  593. morebypassedaudiosbutton.MouseButton1Click:Connect(function()
  594. bypassaudiosframe.Visible = false
  595. morebypassedaudiosframe.Visible = true
  596. scriptsframe.Visible = false
  597. end)
  598. scriptsbutton.MouseButton1Click:Connect(function()
  599. bypassaudiosframe.Visible = false
  600. morebypassedaudiosframe.Visible = false
  601. scriptsframe.Visible = true
  602. end)
  603. CrashRadios.MouseButton1Click:Connect(function()
  604. local sounds = { }
  605. local recurse
  606. function recurse(instance)
  607. if instance:IsA "Sound" then
  608. sounds[#sounds + 1] = instance
  609. end
  610. for _, child in ipairs (instance:GetChildren()) do
  611. recurse(child)
  612. end
  613. end
  614. recurse(game)
  615. game.DescendantAdded:connect(recurse)
  616. spawn(function()
  617. while true do
  618. game:GetService "RunService".RenderStepped:wait()
  619. for _, sound in ipairs (sounds) do
  620. sound:Play()
  621. end
  622. end
  623. end)
  624. end)
  625. StopRadios.MouseButton1Click:Connect(function()
  626. for i,v in pairs(game.Players:GetChildren()) do
  627. if v.Name ~= game.Players.LocalPlayer.Name then
  628. for x,d in pairs(game.Workspace[v.Name]:GetChildren()) do
  629. if d:IsA("Tool") then
  630. d.Handle.Sound.Playing = false
  631. end
  632. end
  633. end
  634. end
  635. end)
  636. FEAdmin.MouseButton1Click:Connect(function()
  637. loadstring(game:HttpGet("https://pastebin.com/raw/XbUvhxnh",true))()
  638. end)
  639. unjailyourself.MouseButton1Click:Connect(function()
  640. game.ReplicatedStorage.ReleaseEvent:FireServer()
  641. end)
  642. hidename.MouseButton1Click:Connect(function()
  643. game.Players.LocalPlayer.Character.Head.Title:ClearAllChildren()
  644. end)
  645. freeretro.MouseButton1Click:connect(function()
  646. game.ReplicatedStorage.Give5:FireServer()
  647. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement