Spiderman script - Pastebin.com
Advertisement
Guest User

Spiderman script

a guest
Sep 2nd, 2017
1,941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. --MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 4 and put your name where it says "YOUR NAME HERE"
  2.  
  3.  
  4. Player = game.Players.EliteZeros -- Put your name where it says hungrylaptop
  5. Char = Player.Character
  6. Head = Char.Head
  7. Torso = Char.Torso
  8. h = Char.Humanoid
  9.  
  10. necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  11. local gairo = Instance.new("BodyGyro")
  12. gairo.Parent = nil
  13.  
  14. if Char:findFirstChild("Weapon",true) ~= nil then
  15. Char:findFirstChild("Weapon",true).Parent = nil
  16. end
  17.  
  18. bets = {"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"," "}
  19. --col = {"Really black,"Black"}
  20. --col = {"Really red","Really black","Black"}
  21. col = {"Really black","Really black","Really red"}
  22. Anims = {}
  23. act = {key = {}}
  24. for i=1,#bets do table.insert(act.key,bets) end
  25. act.mousedown = false
  26. act.keydown = false
  27. act.Walking = false
  28. act.Jumping = false
  29. act.Anim = ""
  30. hitted=false
  31. roflcopter=false
  32. bodypos=Instance.new("BodyPosition")
  33. holdshoot=false
  34. Prop = {}
  35.  
  36. difficulty=0.05
  37. Prop.LegLength = 5
  38. Prop.LegWide = 1
  39. Prop.BallSize = 0.9
  40.  
  41. --[[difficulty=0.1
  42. Prop.LegLength = 4
  43. Prop.LegWide = 0.8
  44. Prop.BallSize = 1
  45.  
  46. difficulty=0.01
  47. Prop.LegLength = 50
  48. Prop.LegWide = 10
  49. Prop.BallSize = 10.3
  50.  
  51. Prop.LegLength = 150
  52. Prop.LegWide = 60
  53. Prop.BallSize = 60.3]]
  54.  
  55. coroutine.resume(coroutine.create(function()
  56. for i=0,50 do
  57. wait()
  58. h.WalkSpeed=18
  59. --h.WalkSpeed=5
  60. walksped=h.WalkSpeed
  61. h.MaxHealth=math.huge
  62. h.Health=math.huge
  63. end
  64. end))
  65.  
  66. Spider = {w = {}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement