Advertisement
GabeTheDog

running in the 90's lol

Apr 12th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. --Made By Bartus2009_Bro/GabeTheDog
  2. --Discord: Gabe#2408
  3.  
  4. wait(1)
  5. run = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  6. run.SoundId = "rbxassetid://723688773"
  7. run.PlaybackSpeed = 1.3
  8. run.Looped = true
  9. run1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  10. run1.SoundId = "rbxassetid://723688773"
  11. run1.Looped = true
  12. run1.Volume = 0
  13. run1:Play()
  14. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Darude - Sandstorm Mode Activated","Green")
  15. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  16. mouse = game.Players.LocalPlayer:GetMouse()
  17. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  18. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  19. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  20. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  21. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  22. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  23. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  24. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  25. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  26. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  27. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  28. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  29. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  30. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  31. llegweld.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  32. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  33. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  34. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  35. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  36. rlegweld.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  37. runnin = false
  38. function walk(key)
  39. key = key:lower()
  40. if key == "w" or key == "a" or key == "s" or key == "d" then
  41. if not runnin then
  42. runnin = true
  43. run:Play()
  44. run1.Volume = 4
  45. smoke = Instance.new("Smoke", game.Players.LocalPlayer.Character["Left Leg"])
  46. smoke1 = Instance.new("Smoke", game.Players.LocalPlayer.Character["Right Leg"])
  47. smoke.Color = Color3.fromRGB(239, 229, 86)
  48. smoke1.Color = Color3.fromRGB(239, 229, 86)
  49. while runnin do
  50. for i = 0,1 , 0.3 do
  51. wait()
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(-0.1,0,0),i)
  53. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  54. lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  55. rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  56. llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  57. end
  58. for i = 0,1 , 0.3 do
  59. wait()
  60. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0.2,0,0),i)
  61. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i)
  62. lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i)
  63. rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i)
  64. llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i)
  65. end
  66. for i = 0,1 , 0.3 do
  67. wait()
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(-0.1,0,0),i)
  69. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  70. lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  71. rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  72. llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  73. end
  74. end
  75. end
  76. end
  77. end
  78. mouse.KeyDown:connect(walk)
  79. function stahp(key)
  80. key = key:lower()
  81. if key == "w" or key == "a" or key == "s" or key == "d" then
  82. if runnin then
  83. run:Stop()
  84. smoke:destroy()
  85. smoke1:destroy()
  86. run1.Volume = 0
  87. runnin = false
  88. end
  89. end
  90. end
  91. mouse.KeyUp:connect(stahp)
  92. function rip()
  93. while true do
  94. runnin = true
  95. game:GetService("RunService"):wait()
  96. end
  97. end
  98. game.Players.LocalPlayer.Character.Humanoid.Died:connect(rip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement