O00fed_loadstringss

Untitled

May 31st, 2019
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. -- animation ids found by Exploit Godz
  2.  
  3.  
  4. plr = game.Players.LocalPlayer
  5. hum = plr.Character.HumanoidRootPart
  6. mouse = plr:GetMouse()
  7. mouse.KeyDown:connect(function(key)
  8. if key == "5" then
  9. Player = "LocalPlayer"
  10. AnimationId = "696677707"
  11. local Anim = Instance.new("Animation")
  12. Anim.AnimationId = "rbxassetid://"..AnimationId
  13. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  14. k:Play() --Play the animation
  15. k:AdjustSpeed(3.4)
  16. end
  17.  
  18. if key == "4" then
  19. Player = "LocalPlayer"
  20. AnimationId = "698187843"
  21. local Anim = Instance.new("Animation")
  22. Anim.AnimationId = "rbxassetid://"..AnimationId
  23. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  24. k:Play() --Play the animation
  25. k:AdjustSpeed(1.4)
  26. end
  27. if key == "3" then
  28. Player = "LocalPlayer"
  29. AnimationId = "697217666"
  30. local Anim = Instance.new("Animation")
  31. Anim.AnimationId = "rbxassetid://"..AnimationId
  32. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  33. k:Play() --Play the animation
  34. k:AdjustSpeed(1.4)
  35. end
  36. if key == "2" then
  37. Player = "LocalPlayer"
  38. AnimationId = "697208867"
  39. local Anim = Instance.new("Animation")
  40. Anim.AnimationId = "rbxassetid://"..AnimationId
  41. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  42. k:Play() --Play the animation
  43. k:AdjustSpeed(1.4)
  44. end
  45. if key == "1" then
  46. Player = "LocalPlayer"
  47. AnimationId = "696677707"
  48. local Anim = Instance.new("Animation")
  49. Anim.AnimationId = "rbxassetid://"..AnimationId
  50. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  51. k:Play() --Play the animation
  52. k:AdjustSpeed(2.4)
  53. end
  54. end)
  55.  
  56.  
  57. end)
Advertisement
Add Comment
Please, Sign In to add comment