Advertisement
Ixcedd

C-Corn..? [Lua]

Apr 23rd, 2019
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.46 KB | None | 0 0
  1. -- Created by Ixcedd
  2. -- Updated 4/23/19
  3. -- Troll for Lou xD
  4.  
  5. -- To use this script, just click the rap you want once the timer starts, it will automatically say the "corn" monolouge..
  6. -- Credits: illremember, and snakez for letting me use their gui and script stuff.
  7.  
  8. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("What's up mother shxc_kxers? -Ixcedd" ,"All")
  9.  
  10. -- That was a test btw, if it said that then it works fully.
  11. -- Have fun exploiting.... -snakez
  12.  
  13. -- Objects
  14.  
  15. local ScreenGui = Instance.new("ScreenGui")
  16. local mainframe = Instance.new("Frame")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local verse = Instance.new("TextButton")
  22. local chorus = Instance.new("TextButton")
  23. local verse_2 = Instance.new("TextButton")
  24. local ending = Instance.new("TextButton")
  25. local TextButton = Instance.new("TextButton")
  26. local openframe = Instance.new("Frame")
  27. local open = Instance.new("TextButton")
  28.  
  29. -- Properties
  30.  
  31. ScreenGui.Parent = game.CoreGui
  32.  
  33. mainframe.Name = "mainframe"
  34. mainframe.Parent = ScreenGui
  35. mainframe.BackgroundColor3 = Color3.new(192, 192, 192)
  36. mainframe.BackgroundTransparency = 0.40000000596046
  37. mainframe.Position = UDim2.new(0, 413, 0, 21)
  38. mainframe.Size = UDim2.new(0, 464, 0, 166.5)
  39. mainframe.Active = true
  40. mainframe.Selectable = true
  41. mainframe.Draggable = true
  42.  
  43. openframe.Name = "openframe"
  44. openframe.Parent = ScreenGui
  45. openframe.BackgroundColor3 = Color3.new(192, 192, 192)
  46. openframe.BackgroundTransparency = 0.5
  47. openframe.Position = UDim2.new(0, 0, 0, 398)
  48. openframe.Size = UDim2.new(0, 122, 0, 30)
  49.  
  50. open.Name = "open"
  51. open.Parent = openframe
  52. open.BackgroundColor3 = Color3.new(192, 192, 192)
  53. open.BackgroundTransparency = 0.5
  54. open.Size = UDim2.new(0, 122, 0, 30)
  55. open.Font = Enum.Font.Highway
  56. open.Text = "OPEN"
  57. open.TextColor3 = Color3.new(0, 0, 0)
  58. open.TextSize = 14
  59.  
  60. TextLabel.Parent = mainframe
  61. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  62. TextLabel.BackgroundTransparency = 1
  63. TextLabel.Position = UDim2.new(0, 0, 0, 16)
  64. TextLabel.Size = UDim2.new(0, 464, 0, 51)
  65. TextLabel.Font = Enum.Font.Highway
  66. TextLabel.Text = "Corn?"
  67. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  68. TextLabel.TextScaled = true
  69. TextLabel.TextSize = 14
  70. TextLabel.TextWrapped = true
  71.  
  72. TextLabel_2.Parent = mainframe
  73. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 0)
  74. TextLabel_2.BackgroundTransparency = 0.5
  75. TextLabel_2.Position = UDim2.new(0, 0, 0, 78)
  76. TextLabel_2.Size = UDim2.new(0, 464, 0, 11)
  77. TextLabel_2.Font = Enum.Font.SourceSans
  78. TextLabel_2.Text = ""
  79. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  80. TextLabel_2.TextSize = 14
  81.  
  82. TextLabel_3.Parent = mainframe
  83. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 0)
  84. TextLabel_3.BackgroundTransparency = 0.5
  85. TextLabel_3.Position = UDim2.new(0, 0, 0, -23)
  86. TextLabel_3.Size = UDim2.new(0, 464, 0, 23)
  87. TextLabel_3.Font = Enum.Font.Highway
  88. TextLabel_3.Text = "SACRIFICE..."
  89. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  90. TextLabel_3.TextSize = 14
  91.  
  92. TextLabel_4.Parent = mainframe
  93. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 0)
  94. TextLabel_4.BackgroundTransparency = 0.5
  95. TextLabel_4.Position = UDim2.new(0, 0, 0, 166)
  96. TextLabel_4.Size = UDim2.new(0, 464, 0, 23)
  97. TextLabel_4.Font = Enum.Font.Highway
  98. TextLabel_4.Text = "CREATED BY IXCEDD"
  99. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  100. TextLabel_4.TextSize = 14
  101.  
  102. TextButton.Parent = mainframe
  103. TextButton.BackgroundColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  104. TextButton.BackgroundTransparency = 0.69999998807907
  105. TextButton.Position = UDim2.new(0, 0, 0, 10)
  106. TextButton.Size = UDim2.new(0, 37, 0, 37)
  107. TextButton.Font = Enum.Font.SourceSans
  108. TextButton.Text = "X"
  109. TextButton.TextColor3 = Color3.new(0, 0, 0)
  110. TextButton.TextSize = 20
  111.  
  112. verse.Name = "verse"
  113. verse.Parent = mainframe
  114. verse.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  115. verse.BackgroundTransparency = 0.5
  116. verse.Position = UDim2.new(0, 0, 0, 104)
  117. verse.Size = UDim2.new(0, 464, 0, 50)
  118. verse.Font = Enum.Font.Highway
  119. verse.Text = "Corn Monolouge"
  120. verse.TextColor3 = Color3.new(0, 0, 0)
  121. verse.TextSize = 14
  122. verse.TextWrapped = true
  123.  
  124. -- Scripts
  125.  
  126. TextButton.MouseButton1Click:connect(function()
  127. mainframe.Visible = false
  128. end)
  129.  
  130. open.MouseButton1Click:connect(function()
  131. mainframe.Visible = true
  132. end)
  133.  
  134. -- C-Corn...?
  135. -- AAH!
  136.  
  137. verse.MouseButton1Click:connect(function()
  138. wait(0.1)
  139. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("From the earth I rise, and to the earth I one day will return..." ,"All")
  140. wait(3)
  141. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("What's up mother shx_ckxrs? My name is Colonel Cornelius Cornwall, and I'm here to introduce you to corn." ,"All")
  142. wait(3)
  143. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Corn is a North American cereal plant that yields large kernels on a cob." ,"All")
  144.    wait(3)
  145.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("It's also called maize because it's easy to get lost in its incredible flavor." ,"All")
  146.    wait(3)
  147.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Side effects of corn may include: choking, I guess." ,"All")
  148.    wait(3)
  149.    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Come down today and try some corn, or we will sacrifice your newborn! AAH-" ,"All")
  150. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement