TotalChaos0513

Untitled

Apr 21st, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. local user = game:service'Players'.localPlayer;
  2. mouse = user:GetMouse()
  3. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4. if v:IsA("Hat")then
  5. v:Destroy()
  6. end
  7. end
  8.  
  9. wait()
  10. Player = game.Players.LocalPlayer
  11. Character = Player.Character
  12. RightArm = Character["Right Arm"]
  13. LeftArm = Character["Left Arm"]
  14. Torso = Character.Torso
  15. Action = "RightSpin"
  16. mouse = Player:GetMouse()
  17.  
  18. --W
  19.  
  20. wait(0.5)
  21.  
  22. local player=game.Players.LocalPlayer
  23. local character=player.Character
  24. local torso=character:findFirstChild("Torso")
  25. local humanoid=character:findFirstChild("Humanoid")
  26.  
  27. lhook=nil
  28. rhook=nil
  29.  
  30. local mouse=player:GetMouse()
  31.  
  32.  
  33. mouse.KeyDown:connect(function(key)
  34. if key=="e" and humanoid and mouse.Target~=nil then
  35. local s1 = Instance.new("Sound",game.Players.LocalPlayer.Character['Left Arm'])
  36. s1.Volume = 10
  37. s1.SoundId = "rbxassetid://576652617"
  38. s1.PlayOnRemove = false
  39. s1.Looped = false
  40. s1:Play()
  41. local sel=Instance.new("SelectionPointLasso")
  42. sel.Parent=workspace
  43. sel.Humanoid=humanoid
  44. sel.Color=BrickColor.new("White")
  45. sel.Point=mouse.Hit.p
  46.  
  47. rhook=sel
  48. local bv=Instance.new("BodyVelocity")
  49. bv.Parent=torso
  50. bv.Name="RightForce"
  51. bv.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  52. bv.velocity=CFrame.new(torso.Position, mouse.Hit.p).lookVector*100
  53. elseif key=="q" and humanoid and mouse.Target~=nil then
  54. local s2 = Instance.new("Sound",game.Players.LocalPlayer.Character['Right Arm'])
  55. s2.Volume = 10
  56. s2.SoundId = "rbxassetid://576652617"
  57. s2.PlayOnRemove = false
  58. s2.Looped = false
  59. s2:Play()
  60. local sel=Instance.new("SelectionPointLasso")
  61. sel.Parent=workspace
  62. sel.Humanoid=humanoid
  63. sel.Color=BrickColor.new("White")
  64. sel.Point=mouse.Hit.p
  65. lhook=sel
  66. local bv=Instance.new("BodyVelocity")
  67. bv.Parent=torso
  68. bv.Name="LeftForce"
  69. bv.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  70. bv.velocity=CFrame.new(torso.Position, mouse.Hit.p).lookVector*100
  71. end
  72. end)
  73.  
  74. mouse.KeyUp:connect(function(key)
  75. if key=="e" then
  76. if rhook~=nil then
  77. rhook:Destroy()
  78. if torso:findFirstChild("RightForce") then
  79. torso.RightForce:Destroy()
  80. end
  81. end
  82. elseif key=="q" then
  83. if lhook~=nil then
  84. lhook:Destroy()
  85. if torso:findFirstChild("LeftForce") then
  86. torso.LeftForce:Destroy()
  87. end
  88. end
  89. end
  90. end)
  91.  
  92. local hed = game.Players.LocalPlayer.Character.Head
  93. hed.Transparency = 1
  94. local part = Instance.new("Part",hed)
  95. part.Material = "Neon"
  96. part.Name = "Mask"
  97. part.CanCollide = true
  98. part.BrickColor = BrickColor.new("Lime green")
  99. local mesh = Instance.new("SpecialMesh")
  100. mesh.Parent = part
  101. mesh.Scale = Vector3.new(1.26, 1.26, 1.26)
  102. mesh.MeshId = "http://www.roblox.com/asset/?id=151354047";
  103. mesh.TextureId = "http://www.roblox.com/asset/?id=151354069";
  104. w = Instance.new("Weld")
  105. w.Parent = hed
  106. w.Part0 = part
  107. w.Part1 = hed
  108. w.C1 = CFrame.new(0,0.01,0)
  109. user.Character.Shirt.ShirtTemplate = "rbxassetid://151694752";
  110. user.Character.Pants.PantsTemplate = "rbxassetid://151694768";
  111.  
  112. -- Attacks and other things --
  113.  
  114. player = game.Players.LocalPlayer
  115. char = player.Character.Torso
  116. local mouse = player:GetMouse() -- Base of this whole party.
  117. local on = false
  118.  
  119.  
  120. local function KeyDown( key ) --Tingle
  121. if key == "z" then
  122. local a = game:GetService("Chat")
  123. a:Chat(game.Players.LocalPlayer.Character.Head,"*My Spidey Senses Are Tingling..*")
  124. local s3 = Instance.new("Sound",game.Players.LocalPlayer.Character.Head)
  125. s3.Volume = 10
  126. s3.SoundId = "rbxassetid://576613547"
  127. s3.PlayOnRemove = false
  128. s3.Looped = false
  129. s3:Play()
  130. end
  131. end
  132. mouse.KeyDown:connect(KeyDown)
  133.  
  134. local function KeyDown( key ) --Queue the music
  135. if key == "x" then
  136. local s2 = Instance.new("Sound",game.Players.LocalPlayer.Character.Head)
  137. s2.Volume = 10
  138. s2.SoundId = "rbxassetid://576613349"
  139. s2.PlayOnRemove = false
  140. s2.Looped = false
  141. s2:Play()
  142. end
  143. end
  144. mouse.KeyDown:connect(KeyDown)
  145.  
  146. -- Controls --
  147.  
  148. local screengui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui); -- Spidey Sense
  149. local Sense = Instance.new("TextLabel",screengui)
  150. Sense.Text = "Spidey Sense[Z]"
  151. Sense.FontSize = "Size42"
  152. Sense.Font = "Cartoon"
  153. Sense.TextColor3 = Color3.new(255,255,255)
  154. Sense.Position = UDim2.new(1, -250,0.5, 35)
  155. Sense.Size = UDim2.new(0,200,0,50)
  156. Sense.BackgroundTransparency = 1
  157.  
  158. local screengui2 = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui); -- Web-Sling
  159. local Sense2 = Instance.new("TextLabel",screengui)
  160. Sense2.Text = "Web-Sling(Q&E)"
  161. Sense2.FontSize = "Size42"
  162. Sense2.Font = "Cartoon"
  163. Sense2.TextColor3 = Color3.new(255,255,255)
  164. Sense2.Position = UDim2.new(1, -250,0.5, 95)
  165. Sense2.Size = UDim2.new(0,200,0,50)
  166. Sense2.BackgroundTransparency = 1
  167.  
  168. local screengui2 = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui); -- Web-Sling
  169. local Sense2 = Instance.new("TextLabel",screengui)
  170. Sense2.Text = "Music [X]"
  171. Sense2.FontSize = "Size42"
  172. Sense2.Font = "Cartoon"
  173. Sense2.TextColor3 = Color3.new(255,255,255)
  174. Sense2.Position = UDim2.new(1, -250,0.5, 150)
  175. Sense2.Size = UDim2.new(0,200,0,50)
  176. Sense2.BackgroundTransparency = 1
Add Comment
Please, Sign In to add comment