Diep8328Paster

Untitled

Jun 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. wait(0.1)
  2. print("soda")
  3. local b = 5
  4. local a = 0
  5. local p = game:GetService("Players").LocalPlayer
  6. local m = p:GetMouse()
  7. local char = p.Character
  8. local tool = Instance.new("Tool",p.Backpack)
  9. local hande = Instance.new("Part",tool)
  10. hande.Size = Vector3.new(1,1,1)
  11. hande.Name = "Handle"
  12. tool.Name = "bsoda"
  13. local mesh = Instance.new("SpecialMesh",hande)
  14. mesh.MeshId = "rbxassetid://10470609"
  15. mesh.Scale = Vector3.new(1.25,1.25,1.25)
  16. mesh.TextureId = "rbxassetid://1925646979"
  17. tool.Activated:connect(function()
  18. for i=1,10 do
  19. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0.100,0)
  20. wait()
  21. end
  22. for i=1,5 do
  23. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.100,0,0)
  24. wait()
  25. end
  26. local sip = Instance.new("Sound",char.Torso)
  27. sip.SoundId = "http://www.roblox.com/asset/?id=10722059"
  28. sip.Volume = 5
  29. sip:Play()
  30. wait(2)
  31. for i=1,5 do
  32. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0.100,0,0)
  33. wait()
  34. end
  35. for i=1,10 do
  36. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,-0.100,0)
  37. wait()
  38. end
  39. end)
  40. while tool.Activated do
  41. wait()
  42. m.KeyDown:connect(function(k)
  43. if k == "q" and a == 0 then
  44. a = 1
  45. local soundeffect = Instance.new("Sound",char.Torso)
  46. soundeffect.SoundId = "rbxassetid://188703219"
  47. soundeffect.Looped = true
  48. soundeffect.Volume = 10
  49. soundeffect.Playing = true
  50. while b ~= 0 do
  51. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.200)
  52. wait(0.1)
  53. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.200)
  54. wait(0.1)
  55. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.200)
  56. wait(0.1)
  57. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.200)
  58. wait(0.1)
  59. b = b - 1
  60. end
  61. soundeffect:Destroy()
  62. hande.Transparency = 1
  63. local hande2 = Instance.new("Part",workspace)
  64. hande2.Size = Vector3.new(1,1,1)
  65. hande2.Name = "Handle"
  66. local mesh2 = Instance.new("SpecialMesh",hande2)
  67. mesh2.MeshId = "rbxassetid://10470609"
  68. mesh2.Scale = Vector3.new(1.25,1.25,1.25)
  69. mesh2.TextureId = "rbxassetid://1925646979"
  70. hande2.Position = hande.Position
  71. wait(4)
  72. local boom = Instance.new("Part",char)
  73. boom.Position = hande2.Position
  74. boom.Material = "Neon"
  75. boom.CanCollide = false
  76. boom.Anchored = true
  77. boom.Shape = "Ball"
  78. boom.Size = Vector3.new(10,10,10)
  79. local boom2 = Instance.new("Explosion",workspace)
  80. boom2.Position = boom.Position
  81. boom2.BlastRadius = 10
  82. boom2.BlastPressure = 3000
  83. local he = Instance.new("Sound",boom)
  84. he.SoundId = "rbxassetid://1388740053"
  85. he.Volume = 10
  86. he:Play()
  87. boom.BrickColor = BrickColor.new("Dark blue")
  88. he:Destroy()
  89. for i = 1,100 do
  90. boom.Size = boom.Size + Vector3.new(3.5,3.5,3.5)
  91. boom.Transparency = boom.Transparency + 0.1
  92. wait()
  93. end
  94. boom:Destroy()
  95. a = 0
  96. end
  97. end)
  98. end
Advertisement
Add Comment
Please, Sign In to add comment