Advertisement
deadropz

music

Feb 25th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. Mouse = Player:GetMouse()
  3.  
  4. Mouse.KeyDown:connect(function(Key)
  5. if(Key:lower() == "k") then
  6. local Base = Instance.new("Part")
  7. Base.Material = "Concrete"
  8. Base.TopSurface = "Smooth"
  9. Base.BottomSurface = "Smooth"
  10. Base.Size = Vector3.new(8.46, 10.79, 8.06)
  11. Base.Position = Vector3.new(-4.87, 5.395, -8.17)
  12. Base.BrickColor = BrickColor.new("Really black")
  13. Base.Anchored = true
  14.  
  15. local Speaker1 = Instance.new("Part")
  16. Speaker1.Shape = "Cylinder"
  17. Speaker1.Position = Vector3.new(-4.94, 3.51, -4.04)
  18. Speaker1.Size = Vector3.new(0.2, 5.22, 5.14)
  19. Speaker1.Rotation = Vector3.new(-90, 0, 90)
  20. Speaker1.Anchored = true
  21.  
  22. local Speaker2 = Instance.new("Part")
  23. Speaker2.Shape = "Cylinder"
  24. Speaker2.Position = Vector3.new(-4.895, 8.31, -4.04)
  25. Speaker2.Size = Vector3.new(0.2, 3.83, 5.14)
  26. Speaker2.Rotation = Vector3.new(-90, 0, 90)
  27. Speaker2.Anchored = true
  28.  
  29. Base.Parent = game.Workspace
  30. Speaker1.Parent = game.Workspace
  31. Speaker2.Parent = game.Workspace
  32. Player.Character.Humanoid.MaxHealth = 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  33. Player.Character.Humanoid.Health = Player.Character.Humanoid.MaxHealth
  34. Player.Character.Humanoid.JumpPower = 100
  35. Player.Character.Humanoid.WalkSpeed = 100
  36. end
  37. end)
  38.  
  39. Mouse.KeyDown:connect(function(Key)
  40. if(Key:lower() == "j") then
  41. local head = Player.Character.Head
  42. local Song1 = Instance.new("Sound", head)
  43. Song1.Parent = Player.Character.Torso
  44. Song1.SoundId = 'rbxassetid://61098515'
  45. Song1.Play()
  46. Song1.Name = 'Song'
  47. else
  48. if(Key:lower() == "l") then
  49. local head = Player.Character.Head
  50. local Song2 = Instance.new("Sound", head)
  51. Song2.SoundId = 'rbxassetid://338003334'
  52. Song2.Parent = Player.Character.Torso
  53. Song2.Name = 'Song'
  54. Song2:Play()
  55. else
  56. if(Key:lower() == "m") then
  57. local head = Player.Character.Head
  58. local Song3 = Instance.new("Sound", head)
  59. Song3.SoundId = 'rbxassetid://610985157'
  60. Song3.Parent = Player.Character.Torso
  61. Song3.Name = 'Song'
  62. Song3.Volume = 5
  63. Song3:Play()
  64. else
  65. if(Key:lower() == "n") then
  66. local head = Player.Character.Head
  67. local Song4 = Instance.new("Sound", head)
  68. Song4.SoundId = 'rbxassetid://189468346'
  69. Song4.Parent = Player.Character.Torso
  70. Song4.Name = 'Song'
  71. Song4.Volume = 1
  72. Song4:Play()
  73. else
  74. if(Key:lower() == "b") then
  75. local head = Player.Character.Head
  76. local Song5 = Instance.new("Sound", head)
  77. Song5.SoundId = 'rbxassetid://275469804'
  78. Song5.Parent = Player.Character.Torso
  79. Song5.Name = 'Song'
  80. Song5.Volume = 1
  81. Song5:Play()
  82. else
  83. if(Key:lower() == "v") then
  84. local head = Player.Character.Head
  85. local Song6 = Instance.new("Sound", head)
  86. Song6.SoundId = 'rbxassetid://582708139'
  87. Song6.Parent = Player.Character.Torso
  88. Song6.Name = 'Song'
  89. Song6.Volume = 1
  90. Song6:Play()
  91. else
  92. if(Key:lower() == "c") then
  93. local head = Player.Character.Head
  94. local Song7 = Instance.new("Sound", head)
  95. Song7.SoundId = 'rbxassetid://259832368'
  96. Song7.Parent = Player.Character.Torso
  97. Song7.Name = 'Song'
  98. Song7.Volume = 1
  99. Song7:Play()
  100. else
  101. if(Key:lower() == "q") then
  102. local head = Player.Character.Head
  103. head.Song:Destroy()
  104. else
  105. if(Key:lower() == "p") then
  106. game.Workspace:ClearAllChildren()
  107. else
  108. if(Key:lower() == "y") then
  109. r = game.Players.LocalPlayer.Character["Right Arm"]
  110. l = game.Players.LocalPlayer.Character["Left Arm"]
  111. function death(hit)
  112. hit:Destroy()
  113. end
  114.  
  115. r.Touched:connect(death)
  116. l.Touched:connect(death)
  117. else
  118. if(Key:lower() == "f") then
  119. local anim = Instance.new("Animation", Player.Character)
  120. anim.AnimationId = 'rbxassetid://586200183'
  121. local animtrack = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  122. animtrack:Play()
  123. else
  124. if(Key:lower() == "g") then
  125. while true do
  126. workspace:ClearAllChildren()
  127. wait(1)
  128. end
  129. else
  130. if(Key:lower() == "e") then
  131. Player.Character.Torso.Anchored = true
  132. else
  133. if(Key:lower() == "r") then
  134. Player.Character.Torso.Anchored = false
  135. end
  136. end
  137. end
  138. end
  139. end
  140.  
  141. end
  142. end
  143. end
  144. end
  145. end
  146. end
  147. end
  148. end
  149. end
  150. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement