Kaemi

Another Bad Allahu akbar joke

Apr 19th, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.83 KB | None | 0 0
  1. --Another bad allahu akbar joke (NOW WITH GOOD WALKING ANIMATION)
  2. allahtrapbar = Instance.new("Sound", game.Players.LocalPlayer.Character)
  3. allahtrapbar.SoundId = "rbxassetid://660625064"
  4. allahtrapbar.Volume = 100
  5. allahtrapbar:Play()
  6. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  7. mouse = game.Players.LocalPlayer:GetMouse()
  8. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  9. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  10. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  11. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  12. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  13. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  14. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  15. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  16. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  17. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  18. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  19. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  20. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  21. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  22. llegweld.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  23. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  24. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  25. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  26. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  27. rlegweld.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  28. runnin = false
  29. function walk(key)
  30.     key = key:lower()
  31.     if key == "w" or key == "a" or key == "s" or key == "d" then
  32.         if not runnin then
  33.             runnin = true
  34.             while runnin do
  35.                 for i = 0,1 , 0.3 do
  36.                     wait()
  37.                     rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  38.                     lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  39.                     rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  40.                     llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  41.                 end
  42.                 for i = 0,1 , 0.3 do
  43.                     wait()
  44.                     rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i)
  45.                     lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i)
  46.                     rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i)
  47.                     llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i)
  48.                 end
  49.                 for i = 0,1 , 0.3 do
  50.                     wait()
  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.             end
  57.         end
  58.     end
  59. end
  60. mouse.KeyDown:connect(walk)
  61. function stahp(key)
  62.     key = key:lower()
  63.     if key == "w" or key == "a" or key == "s" or key == "d" then
  64.         if runnin then
  65.             runnin = false
  66.         end
  67.     end
  68. end
  69. mouse.KeyUp:connect(stahp)
  70. wait(20.698019413242491)
  71. allahtrapbar11 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  72. allahtrapbar11.SoundId = "rbxassetid://396873260"
  73. allahtrapbar11.PlaybackSpeed = 0.25
  74. allahtrapbar11.Volume = 100
  75. allahtrapbar11:Play()
  76. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"ALLAHU AKBAR!!!","Red")
  77. wait(2)
  78. allahtrapbar1 = Instance.new("Sound", workspace)
  79. allahtrapbar1.SoundId = "rbxassetid://660625064"
  80. allahtrapbar1.TimePosition = allahtrapbar.TimePosition
  81. allahtrapbar1.Volume = 100
  82. allahtrapbar1:Play()
  83. allahtrapbar:destroy()
  84. bomb = Instance.new("Explosion", workspace)
  85. bomb.Position = game.Players.LocalPlayer.Character.Torso.Position
  86. bomb.BlastRadius = 50
Add Comment
Please, Sign In to add comment