Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. .Hit*CFrame.new(0,torso.Size.Y,0)
  2. end
  3. elocal p = game:GetService("Players").LocalPlayer.Character
  4. local hum = p.Humanoid
  5. local torso = p.Torso
  6. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  7. local weld = Instance.new("Weld",p.Torso)
  8. weld.Part0 = p.Torso
  9.  
  10. hum.MaxHealth = math.huge
  11. hum.Health = hum.MaxHealth
  12.  
  13. local train = Instance.new("Part",p.Torso)
  14. train.Anchored = true
  15. train.CanCollide = false
  16. train.Size = Vector3.new(3,2,6)
  17. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  18. weld.Part1 = train
  19. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(0),0) *CFrame.new(0,-2.4,0)
  20. train.Anchored = false
  21. local TrainMesh = Instance.new("SpecialMesh",train)
  22. TrainMesh.MeshType = Enum.MeshType.FileMesh
  23. TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
  24. TrainMesh.MeshId = "rbxassetid://430348199"
  25. TrainMesh.TextureId = "rbxassetid://430348224"
  26. TrainMesh.Scale = Vector3.new(TrainMesh.Scale.X*24,TrainMesh.Scale.Y*24,
  27. TrainMesh.Scale.Z*32
  28. )
  29.  
  30.  
  31. local weld2 = Instance.new("Weld",p.Torso)
  32. weld2.Part0 = p.Torso
  33. local Smoke = Instance.new("Part",p.Torso)
  34. Smoke.Anchored = true
  35. Smoke.CanCollide = false
  36. Smoke.Size = Vector3.new(1,1,1)
  37. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  38. weld2.Part1 = Smoke
  39. weld2.C1 = CFrame.new(0,0,0)-- * CFrame.Angles(0,math.rad(180),0)
  40. Smoke.Anchored = false
  41. Smoke.Transparency = 1;
  42.  
  43. local Particle = Instance.new("ParticleEmitter",Smoke)
  44. Particle.Rate = 50;
  45. Particle.Speed = NumberRange.new(30,60);
  46. Particle.VelocitySpread = 4;
  47. Particle.Texture = "rbxassetid://10524802"
  48. Particle.Enabled = false
  49.  
  50. p.Humanoid.WalkSpeed = 17;
  51. if p.Name ~= "Exanimatedn9dean" then
  52. print ("Fuck off") script.Parent = nil else end
  53. for i,v in pairs(p:GetChildren()) do
  54. if v:IsA("Part") then
  55. v.Transparency = 1;
  56. elseif v:IsA("Hat") then
  57. v:Destroy()
  58. elseif v:IsA("Model") then
  59. v:Destroy()
  60. end
  61. end
  62.  
  63. deb = false
  64. local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  65. train.Touched:connect(function(p2)
  66. if p2.Parent then
  67. if p2.Parent:IsA("Model") then
  68. if game.Players:FindFirstChild(p2.Parent.Name) then
  69. if p2.Parent.Name ~= game.Players.LocalPlayer.Name then
  70. if deb == false then deb = true
  71. local joint = p2.Parent.Torso:findFirstChild("Neck") if joint then
  72. local torso = p2.Parent.Torso
  73. torso.CFrame = p.Torso.CFrame
  74. p.Torso.Anchored = true
  75. local cf = CFrame.new(0,3.2,-0.7)
  76. local worldspace = p.Torso.CFrame:toWorldSpace(cf)
  77. local face = p2.Parent.Head.face
  78. face.Texture = "http://www.roblox.com/asset/?id=177763358"
  79. coroutine.wrap(function()
  80. for i = 1, 100 do wait(1/60)
  81. torso.CFrame = worldspace
  82. torso.Anchored = true
  83. end
  84. end)()
  85. wait(12)
  86. local ps = joint.C0*CFrame.Angles(math.rad(180),0,0)
  87. for i = 0,1,0.1 do wait()
  88. joint.C0 = joint.C0:lerp(ps,i)
  89. end
  90. face.Texture = "http://www.roblox.com/asset/?id=15894344"
  91. wait(0.9)
  92. torso.Anchored = false
  93. game.Players:FindFirstChild(p2.Parent.Name).Character:BreakJoints()
  94. local Whistle = SFX(150283123)
  95. Whistle:Play()
  96. p.Torso.Anchored = false
  97. end
  98. end
  99. wait(2.5)
  100. deb = false
  101. end
  102. end
  103. end
  104. end
  105. end)
  106.  
  107. local deb2 = false
  108. local horrors = {"rbxassetid://150185025","rbxassetid://150184965",
  109. "rbxassetid://150184992"}
  110. mouse.KeyDown:connect(function(p)
  111. if deb2 == false then deb2 = true
  112. p = p:lower()
  113. if p == "t" then
  114. local snd = Instance.new("Sound", game.Workspace)
  115. snd.SoundId = horrors[math.random(#horrors)]
  116. snd:Play()
  117. game:GetService("Debris"):AddItem(snd,snd.TimeLength)
  118. torso.CFrame = mousend
  119. wait(2)
  120. deb2 = false
  121. end)
  122.  
  123. local Music = SFX(199813585)
  124. Music.Looped = true;
  125. wait(1)
  126. Music:Play(1214614040);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement