Advertisement
MarcAndrew

Untitled

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