Advertisement
battleman22222

B00M

Jun 24th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. --By Rufus14 (cringeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, contains: we are the single furries, undertale, fnaf etc)
  2. screem = Instance.new("Sound", game.Players.battleman22222.Character.Head)
  3. screem.SoundId = "rbxassetid://397598136"
  4. screem.Volume = 100
  5. plr = game.Players.battleman22222.Character
  6. mouse = game.Players.battleman22222:GetMouse()
  7. doing = false
  8. function key(key)
  9. key = key:lower()
  10. if key == "q" then
  11. if not doing then
  12. doing = true
  13. for i = 1,10 do
  14. wait()
  15. plr.Torso.Neck.C0 = plr.Torso.Neck.C0 * CFrame.Angles(-0.07,0,0)
  16. plr.Torso["Left Shoulder"].C0 = plr.Torso["Left Shoulder"].C0 * CFrame.new(0,-0.15,0.05)
  17. plr.Torso["Left Shoulder"].C0 = plr.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.3,0,0)
  18. plr.Torso["Right Shoulder"].C0 = plr.Torso["Right Shoulder"].C0 * CFrame.new(0,-0.15,0.05)
  19. plr.Torso["Right Shoulder"].C0 = plr.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.3,0,0)
  20. end
  21. local boomb = Instance.new("Part", plr.Head)
  22. local mesh = Instance.new("SpecialMesh", boomb)
  23. mesh.MeshId = "http://www.roblox.com/asset/?id=192488915"
  24. mesh.TextureId = "http://www.roblox.com/asset/?id=192488947"
  25. local weld = Instance.new("Weld", boomb)
  26. weld.Part0 = boomb
  27. weld.Part1 = plr["Left Arm"]
  28. weld.C0 = weld.C0 * CFrame.Angles(0,0,3.3)
  29. weld.C0 = weld.C0 * CFrame.new(1.9,1.65,0)
  30. plr.Humanoid.JumpPower = 0
  31. plr.Humanoid.WalkSpeed = 0
  32. local cringe = Instance.new("Sound", boomb)
  33. cringe.Volume = 20
  34. local Math = math.random(1,7)
  35. if Math == 1 then
  36. cringe.SoundId = "rbxassetid://138285252"
  37. end
  38. if Math == 2 then
  39. cringe.SoundId = "rbxassetid://198126365"
  40. end
  41. if Math == 3 then
  42. cringe.SoundId = "rbxassetid://394624079"
  43. end
  44. if Math == 4 then
  45. cringe.SoundId = "rbxassetid://253564383"
  46. end
  47. if Math == 5 then
  48. cringe.SoundId = "rbxassetid://641177564"
  49. end
  50. if Math == 6 then
  51. cringe.SoundId = "rbxassetid://442227009"
  52. end
  53. if Math == 7 then
  54. cringe.SoundId = "rbxassetid://665080025"
  55. end
  56. cringe:Play()
  57. wait(13)
  58. screem:Play()
  59. for i = 1,150 do
  60. wait()
  61. plr.Torso.Neck.C0 = plr.Torso.Neck.C0 * CFrame.Angles(math.random(0.1,0.9),math.random(0.1,0.9),math.random(0.1,0.9))
  62. end
  63. local boom = Instance.new("Explosion", workspace)
  64. boom.BlastPressure = 2000000
  65. boom.BlastRadius = 50
  66. boom.Position = boomb.Position
  67. screem:Stop()
  68. end
  69. end
  70. end
  71. mouse.KeyDown:connect(key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement