Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2.  
  3. player.Chatted:connect(function(msg)
  4. if msg == ";allah" then
  5. local char = game.Players.LocalPlayer.Character
  6. local player = game.Players.LocalPlayer
  7. repeat wait() until player.Character.Humanoid
  8. local humanoid = player.Character.Humanoid
  9. local mouse = player:GetMouse()
  10.  
  11. local weld = Instance.new("Weld",char.Torso)
  12. weld.Part0 = char.Torso
  13.  
  14. local plane = Instance.new("Part",char.Torso)
  15. plane.Anchored = false
  16. plane.CanCollide = false
  17. plane.Size = Vector3.new(3,2,6)
  18. plane.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  19. weld.Part1 = plane
  20. weld.C1 = CFrame.new(0,0.5,0) * CFrame.Angles(0,math.rad(270),0)
  21.  
  22. local pf = Instance.new("ForceField")
  23. pf.Parent = game.Players.LocalPlayer.Character
  24.  
  25. for i,v in pairs(char.Torso:GetChildren()) do
  26. if v.ClassName == 'Decal' then
  27. v:Destroy()
  28. end
  29. end
  30. for i,v in pairs(char:GetChildren()) do
  31. if v.ClassName == 'Hat' then
  32. v:Destroy()
  33. end
  34. end
  35. for i,v in pairs(char.Head:GetChildren()) do
  36. if v.ClassName == 'Decal' then
  37. v:Destroy()
  38. end
  39. end
  40.  
  41. char.Humanoid.JumpPower = 200
  42. char.Humanoid.Jump = true
  43.  
  44. local plane = Instance.new('SpecialMesh', plane)
  45. plane.MeshType = 'FileMesh'
  46. plane.MeshId = 'http://www.roblox.com/asset/?id=498194022' --498194022
  47. plane.TextureId = 'http://www.roblox.com/asset/?id=498194025'
  48. plane.Scale = Vector3.new(0.2, 0.2, 0.2)
  49.  
  50.  
  51. planesound=Instance.new('Sound', char.Torso)
  52. planesound.SoundId = 'rbxassetid://439771510'
  53. planesound.Volume = 1
  54. planesound.Looped = true
  55.  
  56. pullup=Instance.new('Sound', char.Torso)
  57. pullup.SoundId = 'rbxassetid://144560522'
  58. pullup.Volume = 10
  59. pullup.Looped = true
  60.  
  61. alarm=Instance.new('Sound', char.Torso)
  62. alarm.SoundId = 'rbxassetid://384231761'
  63. alarm.Volume = 10
  64. alarm.Looped = true
  65.  
  66.  
  67. screech=Instance.new('Sound', char.Torso)
  68. screech.SoundId = 'rbxassetid://262353320'
  69. screech.Volume = 10
  70.  
  71. st=Instance.new('Sound', char.Torso)
  72. st.SoundId = 'rbxassetid://131353021'
  73. st.Volume = 20
  74.  
  75. allahuakbar=Instance.new('Sound', char)
  76. allahuakbar.SoundId = 'rbxassetid://293292782'
  77. allahuakbar.Volume = 10
  78.  
  79. moosic=Instance.new('Sound', char)
  80. moosic.SoundId = 'rbxassetid://504630746'
  81. moosic.Volume = 2
  82.  
  83. allahuakbar2=Instance.new('Sound', char)
  84. allahuakbar2.SoundId = 'rbxassetid://446824013' --446824013
  85. allahuakbar2.Volume = 1
  86.  
  87.  
  88. planesound:Play()
  89.  
  90. explosionf=Instance.new('ParticleEmitter', char.Torso)
  91. explosionf.Texture = 'http://www.roblox.com/asset/?id=244514357'
  92. explosionf.Size = NumberSequence.new(19)
  93. explosionf.Rate = 1000
  94. explosionf.LightEmission = 0.4
  95. explosionf.Lifetime = NumberRange.new(1)
  96. explosionf.VelocitySpread = 360
  97. explosionf.Enabled = false
  98.  
  99.  
  100.  
  101. char.Torso.Transparency = 1
  102. char.Head.Transparency = 1
  103. char['Left Arm'].Transparency = 1
  104. char['Right Arm'].Transparency = 1
  105. char['Left Leg'].Transparency = 1
  106. char['Right Leg'].Transparency = 1
  107.  
  108. repeat wait(1)until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer:GetMouse() and game:FindService("Workspace") and game.Workspace.CurrentCamera
  109. local Me = game:GetService("Players").LocalPlayer
  110. local Char = Me.Character
  111. local Mouse = Me:GetMouse()
  112. local Cam = Workspace.CurrentCamera
  113. local Stop = false
  114. local Version = 0
  115. local MaxSpeed = 8
  116. local Speed = 8
  117. local Keys = {}
  118. local Force = 10000 -- 10000 = Fly, 1000000 = Noclip
  119.  
  120. local Fly, Rot = Char.Torso:FindFirstChild("LMMFly"), Char.Torso:FindFirstChild("LMMRot")
  121. if Fly then Fly:Destroy() end if Rot then Rot:Destroy() end
  122. Fly = Instance.new("BodyPosition", Char.Torso) Fly.Name = "LMMFly" Fly.maxForce = Vector3.new(math.huge, math.huge, math.huge) Fly.P = Force Fly.position = Char.Torso.Position
  123. Rot = Instance.new("BodyGyro", Char.Torso) Rot.Name = "LMMRot" Rot.maxTorque = Vector3.new(math.huge, math.huge, math.huge) Rot.P = Force Rot.cframe = Cam.CoordinateFrame
  124.  
  125. local Thread,Old = Version, nil
  126. Char.Humanoid.PlatformStand = true
  127.  
  128. function StopFly()
  129. Version = Version + 1 Stop = true Char.Humanoid.PlatformStand = false Fly:Destroy() Rot:Destroy() script.Disabled = true script:Destroy()
  130. end
  131.  
  132. Char.ChildAdded:connect(function(Obj) wait()
  133. if Obj.Name == "LM".."MFlyStop" then
  134. Obj:Destroy()
  135. StopFly()
  136. end
  137. end)
  138.  
  139. coroutine.wrap(function() while Thread == Version and Stop == false do
  140. local Vectoring = Rot.cframe - Rot.cframe.p + Fly.position
  141.  
  142. if Keys[string.char(48)] then Speed = 1 end
  143. if Keys.w then Vectoring = Vectoring + Cam.CoordinateFrame.lookVector * Speed end
  144. if Keys.s then Vectoring = Vectoring - Cam.CoordinateFrame.lookVector * Speed end
  145. if Keys.d then Vectoring = Vectoring * CFrame.new(Speed,0,0) end
  146. if Keys.a then Vectoring = Vectoring * CFrame.new(-Speed,0,0) end
  147. if Keys.e or Keys[" "] then Vectoring = Vectoring * CFrame.new(0,Speed,0) end
  148. if Keys.q then Vectoring = Vectoring * CFrame.new(0,-Speed,0) end
  149. if Keys.x then StopFly() end
  150.  
  151. if Old ~= Vectoring then
  152. Fly.position = Vectoring.p
  153. Old = Vectoring
  154. Speed = math.min(Speed + Speed*0.025,MaxSpeed)
  155. else
  156. Speed = 1;
  157. end
  158. Rot.cframe = Cam.CoordinateFrame
  159. wait(0.01)
  160. end end)()
  161.  
  162. Mouse.KeyDown:connect(function(Key)
  163. Keys[Key] = true
  164. end)
  165. Mouse.KeyUp:connect(function(Key)
  166. Keys[Key] = false
  167. end)
  168.  
  169.  
  170. mouse.KeyDown:connect(function(key)
  171. if key == "c" then
  172. planesound:Stop()
  173. screech:Play()
  174. allahuakbar2:Stop()
  175. pullup:Stop()
  176. explosionf.Enabled = false
  177. alarm:Stop()
  178. local e = Instance.new("Smoke", char.Torso)
  179. e.Size = 20
  180. char.Torso.Anchored = false
  181. wait(3)
  182. e.Enabled = false
  183.  
  184. end
  185. end)
  186.  
  187. mouse.KeyDown:connect(function(key)
  188. if key == "v" then
  189. explosionf.Enabled = true
  190. pullup:Play()
  191. alarm:Play()
  192. explosionf.Size = NumberSequence.new(5)
  193. end
  194. end)
  195.  
  196. mouse.KeyDown:connect(function(key)
  197. if key == "b" then
  198. moosic:Play()
  199. end
  200. end)
  201.  
  202. mouse.KeyDown:connect(function(key)
  203. if key == "n" then
  204. moosic:Stop()
  205. end
  206. end)
  207.  
  208. mouse.KeyDown:connect(function(key)
  209. if key == "z" then
  210. planesound:Play()
  211. screech:Stop()
  212. char.Torso.Anchored = false
  213. st:Play()
  214. allahuakbar2:Stop()
  215. pullup:Stop()
  216. explosionf.Enabled = false
  217. alarm:Stop()
  218.  
  219.  
  220. end
  221. end)
  222.  
  223. Enabled = false
  224. function onTouched(hit)
  225. if Enabled then
  226. return
  227. end
  228. Enabled=false
  229. local e = Instance.new("Explosion")
  230. e.BlastRadius = 260-- How much ground the explosion covers --
  231. e.BlastPressure = 51-- How powerful the explosion is --
  232. e.Parent = char.Torso -- Don't change this!
  233. e.Position = char.Torso.Position -- Don't change this!
  234. allahuakbar:Play()
  235. explosionf.Size = NumberSequence.new(50)
  236. explosionf.Speed = NumberRange.new(30)
  237. explosionf.Enabled = true
  238. char.Torso.Anchored = true
  239. explosionf.Lifetime = NumberRange.new(0.25)
  240. allahuakbar2:Play()
  241. allahuakbar2.Pitch = 0
  242. pullup:Stop()
  243. alarm:Stop()
  244. wait(1.25)
  245. allahuakbar2.Pitch = 0
  246. explosionf.Enabled = false
  247. planesound:Stop()
  248. wait(0.50)
  249. plr = game.Players.LocalPlayer.Name
  250. for i,v in pairs(game.Players:GetChildren()) do
  251. if v.Name ~= plr then
  252. game:GetService("Chat"):Chat(v.Character.Head, "ALLAHU AKBAR!!! HEIL PLANE CRASHES!!!", Enum.ChatColor.Blue)
  253. AKBAR=Instance.new('Sound', v.Character.Head)
  254. AKBAR.SoundId = 'rbxassetid://396873260'
  255. AKBAR.Volume = 15
  256. AKBAR.Pitch = 0.25
  257. AKBAR.Looped = false
  258. AKBAR:Play()
  259. wait(2.6)
  260. AKBAR:Play()
  261.  
  262. end
  263. end
  264.  
  265. end
  266. char.Torso.Touched:connect(onTouched)
  267. end
  268. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement