Advertisement
ericdesouza

Untitled

Jan 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. p = (game.Players.LocalPlayer.Name)
  2. char = game.Players.LocalPlayer.Character
  3.  
  4.  
  5. local player = game.Players.LocalPlayer
  6. repeat wait() until player.Character.Humanoid
  7. local humanoid = player.Character.Humanoid
  8. local mouse = player:GetMouse()
  9.  
  10. for i,v in pairs(char:GetChildren()) do
  11. if v.ClassName == 'Hat' then
  12. v:Destroy()
  13. end
  14. end
  15.  
  16. ScarySound1 = Instance.new("Sound")
  17. ScarySound1.Parent = char.Torso
  18. ScarySound1.SoundId = "rbxassetid://840172423"
  19. ScarySound1.Volume = 1
  20.  
  21. ScarySound2 = Instance.new("Sound")
  22. ScarySound2.Parent = char.Torso
  23. ScarySound2.SoundId = "rbxassetid://840172423"
  24. ScarySound2.Volume = 0.5
  25. ScarySound2.Looped = true
  26.  
  27. ScarySound3 = Instance.new("Sound")
  28. ScarySound3.Parent = char.Torso
  29. ScarySound3.SoundId = "rbxassetid://840172423"
  30. ScarySound3.Volume = 0.5
  31. ScarySound3.Looped = true
  32.  
  33. Punch = Instance.new("Sound")
  34. Punch.Parent = char.Torso
  35. Punch.SoundId = "rbxassetid://840172423"
  36. Punch.Volume = 1
  37. Punch.Looped = false
  38.  
  39. hole = Instance.new("Sound")
  40. hole.Parent = char.Torso
  41. hole.SoundId = "rbxassetid://840172423"
  42. hole.Volume = 1
  43. hole.Looped = false
  44.  
  45. game.Players.LocalPlayer.Character.Sound:Destroy()
  46.  
  47. function Normal()
  48. ScarySound3:Play()
  49. char.Humanoid.WalkSpeed = 16
  50. char.Head.face.Texture = "rbxassetid://840172423"
  51. char["Left Leg"].Transparency = 0.5
  52. char["Head"].Transparency = 0.5
  53. char["Right Leg"].Transparency = 0.5
  54. char["Torso"].Transparency = 0.5
  55. char["Left Arm"].Transparency = 0.5
  56. char["Right Arm"].Transparency = 0.5
  57. end
  58.  
  59. function GoInvisible()
  60. ScarySound3:Stop()
  61. ScarySound1:Stop()
  62. char.Humanoid.WalkSpeed = 120
  63. char.Head.face.Transparency = 1
  64. char["Left Leg"].Transparency = 0.5
  65. char["Head"].Transparency = 0.5
  66. char["Right Leg"].Transparency = 0.5
  67. char["Torso"].Transparency = 0.5
  68. char["Left Arm"].Transparency = 0.5
  69. char["Right Arm"].Transparency = 0.5
  70. wait(0.001)
  71. char["Left Leg"].Transparency = 0.6
  72. char["Head"].Transparency = 0.6
  73. char["Right Leg"].Transparency = 0.6
  74. char["Torso"].Transparency = 0.6
  75. char["Left Arm"].Transparency = 0.6
  76. char["Right Arm"].Transparency = 0.6
  77. wait(0.001)
  78. char["Left Leg"].Transparency = 0.7
  79. char["Head"].Transparency = 0.7
  80. char["Right Leg"].Transparency = 0.7
  81. char["Torso"].Transparency = 0.7
  82. char["Left Arm"].Transparency = 0.7
  83. char["Right Arm"].Transparency = 0.7
  84. wait(0.001)
  85. char["Left Leg"].Transparency = 1
  86. char["Head"].Transparency = 1
  87. char["Right Leg"].Transparency = 1
  88. char["Torso"].Transparency = 1
  89. char["Left Arm"].Transparency = 1
  90. char["Right Arm"].Transparency = 1
  91. end
  92.  
  93. function GoVisible()
  94. ScarySound3:Play()
  95. char.Humanoid.WalkSpeed = 16
  96. ScarySound1:Play()
  97. char.Head.face.Transparency = 0
  98. char["Left Leg"].Transparency = 0.9
  99. char["Head"].Transparency = 0.9
  100. char["Right Leg"].Transparency = 9
  101. char["Torso"].Transparency = 0.9
  102. char["Left Arm"].Transparency = 0.9
  103. char["Right Arm"].Transparency = 0.9
  104. wait(0.001)
  105. char["Left Leg"].Transparency = 0.7
  106. char["Head"].Transparency = 0.7
  107. char["Right Leg"].Transparency = 0.7
  108. char["Torso"].Transparency = 0.7
  109. char["Left Arm"].Transparency = 0.7
  110. char["Right Arm"].Transparency = 0.7
  111. wait(0.001)
  112. char["Left Leg"].Transparency = 0.5
  113. char["Head"].Transparency = 0.5
  114. char["Right Leg"].Transparency = 0.5
  115. char["Torso"].Transparency = 0.5
  116. char["Left Arm"].Transparency = 0.5
  117. char["Right Arm"].Transparency = 0.5
  118.  
  119. end
  120.  
  121. Normal()
  122.  
  123. local anim = Instance.new("Animation")
  124. anim.AnimationId = "rbxassetid://191123156"
  125.  
  126. mouse.KeyDown:connect(function(key)
  127. if key == "z" then
  128. if char.Head.Transparency == 0.5 then
  129. GoInvisible()
  130.  
  131. elseif char.Head.Transparency == 1 then
  132. GoVisible()
  133. end
  134. end end)
  135.  
  136. mouse.KeyDown:connect(function(key)
  137. if key == "x" then
  138. if ScarySound2.IsPlaying == false then
  139. ScarySound2:Play()
  140. elseif ScarySound2.IsPlaying == true then
  141. ScarySound2:Stop()
  142.  
  143.  
  144. end
  145. end end)
  146.  
  147. function onTouch(part)
  148.  
  149. local humanoid = part.Parent:findFirstChild("Humanoid")
  150. local model = part.Parent
  151. local torso = part.Parent:findFirstChild("Torso")
  152. local head = part.Parent:findFirstChild("Head")
  153. local leftleg = part.Parent:findFirstChild("Left Leg")
  154. local rightleg = part.Parent:findFirstChild("Right Leg")
  155. local leftarm = part.Parent:findFirstChild("Left Arm")
  156. local rightarm = part.Parent:findFirstChild("Right Arm")
  157.  
  158. local humanoid = part.Parent:findFirstChild("Humanoid")
  159. local model = part.Parent
  160. local torso = part.Parent:findFirstChild("Torso")
  161. local head = part.Parent:findFirstChild("Head")
  162. local leftleg = part.Parent:findFirstChild("Left Leg")
  163. local rightleg = part.Parent:findFirstChild("Right Leg")
  164. local leftarm = part.Parent:findFirstChild("Left Arm")
  165. local rightarm = part.Parent:findFirstChild("Right Arm")
  166.  
  167.  
  168. if (humanoid ~=nil) then
  169.  
  170. --humanoid.Health = 1
  171.  
  172. head.BrickColor = BrickColor.new("Bright red")
  173. torso.BrickColor = BrickColor.new("Bright red")
  174. leftleg.BrickColor = BrickColor.new("Bright red")
  175. rightleg.BrickColor = BrickColor.new("Bright red")
  176. rightarm.BrickColor = BrickColor.new("Bright red")
  177. leftarm.BrickColor = BrickColor.new("Bright red")
  178. humanoid.Sit = false
  179. wait(0.5)
  180. torso.Anchored = fasle
  181. wait(3)
  182.  
  183. function reap(t)
  184. if t.Name ~= "humanoid.Health = 1" and t:FindFirstChild("Torso") then
  185. local s = Instance.new("Model")
  186. s.Name = t.Name
  187. local larm = t:FindFirstChild("Left Arm")
  188. local rarm = t:FindFirstChild("Right Arm")
  189. local lleg = t:FindFirstChild("Left Leg")
  190. local rleg = t:FindFirstChild("Right Leg")
  191. s.Parent = workspace
  192. local tors = Instance.new("Part")
  193. tors.Name = "Torso"
  194. tors.Size = t.Torso.Size
  195. tors.Parent = s
  196. tors.CFrame = t.Torso.CFrame
  197. local LL = Instance.new("Part")
  198. LL.Name = "Left Leg"
  199. LL.Size = lleg.Size
  200. LL.Parent = s
  201. LL.CFrame = lleg.CFrame
  202. LL.CanCollide = true
  203. local RL = Instance.new("Part")
  204. RL.Name = "Right Leg"
  205. RL.Size = rleg.Size
  206. RL.Parent = s
  207. RL.CFrame = rleg.CFrame
  208. RL.CanCollide = true
  209. local RA = Instance.new("Part")
  210. RA.Name = "Right Arm"
  211. RA.Size = rarm.Size
  212. RA.Parent = s
  213. RA.CFrame = rarm.CFrame
  214. RA.CanCollide = true
  215. local LA = Instance.new("Part")
  216. LA.Name = "Left Arm"
  217. LA.Size = larm.Size
  218. LA.Parent = s
  219. LA.CFrame = larm.CFrame
  220. LA.CanCollide = true
  221. local head = Instance.new("Part")
  222. head.Name = "Head"
  223. head.Size = t.Head.Size
  224. head.Parent = s
  225. head.CFrame = t.Head.CFrame
  226. local tor = Instance.new("CharacterMesh")
  227. tor.Parent = s
  228. tor.BodyPart = "Torso"
  229. tor.MeshId = "36780113"
  230. tor.OverlayTextureId = "494636944"
  231. local tor = Instance.new("CharacterMesh")
  232. tor.Parent = s
  233. tor.BodyPart = "RightLeg"
  234. tor.MeshId = "36780195"
  235. tor.OverlayTextureId = "494636944"
  236. local tor = Instance.new("CharacterMesh")
  237. tor.Parent = s
  238. tor.BodyPart = "LeftLeg"
  239. tor.MeshId = "36780079"
  240. tor.OverlayTextureId = "494636944"
  241. local tor = Instance.new("CharacterMesh")
  242. tor.Parent = s
  243. tor.BodyPart = "LeftArm"
  244. tor.MeshId = "36780032"
  245. tor.OverlayTextureId = "494636944"
  246. local tor = Instance.new("CharacterMesh")
  247. tor.Parent = s
  248. tor.BodyPart = "RightArm"
  249. tor.MeshId = "36780156"
  250. tor.OverlayTextureId = "494636944"
  251. local tor = Instance.new("SpecialMesh")
  252. tor.Scale = Vector3.new(t.Head.Size.Z,t.Head.Size.Z,t.Head.Size.Z)
  253. tor.MeshType = "FileMesh"
  254. tor.MeshId = "http://www.roblox.com/asset/?id=181343290"
  255. tor.TextureId = "rbxassetid://494637850"
  256. tor.Parent = head
  257. local human = t.Humanoid
  258. human.Parent = s
  259. human.DisplayDistanceType = "None"
  260. t:Destroy()
  261. end
  262. end
  263.  
  264. e=Instance.new('Part', model)
  265. e.Size = Vector3.new(2.25,2.25,2.25)
  266. e.Transparency = 1
  267. e.Anchored = fasle
  268. e.CFrame = CFrame.new(humanoid.Transparency)
  269. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  270. wait(0.1)
  271. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  272. wait(0.1)
  273. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  274. wait(0.1)
  275. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  276. wait(0.1)
  277. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  278. wait(0.1)
  279. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  280. wait(0.1)
  281. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  282. wait(0.1)
  283. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  284. wait(0.1)
  285. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  286. wait(0.1)
  287. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  288. wait(0.1)
  289. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  290. wait(0.1)
  291. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  292. wait(0.1)
  293. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  294. wait(0.1)
  295. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  296. wait(0.1)
  297. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  298. wait(0.1)
  299. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  300. wait(0.1)
  301. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  302. wait(0.1)
  303. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  304. wait(0.1)
  305. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  306. wait(0.1)
  307. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  308. wait(0.1)
  309. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  310. wait(0.1)
  311. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  312. wait(0.1)
  313. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  314. wait(0.1)
  315. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  316. wait(0.1)
  317. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  318. wait(0.1)
  319. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  320. wait(0.1)
  321. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  322. wait(0.1)
  323. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  324. wait(0.1)
  325. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  326. wait(0.1)
  327. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  328. wait(0.1)
  329. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  330. wait(0.1)
  331. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  332. wait(0.1)
  333. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  334. wait(0.1)
  335. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  336. wait(0.1)
  337. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  338. wait(0.1)
  339. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  340. wait(0.1)
  341. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  342. wait(0.1)
  343. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  344. wait(0.1)
  345. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  346. wait(0.1)
  347. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  348. wait(0.1)
  349. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  350. wait(0.1)
  351. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  352. wait(0.1)
  353. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  354. wait(0.1)
  355. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  356. wait(0.1)
  357. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  358. wait(0.1)
  359. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  360. wait(0.1)
  361. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  362. wait(0.1)
  363. head.Mesh.Scale = head.Mesh.Scale + Vector3.new(0.01,0.01,0.01)
  364.  
  365.  
  366. wait(2)
  367. head:Destroy()
  368. q=Instance.new('ParticleEmitter', e)
  369. q.Size = NumberSequence.new(0.5)
  370. q.Rate = 50000
  371. q.Transparency = NumberSequence.new(0.5)
  372. q.Speed = NumberRange.new(7)
  373. q.VelocitySpread = 100000
  374. q.Lifetime = NumberRange.new(10000)
  375. q.Texture = 'rbxassetid://122275188'
  376.  
  377. torso.Anchored = true
  378. rightleg.Anchored = true
  379. leftleg.Anchored = true
  380. rightarm.Anchored = true
  381. leftarm.Anchored = true
  382. ded = Instance.new("Sound")
  383. ded.Parent = torso
  384. ded.SoundId = "rbxassetid://131060226"
  385. ded.Volume = 1
  386. ded.Looped = false
  387. wait()
  388. ded:Play()
  389.  
  390.  
  391.  
  392.  
  393. end
  394.  
  395. end
  396.  
  397.  
  398.  
  399. char.Torso.Touched:connect(onTouch)
  400.  
  401. mouse.KeyDown:connect(function(key)
  402. if key == "c" then
  403. local playAnim = humanoid:LoadAnimation(anim)
  404.  
  405. Punch:Play()
  406. playAnim:Play()
  407.  
  408.  
  409.  
  410. end
  411. end)
  412.  
  413. debounce = false
  414.  
  415. function onTouched(hit)
  416. hole:Play()
  417. hit.CanCollide=false
  418. wait(.5)
  419. hit.CanCollide = true
  420. debounce = true
  421.  
  422. end
  423. game.Players.LocalPlayer.Character.Torso.Touched:connect(onTouched)
  424.  
  425.  
  426. while wait() do
  427. char["Left Leg"].BrickColor = BrickColor.new("Really black")
  428. char["Head"].BrickColor = BrickColor.new("Really black")
  429. char["Right Leg"].BrickColor = BrickColor.new("Really black")
  430. char["Torso"].BrickColor = BrickColor.new("Really black")
  431. char["Left Arm"].BrickColor = BrickColor.new("Really black")
  432. char["Right Arm"].BrickColor = BrickColor.new("Really black")
  433. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement