Advertisement
Guest User

[Roblox] Gravity Hammer

a guest
Feb 7th, 2020
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local frosting_queFEGUI = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextButton_2 = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6. --Properties:
  7. frosting_queFEGUI.Name = "frosting_que FE GUI"
  8. frosting_queFEGUI.Parent = game.CoreGui
  9.  
  10. Frame.Parent = frosting_queFEGUI
  11. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  12. Frame.Position = UDim2.new(0.45969674, 0, 0.60304451, 0)
  13. Frame.Size = UDim2.new(0, 195, 0, 171)
  14. Frame.Active = true
  15. Frame.Draggable = true
  16.  
  17. TextButton.Parent = Frame
  18. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  19. TextButton.Position = UDim2.new(-0.00184172392, 0, 0.703794956, 0)
  20. TextButton.Size = UDim2.new(0, 195, 0, 50)
  21. TextButton.Font = Enum.Font.SourceSans
  22. TextButton.Text = "Explode"
  23. TextButton.TextColor3 = Color3.new(0, 0, 0)
  24. TextButton.TextScaled = true
  25. TextButton.TextSize = 14
  26. TextButton.TextWrapped = true
  27. TextButton.MouseButton1Down:connect(function()
  28. game.ReplicatedStorage.Clothes:FireServer({[1] = "1527622", [2] = "none", [3] = "none", [4] = "none", [5] = "none", [2] = "none"})
  29. end)
  30.  
  31.  
  32. TextButton_2.Parent = Frame
  33. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  34. TextButton_2.Position = UDim2.new(-0.00184172392, 0, 0.411328882, 0)
  35. TextButton_2.Size = UDim2.new(0, 195, 0, 50)
  36. TextButton_2.Font = Enum.Font.SourceSans
  37. TextButton_2.Text = "Hammer"
  38. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  39. TextButton_2.TextScaled = true
  40. TextButton_2.TextSize = 14
  41. TextButton_2.TextWrapped = true
  42.  
  43. TextButton_2.MouseButton1Down:connect(function()
  44.     game.ReplicatedStorage.Clothes:FireServer({[1] = "1055299", [2] = "none", [3] = "none", [4] = "none", [5] = "none", [2] = "none"})
  45. local oof = game.Players.LocalPlayer.Character:WaitForChild'TeapotTurret'
  46. local hamma = oof.GravityHammer
  47. hamma.Parent = game.Players.LocalPlayer.Backpack
  48. oof:Destroy()
  49. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  50. if v:IsA'HopperBin' then
  51. v:Destroy()
  52. end
  53. end
  54. end)
  55.  
  56. TextLabel.Parent = Frame
  57. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  58. TextLabel.Position = UDim2.new(-0.00184172392, 0, 0.163318127, 0)
  59. TextLabel.Size = UDim2.new(0, 195, 0, 42)
  60. TextLabel.Font = Enum.Font.SourceSans
  61. TextLabel.Text = "BY: Samucraft18"
  62. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  63. TextLabel.TextScaled = true
  64. TextLabel.TextSize = 14
  65. TextLabel.TextWrapped = true
  66. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement