Advertisement
MrRicky

Untitled

Jun 4th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.67 KB | None | 0 0
  1. --Made by Rufus14
  2. part = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  3. part.Size = game.Players.LocalPlayer.Character.Torso.Size
  4. part:BreakJoints()
  5. part.BrickColor = BrickColor.new("Really black")
  6. weld=Instance.new("Weld", part)
  7. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  8. weld.Part1 = part
  9. mouse = game.Players.LocalPlayer:GetMouse()
  10. allu = false
  11. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  12. function alluhabkbr()
  13.     if not allu then
  14.     allu = true
  15.     local allahu = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  16.     allahu.SoundId = "rbxassetid://197054133"
  17.     allahu:Play()
  18.     allahu.TimePosition = 0.05
  19.     game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"ALLAHUAKBAR!","Red")
  20.     for i = 1,55 do
  21.         wait()
  22.         game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(math.random(-9999,9999),math.random(-9999,9999),math.random(-9999,9999))
  23.     end
  24.     local allahu1 = Instance.new("Sound", part)
  25.     allahu1.SoundId = "rbxassetid://262562442"
  26.     allahu1:Play()
  27.     allahu1.Volume = 10
  28.     local exp = Instance.new("Explosion", workspace)
  29.     exp.Position = game.Players.LocalPlayer.Character.Torso.Position
  30.     exp.BlastRadius = 60
  31.     wait(1)
  32.         for i = 1,4 do
  33.     wait(2)
  34.     for i,v in pairs(game.Players:GetChildren()) do
  35.         local allahu3 = Instance.new("Sound", v.Character.Head)
  36.         allahu3.SoundId = "rbxassetid://396873260"
  37.         allahu3.PlaybackSpeed = 0.25
  38.         allahu3.TimePosition = 0.085
  39.         allahu3:Play()
  40.     game.Chat:Chat(v.Character.Head,"ALLAHU AKBAR, ALL HAIL "..game.Players.LocalPlayer.Character.Name.."!","Red")
  41.     end
  42.     end
  43.     end
  44. end
  45. mouse.Button1Down:connect(alluhabkbr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement