Advertisement
MrFoofty

Dont leak this [EVER]!

Jan 29th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MemeSoundBoardGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Bar = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local BigShaq = Instance.new("TextButton")
  9. local Darude = Instance.new("TextButton")
  10. local MacPl = Instance.new("TextButton")
  11. local Version = Instance.new("TextLabel")
  12. local LilPump = Instance.new("TextButton")
  13. local Bar2 = Instance.new("Frame")
  14. local Vol = Instance.new("TextLabel")
  15. local VolumeNumber = Instance.new("TextBox")
  16. local Pitch = Instance.new("TextLabel")
  17. local PitchNumber = Instance.new("TextBox")
  18. local Stop = Instance.new("TextButton")
  19. local WhoMadeIt = Instance.new("TextLabel")
  20. local OpenFrame = Instance.new("Frame")
  21. local Open = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. MemeSoundBoardGui.Name = "MemeSoundBoardGui"
  26. MemeSoundBoardGui.Parent = game.CoreGui
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = MemeSoundBoardGui
  30. Main.Active = true
  31. Main.BackgroundColor3 = Color3.new(0.164706, 0.141176, 0.141176)
  32. Main.BorderSizePixel = 0
  33. Main.Draggable = true
  34. Main.Position = UDim2.new(0.256260425, 0, 0.287286073, 0)
  35. Main.Selectable = true
  36. Main.Size = UDim2.new(0, 517, 0, 324)
  37.  
  38. Bar.Name = "Bar"
  39. Bar.Parent = Main
  40. Bar.BackgroundColor3 = Color3.new(0.164706, 1, 0.74902)
  41. Bar.Size = UDim2.new(0, 517, 0, 54)
  42.  
  43. Close.Name = "Close"
  44. Close.Parent = Bar
  45. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  46. Close.Position = UDim2.new(0.928433239, 0, 0, 0)
  47. Close.Size = UDim2.new(0, 37, 0, 34)
  48. Close.Font = Enum.Font.Bodoni
  49. Close.Text = "X"
  50. Close.TextColor3 = Color3.new(1, 1, 1)
  51. Close.TextScaled = true
  52. Close.TextSize = 14
  53. Close.TextWrapped = true
  54.  
  55. Title.Name = "Title"
  56. Title.Parent = Main
  57. Title.BackgroundColor3 = Color3.new(0.705882, 1, 0.72549)
  58. Title.BackgroundTransparency = 1
  59. Title.Position = UDim2.new(0.13152805, 0, 0, 0)
  60. Title.Size = UDim2.new(0, 392, 0, 50)
  61. Title.Font = Enum.Font.SciFi
  62. Title.Text = "Meme SoundBoard GUI"
  63. Title.TextScaled = true
  64. Title.TextSize = 14
  65. Title.TextWrapped = true
  66.  
  67. BigShaq.Name = "BigShaq"
  68. BigShaq.Parent = Main
  69. BigShaq.BackgroundColor3 = Color3.new(0.0627451, 0.67451, 1)
  70. BigShaq.BorderSizePixel = 0
  71. BigShaq.Position = UDim2.new(0.061895553, 0, 0.219135806, 0)
  72. BigShaq.Size = UDim2.new(0, 95, 0, 50)
  73. BigShaq.Font = Enum.Font.SourceSans
  74. BigShaq.Text = "Big Shaq - Mans Not Hot"
  75. BigShaq.TextScaled = true
  76. BigShaq.TextSize = 14
  77. BigShaq.TextWrapped = true
  78.  
  79. Darude.Name = "Darude"
  80. Darude.Parent = Main
  81. Darude.BackgroundColor3 = Color3.new(0.0627451, 0.67451, 1)
  82. Darude.BorderSizePixel = 0
  83. Darude.Position = UDim2.new(0.324951679, 0, 0.219135806, 0)
  84. Darude.Size = UDim2.new(0, 95, 0, 50)
  85. Darude.Font = Enum.Font.SourceSans
  86. Darude.Text = "Darude -Sandstorm"
  87. Darude.TextScaled = true
  88. Darude.TextSize = 14
  89. Darude.TextWrapped = true
  90.  
  91. MacPl.Name = "MacPl"
  92. MacPl.Parent = Main
  93. MacPl.BackgroundColor3 = Color3.new(0.0627451, 0.67451, 1)
  94. MacPl.BorderSizePixel = 0
  95. MacPl.Position = UDim2.new(0.794970989, 0, 0.219135806, 0)
  96. MacPl.Size = UDim2.new(0, 95, 0, 50)
  97. MacPl.Font = Enum.Font.SourceSans
  98. MacPl.Text = "Macintosh Plus"
  99. MacPl.TextScaled = true
  100. MacPl.TextSize = 14
  101. MacPl.TextWrapped = true
  102.  
  103. Version.Name = "Version"
  104. Version.Parent = Main
  105. Version.BackgroundColor3 = Color3.new(0.705882, 1, 0.72549)
  106. Version.BackgroundTransparency = 1
  107. Version.Position = UDim2.new(-1.86264515e-09, 0, 0, 0)
  108. Version.Size = UDim2.new(0, 57, 0, 50)
  109. Version.Font = Enum.Font.SciFi
  110. Version.Text = "V1"
  111. Version.TextScaled = true
  112. Version.TextSize = 14
  113. Version.TextWrapped = true
  114.  
  115. LilPump.Name = "LilPump"
  116. LilPump.Parent = Main
  117. LilPump.BackgroundColor3 = Color3.new(0.0627451, 0.67451, 1)
  118. LilPump.BorderSizePixel = 0
  119. LilPump.Position = UDim2.new(0.574468076, 0, 0.219135806, 0)
  120. LilPump.Size = UDim2.new(0, 95, 0, 50)
  121. LilPump.Font = Enum.Font.SourceSans
  122. LilPump.Text = "Lil Pump Gucci Gang"
  123. LilPump.TextScaled = true
  124. LilPump.TextSize = 14
  125. LilPump.TextWrapped = true
  126.  
  127. Bar2.Name = "Bar2"
  128. Bar2.Parent = Main
  129. Bar2.BackgroundColor3 = Color3.new(0.47451, 0.52549, 1)
  130. Bar2.BorderSizePixel = 0
  131. Bar2.Position = UDim2.new(0, 0, 0.395061761, 0)
  132. Bar2.Size = UDim2.new(0, 517, 0, 41)
  133.  
  134. Vol.Name = "Vol"
  135. Vol.Parent = Bar2
  136. Vol.BackgroundColor3 = Color3.new(0.360784, 1, 0.521569)
  137. Vol.BackgroundTransparency = 1
  138. Vol.Position = UDim2.new(0.0251450725, 0, 1.35764825, 0)
  139. Vol.Size = UDim2.new(0, 88, 0, 50)
  140. Vol.Font = Enum.Font.Bodoni
  141. Vol.Text = "Volume"
  142. Vol.TextColor3 = Color3.new(1, 1, 1)
  143. Vol.TextScaled = true
  144. Vol.TextSize = 14
  145. Vol.TextWrapped = true
  146.  
  147. VolumeNumber.Name = "VolumeNumber"
  148. VolumeNumber.Parent = Bar2
  149. VolumeNumber.BackgroundColor3 = Color3.new(0.305882, 0.376471, 1)
  150. VolumeNumber.Position = UDim2.new(0.0251450669, 0, 2.58536577, 0)
  151. VolumeNumber.Size = UDim2.new(0, 88, 0, 50)
  152. VolumeNumber.Font = Enum.Font.SourceSansItalic
  153. VolumeNumber.Text = "1"
  154. VolumeNumber.TextScaled = true
  155. VolumeNumber.TextSize = 14
  156. VolumeNumber.TextWrapped = true
  157.  
  158. Pitch.Name = "Pitch"
  159. Pitch.Parent = Bar2
  160. Pitch.BackgroundColor3 = Color3.new(0.360784, 1, 0.521569)
  161. Pitch.BackgroundTransparency = 1
  162. Pitch.Position = UDim2.new(0.758220553, 0, 1.35764825, 0)
  163. Pitch.Size = UDim2.new(0, 88, 0, 50)
  164. Pitch.Font = Enum.Font.Bodoni
  165. Pitch.Text = "Pitch"
  166. Pitch.TextColor3 = Color3.new(1, 1, 1)
  167. Pitch.TextScaled = true
  168. Pitch.TextSize = 14
  169. Pitch.TextWrapped = true
  170.  
  171. PitchNumber.Name = "PitchNumber"
  172. PitchNumber.Parent = Bar2
  173. PitchNumber.BackgroundColor3 = Color3.new(0.305882, 0.376471, 1)
  174. PitchNumber.Position = UDim2.new(0.758220494, 0, 2.58536577, 0)
  175. PitchNumber.Size = UDim2.new(0, 88, 0, 50)
  176. PitchNumber.Font = Enum.Font.SourceSansItalic
  177. PitchNumber.Text = "1"
  178. PitchNumber.TextScaled = true
  179. PitchNumber.TextSize = 14
  180. PitchNumber.TextWrapped = true
  181.  
  182. Stop.Name = "Stop"
  183. Stop.Parent = Main
  184. Stop.BackgroundColor3 = Color3.new(0.878431, 1, 0.423529)
  185. Stop.BorderSizePixel = 0
  186. Stop.Position = UDim2.new(0.385880053, 0, 0.549382746, 0)
  187. Stop.Size = UDim2.new(0, 95, 0, 50)
  188. Stop.Font = Enum.Font.SourceSans
  189. Stop.Text = "Stop"
  190. Stop.TextScaled = true
  191. Stop.TextSize = 14
  192. Stop.TextWrapped = true
  193.  
  194. WhoMadeIt.Name = "WhoMadeIt"
  195. WhoMadeIt.Parent = Main
  196. WhoMadeIt.BackgroundColor3 = Color3.new(1, 1, 1)
  197. WhoMadeIt.BackgroundTransparency = 1
  198. WhoMadeIt.Position = UDim2.new(0.285154492, 0, 0.771340787, 0)
  199. WhoMadeIt.Size = UDim2.new(0, 200, 0, 50)
  200. WhoMadeIt.Font = Enum.Font.ArialBold
  201. WhoMadeIt.Text = "Made by: MrFoofty"
  202. WhoMadeIt.TextScaled = true
  203. WhoMadeIt.TextSize = 14
  204. WhoMadeIt.TextWrapped = true
  205.  
  206. OpenFrame.Name = "OpenFrame"
  207. OpenFrame.Parent = MemeSoundBoardGui
  208. OpenFrame.Active = true
  209. OpenFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  210. OpenFrame.BackgroundTransparency = 1
  211. OpenFrame.Draggable = true
  212. OpenFrame.LayoutOrder = 4
  213. OpenFrame.Position = UDim2.new(0, 0, 0.645476758, 0)
  214. OpenFrame.Selectable = true
  215. OpenFrame.Size = UDim2.new(0, 107, 0, 75)
  216.  
  217. Open.Name = "Open"
  218. Open.Parent = OpenFrame
  219. Open.BackgroundColor3 = Color3.new(0.466667, 0.901961, 1)
  220. Open.BackgroundTransparency = 0.40000000596046
  221. Open.Size = UDim2.new(0, 107, 0, 75)
  222. Open.Text = "Open"
  223. Open.TextScaled = true
  224. Open.TextSize = 14
  225. Open.TextWrapped = true
  226.  
  227.  
  228.  
  229. Open.MouseButton1Click:connect(function()
  230. game.CoreGui.MemeSoundBoardGui.Main.Visible = true
  231. game.CoreGui.MemeSoundBoardGui.OpenFrame.Visible = false
  232. end)
  233.  
  234. Close.MouseButton1Click:connect(function()
  235. game.CoreGui.MemeSoundBoardGui.Main.Visible = false
  236. game.CoreGui.MemeSoundBoardGui.OpenFrame.Visible = true
  237. end)
  238.  
  239. BigShaq.MouseButton1Click:connect(function()
  240. local Sound = Instance.new("Sound")
  241. Sound.Parent = game.Workspace
  242. Sound.SoundId = "rbxassetid://1044382456"
  243. Sound:Play()
  244. Sound.Volume = VolumeNumber.text
  245. Sound.PlaybackSpeed = PitchNumber.Text
  246. Stop.MouseButton1Click:connect(function()
  247. Sound:Destroy()
  248. end)
  249. end)
  250.  
  251. Darude.MouseButton1Click:connect(function()
  252. local Sound = Instance.new("Sound")
  253. Sound.Parent = game.Workspace
  254. Sound.SoundId = "rbxassetid://179534184"
  255. Sound:Play()
  256. Sound.Volume = VolumeNumber.text
  257. Sound.PlaybackSpeed = PitchNumber.Text
  258. Stop.MouseButton1Click:connect(function()
  259. Sound:Destroy()
  260. end)
  261. end)
  262.  
  263. MacPl.MouseButton1Click:connect(function()
  264. local Sound = Instance.new("Sound")
  265. Sound.Parent = game.Workspace
  266. Sound.SoundId = "rbxassetid://420260044"
  267. Sound:Play()
  268. Sound.Volume = VolumeNumber.text
  269. Sound.PlaybackSpeed = PitchNumber.Text
  270. Stop.MouseButton1Click:connect(function()
  271. Sound:Destroy()
  272. end)
  273. end)
  274.  
  275. LilPump.MouseButton1Click:connect(function()
  276. local Sound = Instance.new("Sound")
  277. Sound.Parent = game.Workspace
  278. Sound.SoundId = "rbxassetid://1107814992"
  279. Sound:Play()
  280. Sound.Volume = VolumeNumber.text
  281. Sound.PlaybackSpeed = PitchNumber.Text
  282. Stop.MouseButton1Click:connect(function()
  283. Sound:Destroy()
  284. end)
  285. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement