Advertisement
AmGona

The Plaza GUI

Nov 12th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. local ThePlazaGUI = Instance.new("ScreenGui")
  2. local openclose = Instance.new("TextButton")
  3. local background = Instance.new("Frame")
  4. local money = Instance.new("TextButton")
  5. local monotracer = Instance.new("TextButton")
  6. local spammessage = Instance.new("TextBox")
  7. local spamamount = Instance.new("TextBox")
  8. local spam = Instance.new("TextButton")
  9. local furniturebox = Instance.new("TextBox")
  10. local furniture = Instance.new("TextButton")
  11. local title = Instance.new("TextLabel")
  12. local creator = Instance.new("TextLabel")
  13.  
  14. ThePlazaGUI.Name = "ThePlazaGUI"
  15. ThePlazaGUI.Parent = game.CoreGui
  16.  
  17. openclose.Name = "openclose"
  18. openclose.Parent = ThePlazaGUI
  19. openclose.BackgroundColor3 = Color3.new(1, 1, 1)
  20. openclose.Position = UDim2.new(0, 0, 0.588579774, 0)
  21. openclose.Size = UDim2.new(0, 200, 0, 50)
  22. openclose.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  23. openclose.Font = Enum.Font.SourceSans
  24. openclose.Text = "Open"
  25. openclose.TextColor3 = Color3.new(0, 0, 0)
  26. openclose.TextScaled = true
  27. openclose.TextSize = 14
  28. openclose.TextWrapped = true
  29. openclose.Draggable = true
  30.  
  31. background.Name = "background"
  32. background.Parent = ThePlazaGUI
  33. background.Active = true
  34. background.BackgroundColor3 = Color3.new(0.278431, 1, 1)
  35. background.BackgroundTransparency = 0.30000001192093
  36. background.BorderSizePixel = 0
  37. background.Position = UDim2.new(0.188002929, 0, 0.0688140541, 0)
  38. background.Size = UDim2.new(0, 852, 0, 588)
  39. background.Visible = false
  40. background.Draggable = true
  41.  
  42. money.Name = "money"
  43. money.Parent = background
  44. money.BackgroundColor3 = Color3.new(1, 1, 1)
  45. money.Position = UDim2.new(0.0868544579, 0, 0.24829933, 0)
  46. money.Size = UDim2.new(0, 200, 0, 50)
  47. money.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  48. money.Font = Enum.Font.SourceSans
  49. money.Text = "Free Money"
  50. money.TextColor3 = Color3.new(0, 0, 0)
  51. money.TextScaled = true
  52. money.TextSize = 14
  53. money.TextWrapped = true
  54.  
  55. monotracer.Name = "monotracer"
  56. monotracer.Parent = background
  57. monotracer.BackgroundColor3 = Color3.new(1, 1, 1)
  58. monotracer.Position = UDim2.new(0.382629097, 0, 0.24829933, 0)
  59. monotracer.Size = UDim2.new(0, 200, 0, 50)
  60. monotracer.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  61. monotracer.Font = Enum.Font.SourceSans
  62. monotracer.Text = "Free Monotracer"
  63. monotracer.TextColor3 = Color3.new(0, 0, 0)
  64. monotracer.TextScaled = true
  65. monotracer.TextSize = 14
  66. monotracer.TextWrapped = true
  67.  
  68. spammessage.Name = "spammessage"
  69. spammessage.Parent = background
  70. spammessage.BackgroundColor3 = Color3.new(1, 1, 1)
  71. spammessage.BorderColor3 = Color3.new(0, 0, 0)
  72. spammessage.BorderSizePixel = 3
  73. spammessage.Position = UDim2.new(0.0868544579, 0, 0.399659872, 0)
  74. spammessage.Size = UDim2.new(0, 200, 0, 50)
  75. spammessage.Font = Enum.Font.Code
  76. spammessage.Text = "Message"
  77. spammessage.TextColor3 = Color3.new(0, 0, 0)
  78. spammessage.TextScaled = true
  79. spammessage.TextSize = 14
  80. spammessage.TextWrapped = true
  81.  
  82. spamamount.Name = "spamamount"
  83. spamamount.Parent = background
  84. spamamount.BackgroundColor3 = Color3.new(1, 1, 1)
  85. spamamount.BorderColor3 = Color3.new(0, 0, 0)
  86. spamamount.BorderSizePixel = 3
  87. spamamount.Position = UDim2.new(0.382629097, 0, 0.399659872, 0)
  88. spamamount.Size = UDim2.new(0, 200, 0, 50)
  89. spamamount.Font = Enum.Font.Code
  90. spamamount.Text = "Amount"
  91. spamamount.TextColor3 = Color3.new(0, 0, 0)
  92. spamamount.TextScaled = true
  93. spamamount.TextSize = 14
  94. spamamount.TextWrapped = true
  95.  
  96. spam.Name = "spam"
  97. spam.Parent = background
  98. spam.BackgroundColor3 = Color3.new(1, 1, 1)
  99. spam.Position = UDim2.new(0.693661988, 0, 0.399659872, 0)
  100. spam.Size = UDim2.new(0, 200, 0, 50)
  101. spam.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  102. spam.Font = Enum.Font.SourceSans
  103. spam.Text = "Spam Chat"
  104. spam.TextColor3 = Color3.new(0, 0, 0)
  105. spam.TextScaled = true
  106. spam.TextSize = 14
  107. spam.TextWrapped = true
  108.  
  109. furniturebox.Name = "furniturebox"
  110. furniturebox.Parent = background
  111. furniturebox.BackgroundColor3 = Color3.new(1, 1, 1)
  112. furniturebox.BorderColor3 = Color3.new(0, 0, 0)
  113. furniturebox.BorderSizePixel = 3
  114. furniturebox.Position = UDim2.new(0.0868544579, 0, 0.559523821, 0)
  115. furniturebox.Size = UDim2.new(0, 200, 0, 50)
  116. furniturebox.Font = Enum.Font.Code
  117. furniturebox.Text = "Furniture Name"
  118. furniturebox.TextColor3 = Color3.new(0, 0, 0)
  119. furniturebox.TextScaled = true
  120. furniturebox.TextSize = 14
  121. furniturebox.TextWrapped = true
  122.  
  123. furniture.Name = "furniture"
  124. furniture.Parent = background
  125. furniture.BackgroundColor3 = Color3.new(1, 1, 1)
  126. furniture.Position = UDim2.new(0.382629097, 0, 0.559523821, 0)
  127. furniture.Size = UDim2.new(0, 200, 0, 50)
  128. furniture.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  129. furniture.Font = Enum.Font.SourceSans
  130. furniture.Text = "Free Furniture"
  131. furniture.TextColor3 = Color3.new(0, 0, 0)
  132. furniture.TextScaled = true
  133. furniture.TextSize = 14
  134. furniture.TextWrapped = true
  135.  
  136. title.Name = "title"
  137. title.Parent = background
  138. title.BackgroundColor3 = Color3.new(0.117647, 0.552941, 0.552941)
  139. title.BackgroundTransparency = 0.5
  140. title.BorderSizePixel = 0
  141. title.ClipsDescendants = true
  142. title.Size = UDim2.new(0, 852, 0, 50)
  143. title.Font = Enum.Font.Code
  144. title.Text = "The Plaza GUI"
  145. title.TextColor3 = Color3.new(0, 0, 0)
  146. title.TextScaled = true
  147. title.TextSize = 14
  148. title.TextWrapped = true
  149.  
  150. creator.Name = "creator"
  151. creator.Parent = background
  152. creator.BackgroundColor3 = Color3.new(1, 1, 1)
  153. creator.BackgroundTransparency = 1
  154. creator.Position = UDim2.new(0, 0, 0.914965987, 0)
  155. creator.Size = UDim2.new(0, 852, 0, 50)
  156. creator.Font = Enum.Font.Code
  157. creator.Text = "Made by: AmGona"
  158. creator.TextColor3 = Color3.new(0, 0, 0)
  159. creator.TextScaled = true
  160. creator.TextSize = 14
  161. creator.TextWrapped = true
  162.  
  163. local blur = Instance.new("BlurEffect")
  164. blur.Enabled = false
  165. blur.Parent = workspace.CurrentCamera
  166. blur.Size = 50
  167.  
  168. openclose.MouseButton1Click:connect(function()
  169. if background.Visible == false then
  170. background.Visible = true
  171. openclose.Text = "Close"
  172. blur.Enabled = true
  173. else
  174. background.Visible = false
  175. openclose.Text = "Open"
  176. blur.Enabled = false
  177. end
  178. end)
  179.  
  180. money.MouseButton1Click:connect(function()
  181. local amount = 21e8
  182. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  183. end)
  184.  
  185. monotracer.MouseButton1Click:connect(function()
  186. local car = "Monotracer"
  187. game.ReplicatedStorage.ServerStats.BuyVehicle:FireServer(car, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  188. end)
  189.  
  190. spam.MouseButton1Click:connect(function()
  191. local message = spammessage.Text
  192. local amount = spamamount.Text
  193. for i = 1, amount do
  194. wait(0.03)
  195. game.ReplicatedStorage.ServerStats.CustomChat.ChattedIn:FireServer(message, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  196. end
  197. end)
  198.  
  199. furniture.MouseButton1Click:connect(function()
  200. game.ReplicatedStorage.AptStats.Remotes.BuyItem:FireServer(furniturebox.Text)
  201. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement