Advertisement
Ixcedd

Bitch Lasagna GUI for ROBLOX [Lua]

Apr 23rd, 2019
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.45 KB | None | 0 0
  1. -- Created by Ixcedd
  2. -- Updated 4/23/19
  3. -- Subscribe to PewDiePie or you get no cookies.
  4.  
  5. -- To use this script, just click the rap you want once the timer starts, it will automatically sing bitch lasagna.
  6. -- Credits: illremember, and snakez for letting me use their gui and script stuff.
  7. -- Can be ran on a level 6 exploit, so no worries.
  8.  
  9. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Subscribe to PewDiePie or I will eat your cookies. -Ixcedd." ,"All")
  10.  
  11. -- That was a test btw, if it said that then it works fully.
  12. -- Have fun exploiting.... -snakez
  13.  
  14. -- Objects
  15.  
  16. local ScreenGui = Instance.new("ScreenGui")
  17. local mainframe = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local TextLabel_3 = Instance.new("TextLabel")
  21. local TextLabel_4 = Instance.new("TextLabel")
  22. local verse = Instance.new("TextButton")
  23. local chorus = Instance.new("TextButton")
  24. local verse_2 = Instance.new("TextButton")
  25. local ending = Instance.new("TextButton")
  26. local TextButton = Instance.new("TextButton")
  27. local openframe = Instance.new("Frame")
  28. local open = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. ScreenGui.Parent = game.CoreGui
  33.  
  34. mainframe.Name = "mainframe"
  35. mainframe.Parent = ScreenGui
  36. mainframe.BackgroundColor3 = Color3.new(192, 192, 192)
  37. mainframe.BackgroundTransparency = 0.40000000596046
  38. mainframe.Position = UDim2.new(0, 413, 0, 21)
  39. mainframe.Size = UDim2.new(0, 464, 0, 319.5)
  40. mainframe.Active = true
  41. mainframe.Selectable = true
  42. mainframe.Draggable = true
  43.  
  44. openframe.Name = "openframe"
  45. openframe.Parent = ScreenGui
  46. openframe.BackgroundColor3 = Color3.new(192, 192, 192)
  47. openframe.BackgroundTransparency = 0.5
  48. openframe.Position = UDim2.new(0, 0, 0, 398)
  49. openframe.Size = UDim2.new(0, 122, 0, 30)
  50.  
  51. open.Name = "open"
  52. open.Parent = openframe
  53. open.BackgroundColor3 = Color3.new(192, 192, 192)
  54. open.BackgroundTransparency = 0.5
  55. open.Size = UDim2.new(0, 122, 0, 30)
  56. open.Font = Enum.Font.Highway
  57. open.Text = "OPEN"
  58. open.TextColor3 = Color3.new(0, 0, 0)
  59. open.TextSize = 14
  60.  
  61. TextLabel.Parent = mainframe
  62. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  63. TextLabel.BackgroundTransparency = 1
  64. TextLabel.Position = UDim2.new(0, 0, 0, 16)
  65. TextLabel.Size = UDim2.new(0, 464, 0, 51)
  66. TextLabel.Font = Enum.Font.Highway
  67. TextLabel.Text = "B* Lasagna GUI"
  68. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  69. TextLabel.TextScaled = true
  70. TextLabel.TextSize = 14
  71. TextLabel.TextWrapped = true
  72.  
  73. TextLabel_2.Parent = mainframe
  74. TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
  75. TextLabel_2.BackgroundTransparency = 0.5
  76. TextLabel_2.Position = UDim2.new(0, 0, 0, 78)
  77. TextLabel_2.Size = UDim2.new(0, 464, 0, 11)
  78. TextLabel_2.Font = Enum.Font.SourceSans
  79. TextLabel_2.Text = ""
  80. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  81. TextLabel_2.TextSize = 14
  82.  
  83. TextLabel_3.Parent = mainframe
  84. TextLabel_3.BackgroundColor3 = Color3.new(1, 0, 0)
  85. TextLabel_3.BackgroundTransparency = 0.5
  86. TextLabel_3.Position = UDim2.new(0, 0, 0, -23)
  87. TextLabel_3.Size = UDim2.new(0, 464, 0, 23)
  88. TextLabel_3.Font = Enum.Font.Highway
  89. TextLabel_3.Text = "SUBSCRIBE TO PEWDIEPIE"
  90. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  91. TextLabel_3.TextSize = 14
  92.  
  93. TextLabel_4.Parent = mainframe
  94. TextLabel_4.BackgroundColor3 = Color3.new(1, 0, 0)
  95. TextLabel_4.BackgroundTransparency = 0.5
  96. TextLabel_4.Position = UDim2.new(0, 0, 0, 320)
  97. TextLabel_4.Size = UDim2.new(0, 464, 0, 23)
  98. TextLabel_4.Font = Enum.Font.Highway
  99. TextLabel_4.Text = "CREATED BY IXCEDD"
  100. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  101. TextLabel_4.TextSize = 14
  102.  
  103. TextButton.Parent = mainframe
  104. TextButton.BackgroundColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  105. TextButton.BackgroundTransparency = 0.69999998807907
  106. TextButton.Position = UDim2.new(0, 0, 0, 10)
  107. TextButton.Size = UDim2.new(0, 37, 0, 37)
  108. TextButton.Font = Enum.Font.SourceSans
  109. TextButton.Text = "X"
  110. TextButton.TextColor3 = Color3.new(0, 0, 0)
  111. TextButton.TextSize = 20
  112.  
  113. verse.Name = "verse"
  114. verse.Parent = mainframe
  115. verse.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  116. verse.BackgroundTransparency = 0.5
  117. verse.Position = UDim2.new(0, 0, 0, 104)
  118. verse.Size = UDim2.new(0, 464, 0, 50)
  119. verse.Font = Enum.Font.Highway
  120. verse.Text = "B* Lasagna"
  121. verse.TextColor3 = Color3.new(0, 0, 0)
  122. verse.TextSize = 14
  123. verse.TextWrapped = true
  124.  
  125. chorus.Name = "chorus"
  126. chorus.Parent = mainframe
  127. chorus.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  128. chorus.BackgroundTransparency = 0.5
  129. chorus.Position = UDim2.new(0, 0, 0, 155)
  130. chorus.Size = UDim2.new(0, 464, 0, 50)
  131. chorus.Font = Enum.Font.Highway
  132. chorus.Text = "B* Lasagna Chorus"
  133. chorus.TextColor3 = Color3.new(0, 0, 0)
  134. chorus.TextSize = 14
  135. chorus.TextWrapped = true
  136.  
  137. verse_2.Name = "verse_2"
  138. verse_2.Parent = mainframe
  139. verse_2.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  140. verse_2.BackgroundTransparency = 0.5
  141. verse_2.Position = UDim2.new(0, 0, 0, 206)
  142. verse_2.Size = UDim2.new(0, 464, 0, 49)
  143. verse_2.Font = Enum.Font.Highway
  144. verse_2.Text = "B* Lasagna 2nd Verse"
  145. verse_2.TextColor3 = Color3.new(0, 0, 0)
  146. verse_2.TextSize = 14
  147. verse_2.TextWrapped = true
  148.  
  149. ending.Name = "ending"
  150. ending.Parent = mainframe
  151. ending.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  152. ending.BackgroundTransparency = 0.5
  153. ending.Position = UDim2.new(0, 0, 0, 256)
  154. ending.Size = UDim2.new(0, 464, 0, 49)
  155. ending.Font = Enum.Font.Highway
  156. ending.Text = "B* Lasagna Ending"
  157. ending.TextColor3 = Color3.new(0, 0, 0)
  158. ending.TextSize = 14
  159. ending.TextWrapped = true
  160.  
  161. -- Scripts
  162.  
  163. TextButton.MouseButton1Click:connect(function()
  164. mainframe.Visible = false
  165. end)
  166.  
  167. open.MouseButton1Click:connect(function()
  168. mainframe.Visible = true
  169. end)
  170.  
  171. -- 1st verse to Bitch Lasagna.
  172. -- I'm spreading your cheeks like butter.
  173.  
  174. verse.MouseButton1Click:connect(function()
  175. wait(0.1)
  176. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I don't like you, T-Series..." ,"All")
  177. wait(3)
  178. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Nothing personal, kid." ,"All")
  179. wait(3)
  180. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("But I must go all out..." ,"All")
  181.    wait(3)
  182.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Just this once." ,"All")
  183.    wait(3)
  184.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Bx_bs or Vx_gxnx, whichever will it be." ,"All")
  185.    wait(3)
  186.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Sit the f(beep) down, T-Series," ,"All")
  187.       wait(3)
  188.       game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I'm here to spill the real tea." ,"All")
  189.       wait(3)
  190.       game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You tryna dethrone me from spot on number one," ,"All")
  191.       wait(3)
  192.       game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("But 'You India, You Loose', so best think you haven't won," ,"All")
  193.          wait (3)
  194.          game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("When I'm through with you, we're gonna be completley f(beep)ing done," ,"All")
  195.          wait(3)
  196.          game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("'Cause we only just begun," ,"All")
  197.          wait(3)
  198.          game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I review you *clap clap* Zero, by b* gone." ,"All")
  199.             wait(3)
  200.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("So c'mon T-Series, lookin' hungry for some drama," ,"All")
  201.             wait(3)
  202.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Here, let me serve you B* Lasagna." ,"All")
  203. end)
  204.  
  205. -- Chorus to Bitch Lasagna
  206. -- Repeated alot.
  207.  
  208. chorus.MouseButton1Click:connect(function()
  209. wait(0.1)
  210. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("B*, Lasagna, B*, Lasagna, T-Series ain't nothing but a B*, Lasagna." ,"All")
  211. wait(3)
  212. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("B*, Lasagna, B*, Lasagna, Look at T-Series, they just crying for their momma." ,"All")
  213. wait(3)
  214. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("B*, Lasagna, B*, Lasagna, T-Series ain't nothing but a B* Lasagna." ,"All")
  215.    wait(3)
  216.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("B*, Lasagna, B* Lasagna, T-Series just wet themselves in their pajama." ,"All")
  217. end)
  218.  
  219. -- Verse 2 of Bitch Lasagna
  220. -- Prepare your anus.
  221.  
  222. verse_2.MouseButton1Click:connect(function()
  223. wait(0.1)
  224. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("So who the hell is Bx_b, and why you wanna k* him? (ew.)" ,"All")
  225. wait(3)
  226. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I'm a Blue-Eyes White Dragon while you're jsut Dark Magician. (oof.)" ,"All")
  227. wait(3)
  228. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You've got a fifth of the population in your nation but," ,"All")
  229.   wait(3)
  230.   game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I've got nine-year olds of worlds so hold your defication. (oops!)" ,"All")
  231.   wait(3)
  232.   game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Motlu-Potlu what the f(beep) is that even supposed to mean?" ,"All")
  233.   wait(3)
  234.   game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Your language sounds like it comes from a mumble rap community." ,"All")
  235.      wait(3)
  236.      game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("No papa, no papa, yes papa, Johnny." ,"All")
  237.      wait(3)
  238.      game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Now down all of this sugar and lets throw this f(beep)in party with some" ,"All")
  239.      wait(3)
  240. end)
  241.  
  242. -- Bitch Lasagna Ending
  243. -- SUB BOT!
  244.  
  245. ending.MouseButton1Click:connect(function()
  246. wait(0.1)
  247. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You've got a population of 1.32 billion," ,"All")
  248. wait(3)
  249. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("But most your videos cant seem to hit even a million." ,"All")
  250. wait(3)
  251. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("(SUB BOT!)" ,"All")
  252. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement