Demonlord27

spiderman1

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