Guest User

Untitled

a guest
Mar 26th, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. if game.CoreGui:FindFirstChild("The Plaza Hack") then
  2. game.CoreGui["The Plaza Hack"]:remove()
  3. end
  4.  
  5. -- Objects
  6.  
  7. local Roblox = Instance.new("ScreenGui")
  8. local Teleports = Instance.new("ScrollingFrame")
  9. local Main = Instance.new("Frame")
  10. local Title = Instance.new("Frame")
  11. local TitleLabel = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local Open = Instance.new("TextButton")
  14. local Login = Instance.new("Frame")
  15. local Login_2 = Instance.new("TextButton")
  16. local Username = Instance.new("TextLabel")
  17. local Password = Instance.new("TextBox")
  18. local Title_2 = Instance.new("TextLabel")
  19. local TL = Instance.new("TextLabel")
  20. local CG = game.CoreGui
  21. local plr = game.Players.LocalPlayer
  22. local Credits = Instance.new("TextLabel")
  23. local MP = Instance.new("TextButton")
  24. local GetMoney = Instance.new("TextButton")
  25. local Car = Instance.new("TextButton")
  26. local Pet = Instance.new("TextButton")
  27. local HackSelected = Instance.new("TextLabel")
  28.  
  29. -- Properties
  30.  
  31. Roblox.Name = "The Plaza Hack"
  32. Roblox.Parent = CG
  33.  
  34. local CGG = CG["The Plaza Hack"]
  35.  
  36.  
  37. Main.Name = "Main"
  38. Main.Parent = Roblox
  39. Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  40. Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  41. Main.Position = UDim2.new(0, 500, 0, 150)
  42. Main.Size = UDim2.new(0, 500, 0, 350)
  43. Main.Visible = false
  44. Main.Draggable = true
  45. Main.Active = true
  46.  
  47. Teleports.Name = "Teleports"
  48. Teleports.Parent = Main
  49. Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  50. Teleports.Position = UDim2.new(0, 15, 0, 125)
  51. Teleports.Size = UDim2.new(0, 125, 0, 200)
  52. Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  53. Teleports.ScrollBarThickness = 6
  54.  
  55. Credits.Name = "Credits"
  56. Credits.Parent = Roblox
  57. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Credits.BackgroundTransparency = 1
  59. Credits.Position = UDim2.new(0, 1463, 0, 657)
  60. Credits.Size = UDim2.new(0, 166, 0, 159)
  61. Credits.Font = Enum.Font.SourceSans
  62. Credits.FontSize = Enum.FontSize.Size36
  63. Credits.Text = "Fluxx"
  64. Credits.TextColor3 = Color3.new(0, 0.215686, 1)
  65. Credits.TextScaled = true
  66. Credits.TextSize = 36
  67. Credits.TextWrapped = true
  68.  
  69.  
  70. Title.Name = "The Plaza Hack"
  71. Title.Parent = Main
  72. Title.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  73. Title.Size = UDim2.new(0, 500, 0, 35)
  74.  
  75. TitleLabel.Name = "TitleLabel"
  76. TitleLabel.Parent = Title
  77. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TitleLabel.BackgroundTransparency = 1
  79. TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  80. TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  81. TitleLabel.Font = Enum.Font.SourceSansBold
  82. TitleLabel.FontSize = Enum.FontSize.Size18
  83. TitleLabel.Text = "The Plaza Hack"
  84. TitleLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  85. TitleLabel.TextSize = 18
  86. TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  87.  
  88. Close.Name = "Close"
  89. Close.Parent = Main
  90. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Close.BackgroundTransparency = 1
  92. Close.Position = UDim2.new(0, 475, 0, 8)
  93. Close.Size = UDim2.new(0, 25, 0, 25)
  94. Close.Font = Enum.Font.SciFi
  95. Close.FontSize = Enum.FontSize.Size18
  96. Close.Text = "X"
  97. Close.TextColor3 = Color3.new(0.0470588, 0.52549, 0.631373)
  98. Close.TextSize = 18
  99.  
  100. Pet.Name = "Pet"
  101. Pet.Parent = Teleports
  102. Pet.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  103. Pet.Position = UDim2.new(0, 0, 0, 25)
  104. Pet.Size = UDim2.new(0, 117, 0, 30)
  105. Pet.Font = Enum.Font.Cartoon
  106. Pet.FontSize = Enum.FontSize.Size14
  107. Pet.Text = " Get Lab Dodge"
  108. Pet.TextSize = 14
  109. Pet.TextXAlignment = Enum.TextXAlignment.Left
  110.  
  111. Car.Name = "Car"
  112. Car.Parent = Teleports
  113. Car.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  114. Car.Position = UDim2.new(0, 0, 0, 50)
  115. Car.Size = UDim2.new(0, 117, 0, 30)
  116. Car.Font = Enum.Font.Cartoon
  117. Car.FontSize = Enum.FontSize.Size14
  118. Car.Text = " Get Monotracer"
  119. Car.TextSize = 14
  120. Car.TextXAlignment = Enum.TextXAlignment.Left
  121.  
  122. GetMoney.Name = "GetMoney"
  123. GetMoney.Parent = Teleports
  124. GetMoney.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  125. GetMoney.Position = UDim2.new(0, 0, 0, 75)
  126. GetMoney.Size = UDim2.new(0, 117, 0, 30)
  127. GetMoney.Font = Enum.Font.Cartoon
  128. GetMoney.FontSize = Enum.FontSize.Size14
  129. GetMoney.Text = " Get Money"
  130. GetMoney.TextSize = 14
  131. GetMoney.TextXAlignment = Enum.TextXAlignment.Left
  132.  
  133. HackSelected.Name = "HackSelected"
  134. HackSelected.Parent = Main
  135. HackSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  136. HackSelected.Position = UDim2.new(0, 15, 0, 75)
  137. HackSelected.Size = UDim2.new(0, 125, 0, 35)
  138. HackSelected.Font = Enum.Font.SourceSansBold
  139. HackSelected.FontSize = Enum.FontSize.Size18
  140. HackSelected.Text = "Hack List"
  141. HackSelected.TextSize = 15
  142. HackSelected.TextWrapped = true
  143.  
  144. Open.Name = "Open"
  145. Open.Parent = Roblox
  146. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Open.Position = UDim2.new(0, 0, 0, 300)
  148. Open.Size = UDim2.new(0, 50, 0, 25)
  149. Open.Visible = false
  150. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  151. Open.Font = Enum.Font.SourceSans
  152. Open.FontSize = Enum.FontSize.Size14
  153. Open.Text = "Open"
  154. Open.TextSize = 14
  155.  
  156. Login.Name = "Login"
  157. Login.Parent = Roblox
  158. Login.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  159. Login.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  160. Login.Position = UDim2.new(0, 300, 0, 145)
  161. Login.Size = UDim2.new(0, 325, 0, 250)
  162. Login.Draggable = true
  163. Login.Active = true
  164.  
  165. Login_2.Name = "Login"
  166. Login_2.Parent = Login
  167. Login_2.BackgroundColor3 = Color3.new(1, 0.403922, 0.411765)
  168. Login_2.BorderSizePixel = 2
  169. Login_2.Position = UDim2.new(0, 100, 0, 175)
  170. Login_2.Size = UDim2.new(0, 100, 0, 25)
  171. Login_2.Font = Enum.Font.SciFi
  172. Login_2.FontSize = Enum.FontSize.Size24
  173. Login_2.Text = "Login"
  174. Login_2.TextColor3 = Color3.new(1, 1, 1)
  175. Login_2.TextSize = 20
  176.  
  177. Username.Name = "Username"
  178. Username.Parent = Login
  179. Username.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  180. Username.Position = UDim2.new(0, 75, 0, 75)
  181. Username.Size = UDim2.new(0, 150, 0, 25)
  182. Username.Font = Enum.Font.SciFi
  183. Username.FontSize = Enum.FontSize.Size14
  184. Username.Text = "PUT PIN ON DOWN"
  185. Username.TextSize = 14
  186. Username.TextXAlignment = Enum.TextXAlignment.Left
  187.  
  188. Password.Name = "Password"
  189. Password.Parent = Login
  190. Password.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  191. Password.Position = UDim2.new(0, 75, 0, 115)
  192. Password.Size = UDim2.new(0, 150, 0, 25)
  193. Password.Font = Enum.Font.SciFi
  194. Password.FontSize = Enum.FontSize.Size14
  195. Password.Text = "PIN"
  196. Password.TextSize = 14
  197. Password.TextXAlignment = Enum.TextXAlignment.Left
  198.  
  199. Title_2.Name = "Title"
  200. Title_2.Parent = Login
  201. Title_2.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  202. Title_2.Size = UDim2.new(0, 325, 0, 25)
  203. Title_2.Font = Enum.Font.Highway
  204. Title_2.FontSize = Enum.FontSize.Size14
  205. Title_2.Text = "The Plaza Hack"
  206. Title_2.TextColor3 = Color3.new(1, 1, 1)
  207. Title_2.TextSize = 14
  208.  
  209. CGG.Login.Login.MouseButton1Down:connect(function()
  210. if Username.Text == "PUT PIN ON DOWN" and Password.Text == "trial" then
  211. CGG.Open.Visible = true
  212. CGG.Login.Visible = false
  213. else
  214. CGG.Login.Password.Text = "Incorrect PIN"
  215. wait(1)
  216. CGG.Login.Password.Text = "PIN"
  217. end
  218. end)
  219.  
  220. TL.Name = "TL"
  221. TL.Parent = Login
  222. TL.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  223. TL.BackgroundTransparency = 1
  224. TL.Position = UDim2.new(0, 100, 0, 35)
  225. TL.Size = UDim2.new(0, 100, 0, 25)
  226. TL.Font = Enum.Font.Highway
  227. TL.FontSize = Enum.FontSize.Size14
  228. TL.Text = "Welcome, " .. plr.Name
  229. TL.TextColor3 = Color3.new(1, 1, 1)
  230. TL.TextSize = 14
  231. TL.TextStrokeColor3 = Color3.new(1, 1, 1)
  232.  
  233. CGG.Main.Teleports.GetMoney.MouseButton1Down:connect(function()
  234. for i=999, 3000 do
  235. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(2.147e9, i);
  236. end
  237.  
  238. end)
  239.  
  240. CGG.Main.Teleports.Pet.MouseButton1Down:connect(function()
  241. local pet = "Lab Doge"
  242. game.ReplicatedStorage.ServerStats.BuyPet:FireServer(pet, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  243. end)
  244.  
  245. CGG.Main.Teleports.Car.MouseButton1Down:connect(function()
  246. local car = "Monotracer"
  247. game.ReplicatedStorage.ServerStats.BuyVehicle:FireServer(car, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  248. end)
  249.  
  250. CGG.Open.MouseButton1Down:connect(function()
  251. CGG.Main.Visible = true
  252. CGG.Open.Visible = false
  253. CGG.Main.Close.Visible = true
  254. end)
  255.  
  256. CGG.Main.Close.MouseButton1Down:connect(function()
  257. CGG.Main.Visible = false
  258. CGG.Open.Visible = true
  259. CGG.Main.Close.Visible = false
  260. end)
Add Comment
Please, Sign In to add comment