Advertisement
DanielTG

Untitled

Mar 30th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. -- GUI
  2. if game.CoreGui:FindFirstChild("Dank") then
  3. game.CoreGui.Dank:Destroy()
  4. end
  5.  
  6. -- Objects
  7.  
  8. local Dank = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local White = Instance.new("Frame")
  11. local Close = Instance.new("ImageButton")
  12. local Minimize = Instance.new("TextButton")
  13. local Memes = Instance.new("TextLabel")
  14. local Start = Instance.new("TextButton")
  15. local Set = Instance.new("TextButton")
  16. local GoTo = Instance.new("TextButton")
  17. local Made = Instance.new("TextLabel")
  18. local Gray = Instance.new("Frame")
  19. local Amount = Instance.new("TextBox")
  20. local player = game:GetService("Players").LocalPlayer
  21. local Waypoint = nil
  22.  
  23. -- Properties
  24.  
  25. Dank.Name = "Dank"
  26. Dank.Parent = game.CoreGui
  27. Dank.ResetOnSpawn = false
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = Dank
  31. Main.Active = true
  32. Main.Selectable = true
  33. Main.Draggable = true
  34. Main.BackgroundColor3 = Color3.new(0.113725, 0.176471, 0.223529)
  35. Main.BorderColor3 = Color3.new(0.113725, 0.176471, 0.223529)
  36. Main.BorderSizePixel = 0
  37. Main.Position = UDim2.new(0.290880501, 0, 0.25777775, 0)
  38. Main.Size = UDim2.new(0, 501, 0, 43)
  39.  
  40. White.Name = "White"
  41. White.Parent = Main
  42. White.BackgroundColor3 = Color3.new(1, 1, 1)
  43. White.BorderSizePixel = 0
  44. White.Draggable = true
  45. White.Position = UDim2.new(0.00199600798, 0, 1, 0)
  46. White.Selectable = true
  47. White.Size = UDim2.new(0, 500, 0, 309)
  48.  
  49. Close.Name = "Close"
  50. Close.Parent = Main
  51. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Close.BackgroundTransparency = 1
  53. Close.Position = UDim2.new(0.922155678, 0, 0.0581395328, 0)
  54. Close.Size = UDim2.new(0, 37, 0, 38)
  55. Close.Image = "rbxassetid://1728457932"
  56. Close.ScaleType = Enum.ScaleType.Slice
  57. Close.MouseButton1Click:Connect(function()
  58. game.CoreGui.Dank:Destroy()
  59. end)
  60.  
  61. Minimize.Name = "Minimize"
  62. Minimize.Parent = Main
  63. Minimize.Active = false
  64. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Minimize.BackgroundTransparency = 1
  66. Minimize.Position = UDim2.new(0.872255504, 0, -0.0697674453, 0)
  67. Minimize.Size = UDim2.new(0, 25, 0, 42)
  68. Minimize.Font = Enum.Font.SourceSans
  69. Minimize.Text = "_"
  70. Minimize.TextColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  71. Minimize.TextSize = 30
  72. Minimize.MouseButton1Click:Connect(function()
  73. Main:TweenPosition(UDim2.new(0.74, 0, 0.960, 0), 'Out', 'Quart', 2)
  74. end)
  75.  
  76. Memes.Name = "Memes"
  77. Memes.Parent = Main
  78. Memes.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Memes.BackgroundTransparency = 1
  80. Memes.Position = UDim2.new(-0.131736532, 0, 0.0930232555, 0)
  81. Memes.Size = UDim2.new(0, 317, 0, 35)
  82. Memes.Font = Enum.Font.SourceSansBold
  83. Memes.Text = "FE BLOCK SPAM 2.0"
  84. Memes.TextColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  85. Memes.TextSize = 24
  86. Memes.TextWrapped = true
  87.  
  88. Start.Name = "Start"
  89. Start.Parent = Main
  90. Start.Active = false
  91. Start.BackgroundColor3 = Color3.new(0.0901961, 0.788235, 1)
  92. Start.BorderSizePixel = 0
  93. Start.Position = UDim2.new(0.149700597, 0, 2.69767451, 0)
  94. Start.Size = UDim2.new(0, 342, 0, 50)
  95. Start.Font = Enum.Font.SourceSansBold
  96. Start.Text = "SPAM BLOCKS"
  97. Start.TextColor3 = Color3.new(1, 1, 1)
  98. Start.TextSize = 20
  99. Start.MouseButton1Click:Connect(function()
  100. for i=1, Amount.Text do
  101. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  102. if (v:IsA("Accessory")) then
  103. v.Handle.Mesh:remove()
  104. end
  105. end
  106. wait(1)
  107. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  108. if (v:IsA("Accessory")) then
  109. v.Parent = workspace
  110. end
  111. end
  112.  
  113. wait()
  114. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  115. if (v:IsA("Accessory")) then
  116. v.Parent = workspace
  117. end
  118. end
  119.  
  120. wait()
  121. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  122. if (v:IsA("Accessory")) then
  123. v.Parent = workspace
  124. end
  125. end
  126.  
  127. wait()
  128. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  129. if (v:IsA("Accessory")) then
  130. v.Parent = workspace
  131. end
  132. end
  133. wait(0.1)
  134. wait(0.1)
  135. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  136. wait(6)
  137. player.Character.HumanoidRootPart.CFrame = CFrame.new(Waypoint)
  138. end
  139. end)
  140.  
  141. Set.Name = "Set"
  142. Set.Parent = Main
  143. Set.Active = false
  144. Set.BackgroundColor3 = Color3.new(0.0901961, 0.788235, 1)
  145. Set.BorderSizePixel = 0
  146. Set.Position = UDim2.new(0.0179640725, 0, 4.30232573, 0)
  147. Set.Size = UDim2.new(0, 235, 0, 50)
  148. Set.Font = Enum.Font.SourceSansBold
  149. Set.Text = "SET WAYPOINT"
  150. Set.TextColor3 = Color3.new(1, 1, 1)
  151. Set.TextSize = 20
  152. Set.MouseButton1Click:Connect(function()
  153. Waypoint = player.Character.HumanoidRootPart.Position
  154. end)
  155.  
  156. GoTo.Name = "Go-To"
  157. GoTo.Parent = Main
  158. GoTo.Active = false
  159. GoTo.BackgroundColor3 = Color3.new(0.0901961, 0.788235, 1)
  160. GoTo.BorderSizePixel = 0
  161. GoTo.Position = UDim2.new(0.50099802, 0, 4.30232573, 0)
  162. GoTo.Size = UDim2.new(0, 240, 0, 50)
  163. GoTo.Font = Enum.Font.SourceSansBold
  164. GoTo.Text = "GO-TO WAYPOINT"
  165. GoTo.TextColor3 = Color3.new(1, 1, 1)
  166. GoTo.TextSize = 20
  167. GoTo.MouseButton1Click:Connect(function()
  168. player.Character.HumanoidRootPart.CFrame = CFrame.new(Waypoint)
  169. end)
  170.  
  171. Made.Name = "Made"
  172. Made.Parent = Main
  173. Made.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Made.BackgroundTransparency = 1
  175. Made.Position = UDim2.new(-0.0259481035, 0, 7.30232573, 0)
  176. Made.Size = UDim2.new(0, 518, 0, 38)
  177. Made.Font = Enum.Font.SourceSansBold
  178. Made.Text = "Created by BaconExploitz#0001 and cooker#6002 for the decals"
  179. Made.TextColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  180. Made.TextSize = 20
  181.  
  182. Gray.Name = "Gray"
  183. Gray.Parent = Main
  184. Gray.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  185. Gray.BorderSizePixel = 0
  186. Gray.Position = UDim2.new(0.149700597, 0, 2.27906966, 0)
  187. Gray.Size = UDim2.new(0, 342, 0, 4)
  188.  
  189. Amount.Name = "Amount"
  190. Amount.Parent = Main
  191. Amount.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Amount.BackgroundTransparency = 1
  193. Amount.BorderSizePixel = 0
  194. Amount.Position = UDim2.new(0.149700597, 0, 1.32558143, 0)
  195. Amount.Size = UDim2.new(0, 342, 0, 59)
  196. Amount.Font = Enum.Font.SourceSansBold
  197. Amount.PlaceholderColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  198. Amount.Text = ""
  199. Amount.TextColor3 = Color3.new(0, 0, 0)
  200. Amount.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement