Advertisement
Guest User

oxygenwatermark

a guest
Feb 28th, 2020
7,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. local TextLabel = Instance.new("TextLabel")
  2. local BlockSpamGui = Instance.new("ScreenGui")
  3. local HatSpam = Instance.new("TextButton")
  4. local BlockSpam = Instance.new("TextButton")
  5. local Fly = Instance.new("TextButton")
  6. --Properties:
  7. BlockSpamGui.Name = "BlockSpamGui"
  8. BlockSpamGui.Parent = game.CoreGui
  9.  
  10.  
  11.  
  12. HatSpam.MouseButton1Down:connect(function()
  13. for i = 1,100 do
  14.  
  15. wait(0.1)
  16.  
  17. local dbbb =
  18.  
  19. {
  20.  
  21. [1] = "Wear",
  22.  
  23. [2] = "9251145",
  24.  
  25. [3] = "Hats"
  26.  
  27. }
  28.  
  29.  
  30. game.ReplicatedStorage.WearItem:FireServer(dbbb)
  31.  
  32.  
  33.  
  34. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  35. if (v:IsA("Accessory")) then
  36. v.Parent = workspace
  37. end
  38. end
  39. end
  40. end)
  41.  
  42. BlockSpam.Name = "BlockSpam"
  43. BlockSpam.Parent = BlockSpamGui
  44. BlockSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  45. BlockSpam.Position = UDim2.new(0, -99999, 0, 0)
  46. BlockSpam.Size = UDim2.new(0, 200, 0, 50)
  47. BlockSpam.Font = Enum.Font.SourceSans
  48. BlockSpam.Text = ""
  49. BlockSpam.TextColor3 = Color3.new(0, 0, 0)
  50. BlockSpam.TextScaled = true
  51. BlockSpam.TextSize = 14
  52. BlockSpam.TextWrapped = true
  53.  
  54. BlockSpam.MouseButton1Down:connect(function()
  55. for i = 1,100 do
  56.  
  57. wait(0.1)
  58.  
  59. local dbbb =
  60.  
  61. {
  62.  
  63. [1] = "Wear",
  64.  
  65. [2] = "1028859",
  66.  
  67. [3] = "Hats"
  68.  
  69. }
  70.  
  71.  
  72. game.ReplicatedStorage.WearItem:FireServer(dbbb)
  73.  
  74.  
  75.  
  76.  
  77. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  78. if (v:IsA("Accessory")) then
  79. v.Handle.Mesh:remove()
  80. end
  81. end
  82.  
  83. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  84. if (v:IsA("Accessory")) then
  85. v.Parent = workspace
  86. end
  87.  
  88. end
  89.  
  90. end
  91. end)
  92.  
  93.  
  94.  
  95. Fly.MouseButton1Down:connect(function()
  96. local oommgg =
  97.  
  98. {
  99.  
  100. [1] = "RemoveAll"
  101.  
  102. }
  103.  
  104.  
  105. game.ReplicatedStorage.WearItem:FireServer(oommgg)
  106.  
  107. local birluleibe =
  108.  
  109. {
  110.  
  111. [1] = "Wear",
  112.  
  113. [2] = "1028859",
  114.  
  115. [3] = "Hats"
  116.  
  117. }
  118.  
  119.  
  120. game.ReplicatedStorage.WearItem:FireServer(birluleibe)
  121.  
  122. --next to
  123.  
  124. local birlei =
  125.  
  126. {
  127.  
  128. [1] = "Wear",
  129.  
  130. [2] = "903955191",
  131.  
  132. [3] = "Pants"
  133.  
  134. }
  135.  
  136.  
  137. game.ReplicatedStorage.WearItem:FireServer(birlei)
  138.  
  139. --next go
  140.  
  141. local OmgFinish =
  142.  
  143. {
  144.  
  145. [1] = "Wear",
  146.  
  147. [2] = "1062732089",
  148.  
  149. [3] = "Shirts"
  150.  
  151. }
  152.  
  153.  
  154. game.ReplicatedStorage.WearItem:FireServer(OmgFinish)
  155.  
  156.  
  157. end)
  158.  
  159. TextLabel.Parent = game.CoreGui.BlockSpamGui
  160. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  161. TextLabel.BackgroundTransparency = 1
  162. TextLabel.Position = UDim2.new(0, 725, 0, -45)
  163. TextLabel.Size = UDim2.new(0, 86, 0, 53)
  164. TextLabel.Font = Enum.Font.SourceSansLight
  165. TextLabel.Text = "(Oxygen)"
  166. TextLabel.TextColor3 = Color3.new(153, 204, 255)
  167. TextLabel.TextScaled = true
  168. TextLabel.TextSize = 30
  169. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement