Advertisement
Guest User

PlazaSploit - BY YEALETFNG

a guest
Nov 8th, 2019
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.56 KB | None | 0 0
  1. --[[
  2. MADE BY
  3.  
  4. ╔╗──╔╗╔═══╗╔═══╗╔╗───╔═══╗╔════╗╔═══╗╔═╗─╔╗╔═══╗
  5. ║╚╗╔╝║║╔══╝║╔═╗║║║───║╔══╝║╔╗╔╗║║╔══╝║║╚╗║║║╔═╗║
  6. ╚╗╚╝╔╝║╚══╗║║─║║║║───║╚══╗╚╝║║╚╝║╚══╗║╔╗╚╝║║║─╚╝
  7. ─╚╗╔╝─║╔══╝║╚═╝║║║─╔╗║╔══╝──║║──║╔══╝║║╚╗║║║║╔═╗
  8. ──║║──║╚══╗║╔═╗║║╚═╝║║╚══╗──║║──║║───║║─║║║║╚╩═║
  9. ──╚╝──╚═══╝╚╝─╚╝╚═══╝╚═══╝──╚╝──╚╝───╚╝─╚═╝╚═══╝
  10.  
  11. number sign (#)
  12.  
  13.  
  14. ╔═══╗╔═══╗╔╗─╔╗╔═══╗
  15. ║╔══╝║╔═╗║║║─║║║╔═╗║
  16. ║╚══╗║╚═╝║║╚═╝║╚╝╔╝║
  17. ║╔═╗║╚══╗║╚══╗║╔═╝╔╝
  18. ║╚═╝║╔══╝║───║║║║╚═╗
  19. ╚═══╝╚═══╝───╚╝╚═══╝
  20.  
  21.  
  22. --]]
  23.  
  24. -- Instances:
  25.  
  26. local PlazaSploit = Instance.new("ScreenGui")
  27. local OpenFrame = Instance.new("Frame")
  28. local OpenButton = Instance.new("TextButton")
  29. local Discord = Instance.new("TextLabel")
  30. local MainFrame = Instance.new("Frame")
  31. local ExploitName = Instance.new("TextLabel")
  32. local DiscordLink = Instance.new("TextLabel")
  33. local CloseButton = Instance.new("TextButton")
  34. local ChatSpam = Instance.new("TextButton")
  35. local SemiChatSpam = Instance.new("TextButton")
  36. local Money = Instance.new("TextButton")
  37. local GivePet = Instance.new("TextButton")
  38. local GamepassCar = Instance.new("TextButton")
  39. local Stereos = Instance.new("TextButton")
  40.  
  41. --Properties:
  42.  
  43. PlazaSploit.Name = "PlazaSploit"
  44. PlazaSploit.Parent = game.CoreGui
  45.  
  46. OpenFrame.Name = "OpenFrame"
  47. OpenFrame.Parent = PlazaSploit
  48. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  49. OpenFrame.BackgroundTransparency = 0.55000001192093
  50. OpenFrame.Position = UDim2.new(0.239374995, 0, 0.347665846, 0)
  51. OpenFrame.Size = UDim2.new(0, 235, 0, 96)
  52. OpenFrame.Draggable = true
  53. OpenFrame.Active = true
  54.  
  55. OpenButton.Name = "OpenButton"
  56. OpenButton.Parent = OpenFrame
  57. OpenButton.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  58. OpenButton.BackgroundTransparency = 0.60000002384186
  59. OpenButton.Position = UDim2.new(0.0524475537, 0, 0.364583343, 0)
  60. OpenButton.Size = UDim2.new(0, 208, 0, 50)
  61. OpenButton.Font = Enum.Font.Gotham
  62. OpenButton.Text = "Open"
  63. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  64. OpenButton.TextScaled = true
  65. OpenButton.TextSize = 14
  66. OpenButton.TextWrapped = true
  67. OpenButton.MouseButton1Down:connect(function()
  68. MainFrame.Visible = true -- Makes the gui visible
  69. OpenFrame.Visible = false -- Makes the open button invisible
  70. end)
  71.  
  72. Discord.Name = "Discord"
  73. Discord.Parent = OpenFrame
  74. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Discord.BackgroundTransparency = 1
  76. Discord.Size = UDim2.new(0, 235, 0, 24)
  77. Discord.Font = Enum.Font.Gotham
  78. Discord.Text = "https://discord.gg/TSNQ5Hk"
  79. Discord.TextColor3 = Color3.new(1, 1, 1)
  80. Discord.TextScaled = true
  81. Discord.TextSize = 14
  82. Discord.TextWrapped = true
  83.  
  84. MainFrame.Name = "MainFrame"
  85. MainFrame.Parent = PlazaSploit
  86. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  87. MainFrame.BackgroundTransparency = 0.55000001192093
  88. MainFrame.Position = UDim2.new(0.261249989, 0, 0.244471744, 0)
  89. MainFrame.Size = UDim2.new(0, 495, 0, 516)
  90. MainFrame.Visible = false
  91. MainFrame.Draggable = true
  92. MainFrame.Active = true
  93.  
  94. ExploitName.Name = "ExploitName"
  95. ExploitName.Parent = MainFrame
  96. ExploitName.BackgroundColor3 = Color3.new(1, 1, 1)
  97. ExploitName.BackgroundTransparency = 1
  98. ExploitName.Position = UDim2.new(0.214141414, 0, 0, 0)
  99. ExploitName.Size = UDim2.new(0, 389, 0, 49)
  100. ExploitName.Font = Enum.Font.Gotham
  101. ExploitName.Text = "PlazaSploit"
  102. ExploitName.TextColor3 = Color3.new(1, 1, 1)
  103. ExploitName.TextScaled = true
  104. ExploitName.TextSize = 14
  105. ExploitName.TextWrapped = true
  106.  
  107. DiscordLink.Name = "DiscordLink"
  108. DiscordLink.Parent = MainFrame
  109. DiscordLink.BackgroundColor3 = Color3.new(1, 1, 1)
  110. DiscordLink.BackgroundTransparency = 1
  111. DiscordLink.Position = UDim2.new(0.214141414, 0, 0.0949612409, 0)
  112. DiscordLink.Size = UDim2.new(0, 389, 0, 49)
  113. DiscordLink.Font = Enum.Font.Gotham
  114. DiscordLink.Text = "https://discord.gg/TSNQ5Hk"
  115. DiscordLink.TextColor3 = Color3.new(1, 1, 1)
  116. DiscordLink.TextScaled = true
  117. DiscordLink.TextSize = 14
  118. DiscordLink.TextWrapped = true
  119.  
  120. CloseButton.Name = "CloseButton"
  121. CloseButton.Parent = MainFrame
  122. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  123. CloseButton.BackgroundTransparency = 1
  124. CloseButton.Size = UDim2.new(0, 106, 0, 98)
  125. CloseButton.Font = Enum.Font.Gotham
  126. CloseButton.Text = "X"
  127. CloseButton.TextColor3 = Color3.new(1, 0, 0)
  128. CloseButton.TextScaled = true
  129. CloseButton.TextSize = 14
  130. CloseButton.TextWrapped = true
  131. CloseButton.MouseButton1Down:connect(function()
  132. MainFrame.Visible = false-- Makes the gui visible
  133. OpenFrame.Visible = true-- Makes the open button invisible
  134. end)
  135.  
  136.  
  137. ChatSpam.Name = "ChatSpam"
  138. ChatSpam.Parent = MainFrame
  139. ChatSpam.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  140. ChatSpam.BackgroundTransparency = 0.60000002384186
  141. ChatSpam.Position = UDim2.new(0.074747473, 0, 0.292635649, 0)
  142. ChatSpam.Size = UDim2.new(0, 200, 0, 50)
  143. ChatSpam.Font = Enum.Font.Gotham
  144. ChatSpam.Text = "Chat Spammer"
  145. ChatSpam.TextColor3 = Color3.new(1, 1, 1)
  146. ChatSpam.TextScaled = true
  147. ChatSpam.TextSize = 14
  148. ChatSpam.TextWrapped = true
  149. ChatSpam.MouseButton1Down:connect(function()
  150. local message = "JOIN MY DIZYY : TSNQ5Hk"
  151. while wait(0) do
  152. game.ReplicatedStorage.ServerStats.CustomChat.ChattedIn:FireServer(message, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  153. end
  154. end)
  155.  
  156. SemiChatSpam.Name = "SemiChatSpam"
  157. SemiChatSpam.Parent = MainFrame
  158. SemiChatSpam.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  159. SemiChatSpam.BackgroundTransparency = 0.60000002384186
  160. SemiChatSpam.Position = UDim2.new(0.074747473, 0, 0.562015533, 0)
  161. SemiChatSpam.Size = UDim2.new(0, 200, 0, 50)
  162. SemiChatSpam.Font = Enum.Font.Gotham
  163. SemiChatSpam.Text = "Semi-Chat Spam "
  164. SemiChatSpam.TextColor3 = Color3.new(1, 1, 1)
  165. SemiChatSpam.TextScaled = true
  166. SemiChatSpam.TextSize = 14
  167. SemiChatSpam.TextWrapped = true
  168. SemiChatSpam.MouseButton1Down:connect(function()
  169. local message = "Spammm"
  170. local amount = 100
  171. for i = 1, amount do
  172. wait(0.03)
  173. game.ReplicatedStorage.ServerStats.CustomChat.ChattedIn:FireServer(message, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  174. end
  175. end)
  176.  
  177. Money.Name = "Money"
  178. Money.Parent = MainFrame
  179. Money.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  180. Money.BackgroundTransparency = 0.60000002384186
  181. Money.Position = UDim2.new(0.074747473, 0, 0.821705461, 0)
  182. Money.Size = UDim2.new(0, 200, 0, 50)
  183. Money.Font = Enum.Font.Gotham
  184. Money.Text = "$$ Money $$"
  185. Money.TextColor3 = Color3.new(1, 1, 1)
  186. Money.TextScaled = true
  187. Money.TextSize = 14
  188. Money.TextWrapped = true
  189. Money.MouseButton1Down:connect(function()
  190. local amount = 21e8
  191. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  192. end)
  193.  
  194. GivePet.Name = "GivePet"
  195. GivePet.Parent = MainFrame
  196. GivePet.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  197. GivePet.BackgroundTransparency = 0.60000002384186
  198. GivePet.Position = UDim2.new(0.547474742, 0, 0.821705461, 0)
  199. GivePet.Size = UDim2.new(0, 200, 0, 50)
  200. GivePet.Font = Enum.Font.Gotham
  201. GivePet.Text = "Give pet"
  202. GivePet.TextColor3 = Color3.new(1, 1, 1)
  203. GivePet.TextScaled = true
  204. GivePet.TextSize = 14
  205. GivePet.TextWrapped = true
  206. GivePet.MouseButton1Down:connect(function()
  207. local pet = "Lab Doge"
  208. game.ReplicatedStorage.ServerStats.BuyPet:FireServer(pet, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  209. end)
  210.  
  211. GamepassCar.Name = "Gamepass Car"
  212. GamepassCar.Parent = MainFrame
  213. GamepassCar.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  214. GamepassCar.BackgroundTransparency = 0.60000002384186
  215. GamepassCar.Position = UDim2.new(0.547474742, 0, 0.562015533, 0)
  216. GamepassCar.Size = UDim2.new(0, 200, 0, 50)
  217. GamepassCar.Font = Enum.Font.Gotham
  218. GamepassCar.Text = "Free gamepass car"
  219. GamepassCar.TextColor3 = Color3.new(1, 1, 1)
  220. GamepassCar.TextScaled = true
  221. GamepassCar.TextSize = 14
  222. GamepassCar.TextWrapped = true
  223. GamepassCar.MouseButton1Down:connect(function()
  224. local car = "Monotracer"
  225. game.ReplicatedStorage.ServerStats.BuyVehicle:FireServer(car, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  226. end)
  227.  
  228. Stereos.Name = "Stereos"
  229. Stereos.Parent = MainFrame
  230. Stereos.BackgroundColor3 = Color3.new(0.129412, 1, 0.682353)
  231. Stereos.BackgroundTransparency = 0.60000002384186
  232. Stereos.Position = UDim2.new(0.547474742, 0, 0.292635649, 0)
  233. Stereos.Size = UDim2.new(0, 200, 0, 50)
  234. Stereos.Font = Enum.Font.Gotham
  235. Stereos.Text = "Force Change Stereos"
  236. Stereos.TextColor3 = Color3.new(1, 1, 1)
  237. Stereos.TextScaled = true
  238. Stereos.TextSize = 14
  239. Stereos.TextWrapped = true
  240. Stereos.MouseButton1Down:connect(function()
  241. local song = 3417133618
  242. local playerchanging = "Scapters"
  243. game.ReplicatedStorage.PlayerStats[playerchanging].CondoSongID.Value = "http://www.roblox.com/asset/?id="..song
  244. wait(0.03)
  245. game.ReplicatedStorage.PlayerStats[playerchanging].CondoSongChange:FireServer(math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  246. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement