Advertisement
dipf1

[LUA] Bypassed Audio Player V2

May 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.StarterGui
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  19. Frame.Position = UDim2.new(0, 0, 0, 60)
  20. Frame.Size = UDim2.new(0, 261, 0, 262)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  24. TextLabel.Position = UDim2.new(0, 30, 0, 212)
  25. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.FontSize = Enum.FontSize.Size24
  28. TextLabel.Text = "Bypassed Audio Player V2"
  29. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  30. TextLabel.TextSize = 20
  31.  
  32. TextButton.Parent = Frame
  33. TextButton.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  34. TextButton.Position = UDim2.new(0, 0, 0, 30)
  35. TextButton.Size = UDim2.new(0, 108, 0, 50)
  36. TextButton.Font = Enum.Font.SourceSans
  37. TextButton.FontSize = Enum.FontSize.Size24
  38. TextButton.Text = "cupcakke"
  39. TextButton.TextSize = 20
  40.  
  41. TextButton_2.Parent = Frame
  42. TextButton_2.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  43. TextButton_2.Position = UDim2.new(0, 130, 0, 31)
  44. TextButton_2.Size = UDim2.new(0, 111, 0, 50)
  45. TextButton_2.Font = Enum.Font.SourceSans
  46. TextButton_2.FontSize = Enum.FontSize.Size24
  47. TextButton_2.Text = "Kill [LOUD]"
  48. TextButton_2.TextSize = 20
  49.  
  50. TextButton_3.Parent = Frame
  51. TextButton_3.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  52. TextButton_3.Position = UDim2.new(0, 130, 0, 106)
  53. TextButton_3.Size = UDim2.new(0, 111, 0, 50)
  54. TextButton_3.Font = Enum.Font.SourceSans
  55. TextButton_3.FontSize = Enum.FontSize.Size24
  56. TextButton_3.Text = "Dollars Drinkin"
  57. TextButton_3.TextSize = 20
  58.  
  59. TextButton_4.Parent = Frame
  60. TextButton_4.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  61. TextButton_4.Position = UDim2.new(0, 0, 0, 106)
  62. TextButton_4.Size = UDim2.new(0, 111, 0, 50)
  63. TextButton_4.Font = Enum.Font.SourceSans
  64. TextButton_4.FontSize = Enum.FontSize.Size28
  65. TextButton_4.Text = "Anime"
  66. TextButton_4.TextSize = 25
  67.  
  68. TextButton_5.Parent = Frame
  69. TextButton_5.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  70. TextButton_5.Position = UDim2.new(0, 75, 0, 167)
  71. TextButton_5.Size = UDim2.new(0, 111, 0, 35)
  72. TextButton_5.Font = Enum.Font.SourceSans
  73. TextButton_5.FontSize = Enum.FontSize.Size24
  74. TextButton_5.Text = "Moonman"
  75. TextButton_5.TextSize = 20
  76.  
  77. TextLabel_2.Parent = Frame
  78. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  79. TextLabel_2.Position = UDim2.new(0, 30, 0, 0)
  80. TextLabel_2.Size = UDim2.new(0, 200, 0, 22)
  81. TextLabel_2.Font = Enum.Font.SourceSans
  82. TextLabel_2.FontSize = Enum.FontSize.Size18
  83. TextLabel_2.Text = "made by dipf"
  84. TextLabel_2.TextColor3 = Color3.new(0, 1, 1)
  85. TextLabel_2.TextSize = 17
  86.  
  87. --scripts
  88.  
  89.  
  90. TextButton.MouseButton1Down:connect(function()
  91. loadstring(game:HttpGet(("https://pastebin.com/raw/7Jvf1Pur"),true))()
  92. end)
  93.  
  94.  
  95. TextButton_2.MouseButton1Down:connect(function()
  96. loadstring(game:HttpGet(("https://pastebin.com/raw/yuencFgU"),true))()
  97. end)
  98.  
  99.  
  100. TextButton_3.MouseButton1Down:connect(function()
  101. loadstring(game:HttpGet(("https://pastebin.com/raw/vWNv2WWX"),true))()
  102. end)
  103.  
  104.  
  105. TextButton_4.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet(("https://pastebin.com/raw/muZTuseE"),true))()
  107. end)
  108.  
  109.  
  110. TextButton_5.MouseButton1Down:connect(function()
  111. loadstring(game:HttpGet(("https://pastebin.com/raw/rckmdACC"),true))()
  112. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement