Advertisement
RoSploitzer

Bypassed Audios GUI V.1

Jul 7th, 2019
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextBox_2 = Instance.new("TextBox")
  8. local Toggle = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.Active = true
  15. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Frame.Position = UDim2.new(0.649122834, 0, 0.0625, 0)
  17. Frame.Size = UDim2.new(0, 220, 0, 460)
  18.  
  19. TextBox.Parent = Frame
  20. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  21. TextBox.BorderColor3 = Color3.new(1, 1, 1)
  22. TextBox.Position = UDim2.new(0.0454545468, 0, 0.369565248, 0)
  23. TextBox.Size = UDim2.new(0, 200, 0, 50)
  24. TextBox.Font = Enum.Font.SourceSans
  25. TextBox.Text = "Niggas in my butthole: 3263880321\nShape of you fucked up remix: 1720519227 \ncomethazine: 3334810082 \ntake a step back: 3334418906\nanti-social devil: 3246246339\nhot nigga: 3339548497 \nbooty on my mind: 3355769422 \nbout to beat my meat: 2167891892\nnice rap: 3294899429 \njuju: 3361738466\nanimae tiddies: 3381274749\n2139589271 bands\n3362867265 track meet\n3378062619 suge\n3061302548 ear rape\n3177379746 stop cappin\n3185852718 facebook live loud as hell\n3164497318 SOB x RBE Lane Changing\n3314522726 Snitch Nigga\n2001012935 Look at me\n3326825385 Lust \n3334810082 Comethazine\n3100763995 Jocelyn Florez\n3355769422 Booty on My Mind\n3246334548 Shotta Flow loud\n538658910 squidward earrape\n2090359236 squidward rap"
  26. TextBox.TextColor3 = Color3.new(0, 0, 0)
  27. TextBox.TextSize = 14
  28.  
  29. TextBox_2.Parent = Frame
  30. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextBox_2.BorderColor3 = Color3.new(1, 1, 1)
  32. TextBox_2.Position = UDim2.new(0.0454545468, 0, 0.878260851, 0)
  33. TextBox_2.Size = UDim2.new(0, 200, 0, 50)
  34. TextBox_2.Font = Enum.Font.SourceSans
  35. TextBox_2.Text = "Credit To: Roz#0051 or jdcollins on v3rm"
  36. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  37. TextBox_2.TextSize = 14
  38.  
  39. Toggle.Name = "Toggle"
  40. Toggle.Parent = ScreenGui
  41. Toggle.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Toggle.Position = UDim2.new(0, 0, 0.770348847, 0)
  43. Toggle.Size = UDim2.new(0, 200, 0, 50)
  44. Toggle.Font = Enum.Font.SourceSans
  45. Toggle.Text = "Toggle"
  46. Toggle.TextColor3 = Color3.new(0, 0, 0)
  47. Toggle.TextSize = 14
  48. -- Scripts:
  49. function SCRIPT_QROE69_FAKESCRIPT() -- ScreenGui.LocalScript
  50. local script = Instance.new('LocalScript')
  51. script.Parent = ScreenGui
  52. local frame = script.Parent.Frame
  53. --variable
  54.  
  55. script.Parent.Toggle.MouseButton1Click:Connect(function()
  56. if frame.Visible == true then
  57. frame.Visible = false
  58. else
  59. frame.Visible = true
  60. end
  61. end)
  62.  
  63. end
  64. coroutine.resume(coroutine.create(SCRIPT_QROE69_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement