Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. -->> Now Rek Oders LOL <<--
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local TextLabel = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.Active = true
  19. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  20. Frame.BackgroundTransparency = 0.5
  21. Frame.BorderSizePixel = 0
  22. Frame.Position = UDim2.new(0.485696495, 0, 0.168211818, 0)
  23. Frame.Size = UDim2.new(0, 418, 0, 365)
  24. Frame.Draggable = true
  25.  
  26. Frame_2.Parent = Frame
  27. Frame_2.Active = true
  28. Frame_2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  29. Frame_2.BorderSizePixel = 0
  30. Frame_2.Position = UDim2.new(0.0412790775, 0, 0.000730149448, 0)
  31. Frame_2.Size = UDim2.new(0, 401, 0, 365)
  32.  
  33. TextButton.Parent = Frame_2
  34. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextButton.BorderSizePixel = 0
  36. TextButton.Position = UDim2.new(0.0274314079, 0, 0.830137014, 0)
  37. TextButton.Size = UDim2.new(0, 200, 0, 50)
  38. TextButton.Font = Enum.Font.SourceSans
  39. TextButton.Text = "GoTo and Brick Spam"
  40. TextButton.TextScaled = true
  41. TextButton.TextSize = 14
  42. TextButton.TextWrapped = true
  43.  
  44. TextButton.MouseButton1Down:connect(function()
  45. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[TextBox.Text].Character.HumanoidRootPart.CFrame
  46.  
  47. for i=1,500 do
  48. local A_1 =
  49. {
  50. [1] = "Wear",
  51. [2] = "100427922",
  52. [3] = "Hats"
  53. }
  54. local Event = game:GetService("ReplicatedStorage").WearItem
  55. Event:FireServer(A_1)
  56. wait(0.1)
  57.  
  58. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  59. if v:IsA("Hat") or v:IsA("Accessory") then
  60. v.Handle.Mesh:Destroy()
  61. v.Parent = game:GetService("Workspace")
  62. end
  63. end
  64. end
  65. end)
  66.  
  67. TextButton_2.Parent = TextButton
  68. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextButton_2.BorderSizePixel = 0
  70. TextButton_2.Position = UDim2.new(0.00197005272, 0, -1.51972604, 0)
  71. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  72. TextButton_2.Font = Enum.Font.SourceSans
  73. TextButton_2.Text = "Brick Spam"
  74. TextButton_2.TextScaled = true
  75. TextButton_2.TextSize = 40
  76. TextButton_2.TextWrapped = true
  77.  
  78. TextButton_2.MouseButton1Down:connect(function()
  79. for i=1,500 do
  80. local A_1 =
  81. {
  82. [1] = "Wear",
  83. [2] = "100427922",
  84. [3] = "Hats"
  85. }
  86. local Event = game:GetService("ReplicatedStorage").WearItem
  87. Event:FireServer(A_1)
  88. wait(0.1)
  89.  
  90. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  91. if v:IsA("Hat") or v:IsA("Accessory") then
  92. v.Handle.Mesh:Destroy()
  93. v.Parent = game:GetService("Workspace")
  94. end
  95. end
  96. end
  97. end)
  98.  
  99. TextButton_3.Parent = TextButton_2
  100. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextButton_3.BorderSizePixel = 0
  102. TextButton_3.Position = UDim2.new(1.06612217, 0, 1.51013708, 0)
  103. TextButton_3.Size = UDim2.new(0, 167, 0, 50)
  104. TextButton_3.Font = Enum.Font.SourceSans
  105. TextButton_3.Text = "GoTo and spam Hats"
  106. TextButton_3.TextScaled = true
  107. TextButton_3.TextSize = 14
  108. TextButton_3.TextWrapped = true
  109.  
  110. TextButton_3.MouseButton1Down:connect(function()
  111. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[TextBox.Text].Character.HumanoidRootPart.CFrame
  112.  
  113. for i=1,500 do
  114. local A_1 =
  115. {
  116. [1] = "Wear",
  117. [2] = "100427922",
  118. [3] = "Hats"
  119. }
  120. local Event = game:GetService("ReplicatedStorage").WearItem
  121. Event:FireServer(A_1)
  122. wait(0.1)
  123.  
  124. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  125. if v:IsA("Hat") or v:IsA("Accessory") then
  126. v.Parent = game:GetService("Workspace")
  127. end
  128. end
  129. end
  130. end)
  131.  
  132. TextButton_4.Parent = TextButton_3
  133. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextButton_4.BorderSizePixel = 0
  135. TextButton_4.Position = UDim2.new(0, 0, -1.51999998, 0)
  136. TextButton_4.Size = UDim2.new(0, 167, 0, 50)
  137. TextButton_4.Font = Enum.Font.SourceSans
  138. TextButton_4.Text = "Hat Spam"
  139. TextButton_4.TextScaled = true
  140. TextButton_4.TextSize = 40
  141. TextButton_4.TextWrapped = true
  142.  
  143. TextButton_4.MouseButton1Down:connect(function()
  144. for i=1,500 do
  145. local A_1 =
  146. {
  147. [1] = "Wear",
  148. [2] = "100427922",
  149. [3] = "Hats"
  150. }
  151. local Event = game:GetService("ReplicatedStorage").WearItem
  152. Event:FireServer(A_1)
  153. wait(0.1)
  154.  
  155. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  156. if v:IsA("Hat") or v:IsA("Accessory") then
  157. v.Parent = game:GetService("Workspace")
  158. end
  159. end
  160. end
  161. end)
  162.  
  163. TextBox.Parent = TextButton_4
  164. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  165. TextBox.BorderSizePixel = 0
  166. TextBox.Position = UDim2.new(-1.27844322, 0, -2.16000009, 0)
  167. TextBox.Size = UDim2.new(0, 380, 0, 50)
  168. TextBox.Font = Enum.Font.SourceSans
  169. TextBox.Text = "Username"
  170. TextBox.TextScaled = true
  171. TextBox.TextSize = 14
  172. TextBox.TextWrapped = true
  173.  
  174. TextLabel.Parent = TextBox
  175. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextLabel.BackgroundTransparency = 32452
  177. TextLabel.BorderSizePixel = 0
  178. TextLabel.Position = UDim2.new(0.235526308, 0, -2.38000035, 0)
  179. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  180. TextLabel.Font = Enum.Font.SourceSans
  181. TextLabel.Text = "BaGDC GUI"
  182. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  183. TextLabel.TextScaled = true
  184. TextLabel.TextSize = 14
  185. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement