Advertisement
Guest User

[Event!] Make a Cake: Back for Seconds! Gui

a guest
Sep 9th, 2018
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local makeacake = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local tilte = Instance.new("TextLabel")
  9. local submit = Instance.new("TextButton")
  10. local maingui = Instance.new("Frame")
  11. local giveadmin = Instance.new("TextButton")
  12. local spawncake = Instance.new("TextButton")
  13. local credits1 = Instance.new("TextLabel")
  14. local credits2 = Instance.new("TextLabel")
  15. local close = Instance.new("TextButton")
  16. local opengui = Instance.new("Frame")
  17. local open = Instance.new("TextButton")
  18. --Properties:
  19. makeacake.Name = "makeacake"
  20. makeacake.Parent = game.CoreGui
  21.  
  22. logingui.Name = "logingui"
  23. logingui.Parent = makeacake
  24. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  25. logingui.Position = UDim2.new(0.229110494, 0, 0.278656155, 0)
  26. logingui.Size = UDim2.new(0, 252, 0, 280)
  27. logingui.Style = Enum.FrameStyle.DropShadow
  28. logingui.Active = true
  29. logingui.Draggable = true
  30.  
  31. user.Name = "user"
  32. user.Parent = logingui
  33. user.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  34. user.Position = UDim2.new(0.0753968284, 0, 0.196428567, 0)
  35. user.Size = UDim2.new(0, 200, 0, 50)
  36. user.Font = Enum.Font.SourceSans
  37. user.Text = "Username"
  38. user.TextColor3 = Color3.new(1, 1, 1)
  39. user.TextSize = 14
  40.  
  41. pass.Name = "pass"
  42. pass.Parent = logingui
  43. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  44. pass.Position = UDim2.new(0.0753968284, 0, 0.517857194, 0)
  45. pass.Size = UDim2.new(0, 200, 0, 50)
  46. pass.Font = Enum.Font.SourceSans
  47. pass.Text = "Password"
  48. pass.TextColor3 = Color3.new(1, 1, 1)
  49. pass.TextSize = 14
  50.  
  51. tilte.Name = "tilte"
  52. tilte.Parent = logingui
  53. tilte.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  54. tilte.Position = UDim2.new(0.0476190485, 0, -0.00357142836, 0)
  55. tilte.Size = UDim2.new(0, 214, 0, 34)
  56. tilte.Font = Enum.Font.SourceSans
  57. tilte.Text = "[Event!] Make a Cake: Back for Seconds! Gui"
  58. tilte.TextColor3 = Color3.new(1, 1, 1)
  59. tilte.TextSize = 14
  60.  
  61. submit.Name = "submit"
  62. submit.Parent = logingui
  63. submit.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  64. submit.Position = UDim2.new(0.0793650821, 0, 0.796428621, 0)
  65. submit.Size = UDim2.new(0, 200, 0, 46)
  66. submit.AutoButtonColor = false
  67. submit.Font = Enum.Font.SourceSans
  68. submit.Text = "Submit"
  69. submit.TextColor3 = Color3.new(1, 1, 1)
  70. submit.TextSize = 14
  71. submit.MouseButton1Down:connect(function()
  72. if user.Text == "Clark" and pass.Text == "Shadow" then
  73. logingui.Visible = false
  74. opengui.Visible = true
  75. end
  76. end)
  77.  
  78. maingui.Name = "maingui"
  79. maingui.Parent = makeacake
  80. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  81. maingui.Position = UDim2.new(0.238544464, 0, 0.292490125, 0)
  82. maingui.Size = UDim2.new(0, 245, 0, 280)
  83. maingui.Visible = false
  84. maingui.Style = Enum.FrameStyle.DropShadow
  85. maingui.Active = true
  86. maingui.Draggable = true
  87.  
  88. giveadmin.Name = "giveadmin"
  89. giveadmin.Parent = maingui
  90. giveadmin.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  91. giveadmin.Position = UDim2.new(0.0537500978, 0, 0.186420456, 0)
  92. giveadmin.Size = UDim2.new(0, 200, 0, 53)
  93. giveadmin.Font = Enum.Font.SourceSans
  94. giveadmin.Text = "Give Admin"
  95. giveadmin.TextColor3 = Color3.new(1, 1, 1)
  96. giveadmin.TextSize = 14
  97. giveadmin.MouseButton1Down:connect(function()
  98. loadstring(game:HttpGet(('https://pastebin.com/raw/gf0vaWZM'),true))()
  99. end)
  100.  
  101. spawncake.Name = "spawncake"
  102. spawncake.Parent = maingui
  103. spawncake.BackgroundColor3 = Color3.new(0, 0, 0)
  104. spawncake.Position = UDim2.new(0.0578317419, 0, 0.505010843, 0)
  105. spawncake.Size = UDim2.new(0, 200, 0, 50)
  106. spawncake.Font = Enum.Font.SourceSans
  107. spawncake.Text = "Spawn Event Cake Never Stop"
  108. spawncake.TextColor3 = Color3.new(1, 1, 1)
  109. spawncake.TextSize = 14
  110. spawncake.MouseButton1Down:connect(function()
  111. while wait() do
  112. game.ReplicatedStorage.EventStorage.SpawnEventCake:FireServer()
  113. end
  114. end)
  115.  
  116. credits1.Name = "credits1"
  117. credits1.Parent = maingui
  118. credits1.BackgroundColor3 = Color3.new(0, 0, 0)
  119. credits1.Position = UDim2.new(0.0537501052, 0, -0.00760456407, 0)
  120. credits1.Size = UDim2.new(0, 200, 0, 14)
  121. credits1.Font = Enum.Font.SourceSans
  122. credits1.Text = "Make By ClarkShadow"
  123. credits1.TextColor3 = Color3.new(1, 1, 1)
  124. credits1.TextSize = 14
  125.  
  126. credits2.Name = "credits2"
  127. credits2.Parent = maingui
  128. credits2.BackgroundColor3 = Color3.new(0, 0, 0)
  129. credits2.Position = UDim2.new(0.0168776382, 0, 0.946768045, 0)
  130. credits2.Size = UDim2.new(0, 200, 0, 14)
  131. credits2.Font = Enum.Font.SourceSans
  132. credits2.Text = "Make By ClarkShadow"
  133. credits2.TextColor3 = Color3.new(1, 1, 1)
  134. credits2.TextSize = 14
  135.  
  136. close.Name = "close"
  137. close.Parent = maingui
  138. close.BackgroundColor3 = Color3.new(0, 0, 0)
  139. close.Position = UDim2.new(0.928270042, 0, -0.00760456175, 0)
  140. close.Size = UDim2.new(0, 19, 0, 14)
  141. close.Font = Enum.Font.SourceSans
  142. close.Text = "X"
  143. close.TextColor3 = Color3.new(1, 1, 1)
  144. close.TextSize = 14
  145. close.MouseButton1Down:connect(function()
  146. maingui.Visible = false
  147. opengui.Visible = true
  148. end)
  149.  
  150. opengui.Name = "opengui"
  151. opengui.Parent = makeacake
  152. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  153. opengui.Position = UDim2.new(-0.0094339624, 0, 0.567193687, 0)
  154. opengui.Size = UDim2.new(0, 78, 0, 39)
  155. opengui.Visible = false
  156. opengui.Style = Enum.FrameStyle.DropShadow
  157.  
  158. open.Name = "open"
  159. open.Parent = opengui
  160. open.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  161. open.Position = UDim2.new(0.0769230798, 0, 0.15384616, 0)
  162. open.Size = UDim2.new(0, 56, 0, 17)
  163. open.Font = Enum.Font.SourceSans
  164. open.Text = "Open"
  165. open.TextColor3 = Color3.new(1, 1, 1)
  166. open.TextSize = 14
  167. open.MouseButton1Down:connect(function()
  168. maingui.Visible = true
  169. opengui.Visible = false
  170. end)
  171. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement