vlogergamer

Teapot bomb for brookhaven

Mar 24th, 2021
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. --Script made by TheInvisible_ (Maple Syrup gang)
  2. --How to use:
  3. --execute it wait till it respawns you and then go close to someone and then drop the teapot by pressing the button E
  4. --make sure the teapot drops on someone's head to make it go explode
  5. --and when teapot is dropped wait till the script re equip the hat (It will get back on your head) and then you will be able to use it again
  6. if game.Players.LocalPlayer.Character:FindFirstChild("TeapotTurret") == nil then
  7. game:GetService("ReplicatedStorage").RemoteEvents.UpdateAvatar:FireServer("wear",01055299.0)
  8. repeat game:GetService("RunService").RenderStepped:Wait() until game.Players.LocalPlayer.Character:FindFirstChild("TeapotTurret") ~= nil
  9. end
  10. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  11. local ok do
  12. ok = game.Players.LocalPlayer.CharacterAdded:connect(function(chr)
  13. print("Yes")
  14. spawn(function()
  15. local touch = false
  16. local Mouse = game.Players.LocalPlayer:GetMouse()
  17. Mouse.KeyDown:connect(function(key)
  18. if key == "e" then
  19. local torso = game.Players.LocalPlayer.Character.UpperTorso
  20. local teapothandle = game.Players.LocalPlayer.Character:FindFirstChild("TeapotTurret").Handle
  21. if game.Players.LocalPlayer.Character:FindFirstChild("TeapotTurret") ~= nil then
  22. game.Players.LocalPlayer.Character:FindFirstChild("TeapotTurret").Parent = workspace
  23. local blu do
  24. blu = teapothandle.Touched:connect(function(part)
  25. touch = true
  26. blu:Disconnect()
  27. end)
  28. end
  29. repeat game:GetService("RunService").RenderStepped:wait() until touch == true
  30. wait(0.1)
  31. if game.Players.LocalPlayer.Character:FindFirstChild("TeapotTurret") == nil then
  32. firetouchinterest(teapothandle,torso,1)
  33. firetouchinterest(teapothandle,torso,0)
  34. touch = false
  35. end
  36. end
  37. end
  38. end)
  39. end)
  40. ok:Disconnect()
  41. end)
  42. end
  43.  
Advertisement
Add Comment
Please, Sign In to add comment