Advertisement
Hellotop2

Untitled

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