zombieslayerwtf

Head Ripper [Leaked]

Jun 21st, 2018
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.12 KB | None | 0 0
  1. mouse = game.Players.LocalPlayer:GetMouse()
  2. player = game.Players.LocalPlayer
  3. local ColorArray = {ColorSequenceKeypoint.new(0, Color3.new(0/255,0/0,0/255)),ColorSequenceKeypoint.new(1, Color3.new(0/0,0/0,0/0))}
  4. local Player = game.Players.LocalPlayer
  5. local Character = Player.Character
  6. local torso = Character.Torso
  7. local hed = Character.Head
  8. local p = game.Players.LocalPlayer
  9. local char = p.Character
  10.  
  11. --Made by CaptainFiliNox!
  12.  
  13.  
  14. RArm = Character["Right Arm"]
  15. LArm = Character["Left Arm"]
  16. RLeg = Character["Right Leg"]
  17. LLeg = Character["Left Leg"]
  18.  
  19. char.Humanoid.WalkSpeed = 35
  20.  
  21. invisibleclawlimit = false
  22. bulletpositionpart = Instance.new("Part", RArm)
  23. bulletpositionpart.Position = RArm.Position
  24. bulletpositionpart.CanCollide = false
  25. bulletpositionpart.Size = Vector3.new(0.05,0.05,0.05)
  26. bulletpositionpart.Transparency = 1
  27. bulletpositionpart.BrickColor = BrickColor.new(311)
  28.  
  29. bulletpositionattachmentmain = Instance.new("Attachment", bulletpositionpart)
  30. bulletpositionattachmentmain.Position = Vector3.new(0,0,0)
  31.  
  32. bulletpositionattachment = Instance.new("Attachment", RArm)
  33. bulletpositionattachment.Position = Vector3.new(0,-1,0)
  34.  
  35. bulletpositionglue = Instance.new("RodConstraint", bulletpositionpart)
  36. bulletpositionglue.Length = 0
  37. bulletpositionglue.Visible = false
  38. bulletpositionglue.Attachment0 = bulletpositionattachmentmain
  39. bulletpositionglue.Attachment1 = bulletpositionattachment
  40.  
  41. claw1 = Instance.new("Part", RArm)
  42. claw1.Transparency = 1
  43. claw1.CanCollide = false
  44. claw1.Size = Vector3.new(1,1,1)
  45. claw1.BrickColor = BrickColor.new(311)
  46. claw1weld = Instance.new("Weld", claw1)
  47. claw1weld.Part0 = claw1
  48. claw1weld.Part1 = RArm
  49. claw1mesh = Instance.new("SpecialMesh", claw1)
  50. claw1mesh.MeshId = "http://www.roblox.com/asset/?id=105262978"
  51. claw1mesh.Scale = Vector3.new(1,1,1)
  52. claw1mesh.Offset = Vector3.new(0,-1.15,-0.35)
  53.  
  54. claw2 = Instance.new("Part", LArm)
  55. claw2.Transparency = 1
  56. claw2.CanCollide = false
  57. claw2.Size = Vector3.new(1,1,1)
  58. claw2.BrickColor = BrickColor.new(311)
  59. claw2weld = Instance.new("Weld", claw2)
  60. claw2weld.Part0 = claw2
  61. claw2weld.Part1 = LArm
  62. claw2mesh = Instance.new("SpecialMesh", claw2)
  63. claw2mesh.MeshId = "http://www.roblox.com/asset/?id=105262978"
  64. claw2mesh.Scale = Vector3.new(1,1,1)
  65. claw2mesh.Offset = Vector3.new(0,-1.15,-0.35)
  66.  
  67. local voidacitybase = game.Workspace.Base
  68. local killsky = Instance.new("Sky", game.Players)
  69. killsky.SkyboxBk = "rbxassetid://102397561"
  70. killsky.SkyboxDn = "rbxassetid://102397561"
  71. killsky.SkyboxFt = "rbxassetid://102397561"
  72. killsky.SkyboxLf = "rbxassetid://102397561"
  73. killsky.SkyboxRt = "rbxassetid://102397561"
  74. killsky.SkyboxUp = "rbxassetid://102397561"
  75. killsky.StarCount = 0
  76. killsky.SunAngularSize = 0
  77. killsky.MoonAngularSize = 0
  78. killsky.MoonTextureId = ""
  79. killsky.CelestialBodiesShown = false
  80. game.Lighting.FogColor = Color3.new(0.1,0.1,0.1)
  81. killinglimit = false
  82.  
  83. local slashsound1 = Instance.new("Sound", hed)
  84. slashsound1.SoundId = "rbxassetid://220833967"
  85. slashsound1.Volume = 5
  86. local slashsound2 = Instance.new("Sound", hed)
  87. slashsound2.SoundId = "rbxassetid://220833967"
  88. slashsound2.Volume = 5
  89. local slashsound3 = Instance.new("Sound", hed)
  90. slashsound3.SoundId = "rbxassetid://220833967"
  91. slashsound3.Volume = 5
  92. local slashsoundglobal = Instance.new("Sound", hed)
  93. slashsoundglobal.SoundId = "rbxassetid://545219984" --220833967
  94. slashsoundglobal.Volume = 5
  95. slashsoundglobal.MaxDistance = 10000
  96.  
  97. --Variables--
  98. local Brick = game.Players.LocalPlayer.Character['Left Arm']
  99. --End--
  100.  
  101. --Code--
  102. local function onTouched(Part)
  103. local h = Part.Parent:findFirstChild("Head")
  104. if (h ~= nil) then
  105. local Parent = Part.Parent
  106. Parent.Head:remove()
  107. slashsoundglobal:Play()
  108. killsky.Parent = game.Lighting
  109. game.Lighting.FogEnd = 0
  110. slashsoundglobal:Play()
  111. voidacitybase.Transparency = 1
  112. wait(1.5)
  113. killsky.Parent = game.Players
  114. game.Lighting.FogEnd = 10000
  115. voidacitybase.Transparency = 0
  116. end
  117. end
  118.  
  119. Brick.Touched:connect(onTouched)
  120. --kill thing.
  121.  
  122.  
  123.  
  124.  
  125.  
  126. teleportlimit = false
  127. bulletcatch = false
  128.  
  129.  
  130.  
  131.  
  132. --#-----#--
  133.  
  134.  
  135. local music = Instance.new("Sound")
  136. music.Name = "KILLTIME"
  137. music.Parent = torso
  138. music.SoundId = "rbxassetid://399570826"
  139. music.Playing = true
  140. music.Volume = 1.2
  141. music.Looped = true
  142. music.Pitch = 1.2
  143. music.MaxDistance = 250
  144. --dah music.
  145.  
  146. local teleportsound = Instance.new("Sound", hed)
  147. teleportsound.SoundId = "rbxassetid://1086616651"
  148. teleportsound.Volume = 5
  149. teleportsound.Pitch = 1.2
  150. local teleportreverb = Instance.new("ReverbSoundEffect", teleportsound)
  151. teleportreverb.DryLevel = -80
  152.  
  153. local txt = Instance.new("BillboardGui", Character)
  154. txt.Adornee = hed
  155. txt.Name = "_status"
  156. txt.Size = UDim2.new(2, 0, 1.2, 0)
  157. txt.StudsOffset = Vector3.new(-9, 8, 0)
  158. local text = Instance.new("TextLabel", txt)
  159. text.Size = UDim2.new(10, 0, 7, 0)
  160. text.FontSize = "Size12"
  161. text.TextScaled = true
  162. text.TextTransparency = 0
  163. text.BackgroundTransparency = 1
  164. text.TextTransparency = 0
  165. text.TextStrokeTransparency = 0
  166. text.Font = "Arcade"
  167. text.TextStrokeColor3 = Color3.new(0.75,0.75,0.75)
  168. text.TextColor3 = Color3.new(0.45,0.45,0.45)
  169. text.Text = ""
  170.  
  171. local talksound = Instance.new("Sound", hed)
  172. talksound.SoundId = "rbxassetid://455601633"
  173. talksound.Volume = 5
  174.  
  175. function talk(key)
  176. key = key:lower()
  177. if key == "p" then
  178. wait(0.04)
  179. text.Text = "T"
  180. talksound:Play()
  181. wait(0.04)
  182. text.Text = "Te"
  183. talksound:Play()
  184. wait(0.04)
  185. text.Text = "Tem"
  186. talksound:Play()
  187. wait(0.04)
  188. text.Text = "Temm"
  189. talksound:Play()
  190. wait(0.04)
  191. text.Text = "Temmi"
  192. talksound:Play()
  193. wait(0.04)
  194. text.Text = "Temmie"
  195. talksound:Play()
  196. wait(0.04)
  197. text.Text = "Temmie?"
  198. talksound:Play()
  199. wait(2)
  200. text.Text = "D"
  201. talksound:Play()
  202. wait(0.04)
  203. text.Text = "Do"
  204. talksound:Play()
  205. wait(0.04)
  206. text.Text = "Do y"
  207. talksound:Play()
  208. wait(0.04)
  209. text.Text = "Do yo"
  210. talksound:Play()
  211. wait(0.04)
  212. text.Text = "Do you"
  213. talksound:Play()
  214. wait(0.04)
  215. text.Text = "Do you h"
  216. talksound:Play()
  217. wait(0.04)
  218. text.Text = "Do you ha"
  219. talksound:Play()
  220. wait(0.04)
  221. text.Text = "Do you hav"
  222. talksound:Play()
  223. wait(0.04)
  224. text.Text = "Do you have"
  225. talksound:Play()
  226. wait(0.04)
  227. text.Text = "Do you have a"
  228. talksound:Play()
  229. wait(0.04)
  230. text.Text = "Do you have an"
  231. talksound:Play()
  232. wait(0.04)
  233. text.Text = "Do you have any"
  234. talksound:Play()
  235. wait(0.04)
  236. text.Text = "Do you have any i"
  237. talksound:Play()
  238. wait(0.04)
  239. text.Text = "Do you have any id"
  240. talksound:Play()
  241. wait(0.04)
  242. text.Text = "Do you have any ide"
  243. talksound:Play()
  244. wait(0.04)
  245. text.Text = "Do you have any idea"
  246. talksound:Play()
  247. wait(0.04)
  248. text.Text = "Do you have any idea w"
  249. talksound:Play()
  250. wait(0.04)
  251. text.Text = "Do you have any idea wh"
  252. talksound:Play()
  253. wait(0.04)
  254. text.Text = "Do you have any idea who"
  255. talksound:Play()
  256. wait(0.04)
  257. text.Text = "Do you have any idea who y"
  258. talksound:Play()
  259. wait(0.04)
  260. text.Text = "Do you have any idea who yo"
  261. talksound:Play()
  262. wait(0.04)
  263. text.Text = "Do you have any idea who you"
  264. talksound:Play()
  265. wait(0.04)
  266. text.Text = "Do you have any idea who you'"
  267. talksound:Play()
  268. wait(0.04)
  269. text.Text = "Do you have any idea who you'r"
  270. talksound:Play()
  271. wait(0.04)
  272. text.Text = "Do you have any idea who you're"
  273. talksound:Play()
  274. wait(0.04)
  275. text.Text = "Do you have any idea who you're d"
  276. talksound:Play()
  277. wait(0.04)
  278. text.Text = "Do you have any idea who you're de"
  279. talksound:Play()
  280. wait(0.04)
  281. text.Text = "Do you have any idea who you're dea"
  282. talksound:Play()
  283. wait(0.04)
  284. text.Text = "Do you have any idea who you're deal"
  285. talksound:Play()
  286. wait(0.04)
  287. text.Text = "Do you have any idea who you're deali"
  288. talksound:Play()
  289. wait(0.04)
  290. text.Text = "Do you have any idea who you're dealin"
  291. talksound:Play()
  292. wait(0.04)
  293. text.Text = "Do you have any idea who you're dealing"
  294. talksound:Play()
  295. wait(0.04)
  296. text.Text = "Do you have any idea who you're dealing w"
  297. talksound:Play()
  298. wait(0.04)
  299. text.Text = "Do you have any idea who you're dealing wi"
  300. talksound:Play()
  301. wait(0.04)
  302. text.Text = "Do you have any idea who you're dealing wit"
  303. talksound:Play()
  304. wait(0.04)
  305. text.Text = "Do you have any idea who you're dealing with"
  306. talksound:Play()
  307. wait(0.04)
  308. text.Text = "Do you have any idea who you're dealing with?"
  309. talksound:Play()
  310. wait(3)
  311. text.Text = "I"
  312. talksound:Play()
  313. wait(0.15)
  314. text.Text = "I A"
  315. talksound:Play()
  316. wait(0.15)
  317. text.Text = "I AM"
  318. talksound:Play()
  319. wait(0.15)
  320. text.Text = "I AM H"
  321. talksound:Play()
  322. wait(0.15)
  323. text.Text = "I AM HE"
  324. talksound:Play()
  325. wait(0.15)
  326. text.Text = "I AM HEA"
  327. talksound:Play()
  328. wait(0.15)
  329. text.Text = "I AM HEAD"
  330. talksound:Play()
  331. wait(0.15)
  332. text.Text = "I AM HEAD "
  333. talksound:Play()
  334. wait(0.15)
  335. text.Text = "I AM HEAD R"
  336. talksound:Play()
  337. wait(0.15)
  338. text.Text = "I AM HEAD RI"
  339. talksound:Play()
  340. wait(0.15)
  341. text.Text = "I AM HEAD RIP"
  342. talksound:Play()
  343. wait(0.15)
  344. text.Text = "I AM HEAD RIPP"
  345. talksound:Play()
  346. wait(0.15)
  347. text.Text = "I AM HEAD RIPPE"
  348. talksound:Play()
  349. wait(0.15)
  350. text.Text = "I AM HEAD RIPPER"
  351. talksound:Play()
  352. wait(2.5)
  353. text.Text = ""
  354. end
  355. end
  356. mouse.KeyDown:connect(talk)
  357.  
  358. function musicoff(key)
  359. key = key:lower()
  360. if key == "l" then
  361. music:Stop()
  362. end
  363. end
  364. mouse.KeyDown:connect(musicoff)
  365.  
  366. function musicon(key)
  367. key = key:lower()
  368. if key == "k" then
  369. music:Play()
  370. end
  371. end
  372. mouse.KeyDown:connect(musicon)
  373.  
  374. clawsound = Instance.new("Sound", hed)
  375. clawsound.SoundId = "rbxassetid://1304235530"
  376. clawsound.Volume = 3
  377. claws = false
  378. function clawson(key)
  379. key = key:lower()
  380. if key == "v" and not claws and not invisibleclawlimit then
  381. claws = true
  382. claw1.Transparency = 0
  383. claw2.Transparency = 0
  384. clawsound:Play()
  385. slashsoundglobal.SoundId = "rbxassetid://220833967"
  386. end
  387. end
  388. mouse.KeyDown:connect(clawson)
  389.  
  390. fistcrunch = Instance.new("Sound", hed)
  391. fistcrunch.SoundId = "rbxassetid://174617560"
  392. fistcrunch.Volume = 10
  393. function clawsoff(key)
  394. key = key:lower()
  395. if key == "b" and claws then
  396. claws = false
  397. claw1.Transparency = 1
  398. claw2.Transparency = 1
  399. fistcrunch:Play()
  400. slashsoundglobal.SoundId = "rbxassetid://545219984"
  401. end
  402. end
  403. mouse.KeyDown:connect(clawsoff)
  404.  
  405. temmieflakesmusic = Instance.new("Sound", hed)
  406. temmieflakesmusic.SoundId = "rbxassetid://330203418"
  407. temmieflakesmusic.Volume = 5
  408. temmieflakeslimit = false
  409. function temmieflakesad(key)
  410. key = key:lower()
  411. if key == "r" and not temmieflakeslimit and not bulletcatch then
  412. temmieflakeslimit = true
  413. local temmieflakesbox = Instance.new("Part", RArm)
  414. temmieflakesbox.Size = Vector3.new(0.6,2.5,2.1)
  415. temmieflakesbox.BrickColor = BrickColor.new(1003)
  416. temmieflakesbox.Position = RArm.Position + Vector3.new(1.3,1.5,0)
  417. temmieflakesbox.Orientation = RArm.Orientation + Vector3.new(0,0,90)
  418. temmieflakesbox.Anchored = false
  419. temmieflakesbox.CanCollide = false
  420. temmieflakesbox.BackSurface = "Smooth"
  421. temmieflakesbox.BottomSurface = "Smooth"
  422. temmieflakesbox.FrontSurface = "Smooth"
  423. temmieflakesbox.LeftSurface = "Smooth"
  424. temmieflakesbox.RightSurface = "Smooth"
  425. temmieflakesbox.TopSurface = "Smooth"
  426. temmieflakesbox.Material = Enum.Material.SmoothPlastic
  427. local temmieflakesdecal1 = Instance.new("Decal", temmieflakesbox)
  428. temmieflakesdecal1.Texture = "rbxassetid://327473548"
  429. temmieflakesdecal1.Face = "Right"
  430. local temmieflakesdecal2 = Instance.new("Decal", temmieflakesbox)
  431. temmieflakesdecal2.Texture = "rbxassetid://327473548"
  432. temmieflakesdecal2.Face = "Left"
  433. temmieflakesmusic:Play()
  434.  
  435. hed.face.Texture = "http://www.roblox.com/asset/?id=334668738"
  436.  
  437. local temmieflakesattachmentmain = Instance.new("Attachment", temmieflakesbox)
  438. temmieflakesattachmentmain.Position = Vector3.new(0,1.1,0)
  439.  
  440. local temmieflakesattachment = Instance.new("Attachment", RArm)
  441. temmieflakesattachment.Position = Vector3.new(0,-1,0)
  442.  
  443. local temmieflakesglue = Instance.new("RodConstraint", temmieflakesbox)
  444. temmieflakesglue.Length = 0
  445. temmieflakesglue.Visible = false
  446. temmieflakesglue.Attachment0 = temmieflakesattachmentmain
  447. temmieflakesglue.Attachment1 = temmieflakesattachment
  448.  
  449. for i = 1,2 do
  450. wait()
  451. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(-1,0,0)
  452. end
  453. wait(18)
  454. for i = 1,2 do
  455. wait()
  456. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(1,0,0)
  457. end
  458. temmieflakesbox:Destroy()
  459. temmieflakesattachmentmain:Destroy()
  460. temmieflakesattachment:Destroy()
  461. temmieflakesglue:Destroy()
  462. wait(1)
  463. hed.face.Texture = "http://www.roblox.com/asset/?id=300139178"
  464. temmieflakeslimit = false
  465. end
  466. end
  467. mouse.KeyDown:connect(temmieflakesad)
  468.  
  469. local root = char.HumanoidRootPart
  470. function teleport(key)
  471. key = key:lower()
  472. if key == "c" and not teleportlimit then
  473. teleportsound:Play()
  474. teleportlimit = true
  475. root.CFrame = CFrame.new(CFrame.new(mouse.Hit.p)*CFrame.new(0,2.8,0).p,root.Position)
  476. wait(0.25)
  477. teleportlimit = false
  478. end
  479. end
  480. mouse.KeyDown:connect(teleport)
  481.  
  482.  
  483.  
  484. function killing(key)
  485. key = key:lower()
  486. if key == "z" and not killinglimit then
  487. killinglimit = true
  488. killsky.Parent = game.Lighting
  489. game.Lighting.FogEnd = 0
  490. slashsound1:Play()
  491. voidacitybase.Transparency = 1
  492. wait(0.05)
  493. killsky.Parent = game.Players
  494. game.Lighting.FogEnd = 10000
  495. voidacitybase.Transparency = 0
  496. wait(0.075)
  497. killsky.Parent = game.Lighting
  498. game.Lighting.FogEnd = 0
  499. slashsound2:Play()
  500. voidacitybase.Transparency = 1
  501. wait(0.05)
  502. killsky.Parent = game.Players
  503. game.Lighting.FogEnd = 10000
  504. voidacitybase.Transparency = 0
  505. wait(0.075)
  506. killsky.Parent = game.Lighting
  507. game.Lighting.FogEnd = 0
  508. slashsound3:Play()
  509. voidacitybase.Transparency = 1
  510. wait(0.05)
  511. killsky.Parent = game.Players
  512. game.Lighting.FogEnd = 10000
  513. voidacitybase.Transparency = 0
  514. wait(0.075)
  515. killsky.Parent = game.Lighting
  516. game.Lighting.FogEnd = 0
  517. slashsound1:Play()
  518. voidacitybase.Transparency = 1
  519. wait(0.05)
  520. killsky.Parent = game.Players
  521. game.Lighting.FogEnd = 10000
  522. voidacitybase.Transparency = 0
  523. wait(0.075)
  524. killsky.Parent = game.Lighting
  525. game.Lighting.FogEnd = 0
  526. slashsound2:Play()
  527. voidacitybase.Transparency = 1
  528. wait(0.05)
  529. killsky.Parent = game.Players
  530. game.Lighting.FogEnd = 10000
  531. voidacitybase.Transparency = 0
  532. wait(0.075)
  533. killsky.Parent = game.Lighting
  534. game.Lighting.FogEnd = 0
  535. slashsound3:Play()
  536. voidacitybase.Transparency = 1
  537. wait(0.05)
  538. killsky.Parent = game.Players
  539. game.Lighting.FogEnd = 10000
  540. voidacitybase.Transparency = 0
  541. wait(0.075)
  542. killsky.Parent = game.Lighting
  543. game.Lighting.FogEnd = 0
  544. slashsound1:Play()
  545. voidacitybase.Transparency = 1
  546. wait(0.05)
  547. killsky.Parent = game.Players
  548. game.Lighting.FogEnd = 10000
  549. voidacitybase.Transparency = 0
  550. wait(0.075)
  551. killsky.Parent = game.Lighting
  552. game.Lighting.FogEnd = 0
  553. slashsound2:Play()
  554. voidacitybase.Transparency = 1
  555. wait(0.05)
  556. killsky.Parent = game.Players
  557. game.Lighting.FogEnd = 10000
  558. voidacitybase.Transparency = 0
  559. wait(0.075)
  560. killsky.Parent = game.Lighting
  561. game.Lighting.FogEnd = 0
  562. slashsound3:Play()
  563. voidacitybase.Transparency = 1
  564. wait(0.05)
  565. killsky.Parent = game.Players
  566. game.Lighting.FogEnd = 10000
  567. voidacitybase.Transparency = 0
  568. wait(0.075)
  569. killsky.Parent = game.Lighting
  570. game.Lighting.FogEnd = 0
  571. slashsound1:Play()
  572. voidacitybase.Transparency = 1
  573. wait(0.05)
  574. killsky.Parent = game.Players
  575. game.Lighting.FogEnd = 10000
  576. voidacitybase.Transparency = 0
  577. wait(2)
  578. killinglimit = false
  579. end
  580. end
  581. mouse.KeyDown:connect(killing)
  582.  
  583. ----------------
  584. bulletsound1 = Instance.new("Sound", RArm)
  585. bulletsound1.SoundId = "rbxassetid://743521337"
  586. bulletsound1.Volume = 3.5
  587. bulletsound2 = Instance.new("Sound", RArm)
  588. bulletsound2.SoundId = "rbxassetid://743521337"
  589. bulletsound2.Volume = 3.5
  590. bulletsound3 = Instance.new("Sound", RArm)
  591. bulletsound3.SoundId = "rbxassetid://743521337"
  592. bulletsound3.Volume = 3.5
  593. bulletsound4 = Instance.new("Sound", RArm)
  594. bulletsound4.SoundId = "rbxassetid://743521337"
  595. bulletsound4.Volume = 3.5
  596. bulletsound5 = Instance.new("Sound", RArm)
  597. bulletsound5.SoundId = "rbxassetid://743521337"
  598. bulletsound5.Volume = 3.5
  599. bulletsound6 = Instance.new("Sound", RArm)
  600. bulletsound6.SoundId = "rbxassetid://743521337"
  601. bulletsound6.Volume = 3.5
  602.  
  603. gunshot1 = Instance.new("Sound", hed)
  604. gunshot1.SoundId = "rbxassetid://132373574"
  605. gunshot1.Volume = 2
  606. gunshot2 = Instance.new("Sound", hed)
  607. gunshot2.SoundId = "rbxassetid://132373574"
  608. gunshot2.Volume = 2
  609. gunshot3 = Instance.new("Sound", hed)
  610. gunshot3.SoundId = "rbxassetid://132373574"
  611. gunshot3.Volume = 2
  612. gunshot4 = Instance.new("Sound", hed)
  613. gunshot4.SoundId = "rbxassetid://132373574"
  614. gunshot4.Volume = 2
  615. gunshot5 = Instance.new("Sound", hed)
  616. gunshot5.SoundId = "rbxassetid://132373574"
  617. gunshot5.Volume = 2
  618. gunshot6 = Instance.new("Sound", hed)
  619. gunshot6.SoundId = "rbxassetid://132373574"
  620. gunshot6.Volume = 2
  621.  
  622. function bulletcathing(key)
  623. key = key:lower()
  624. if key == "f" and not bulletcatch and not temmieflakeslimit then
  625. bulletcatch = true
  626. for i = 1,2 do
  627. wait()
  628. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.05)
  629. end
  630. wait(0.05)
  631. gunshot1:Play()
  632. for i = 1,5 do
  633. wait()
  634. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.4)
  635. end
  636. wait(0.05)
  637. gunshot2:Play()
  638. for i = 1,2 do
  639. wait()
  640. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.1)
  641. end
  642. wait(0.05)
  643. gunshot3:Play()
  644. for i = 1,2 do
  645. wait()
  646. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.05)
  647. end
  648. wait(0.05)
  649. gunshot4:Play()
  650. for i = 1,2 do
  651. wait()
  652. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.1)
  653. end
  654. wait(0.05)
  655. gunshot5:Play()
  656. for i = 1,2 do
  657. wait()
  658. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.05)
  659. end
  660. wait(0.05)
  661. gunshot6:Play()
  662. wait(math.random(1.2,2))
  663. for i = 1,2 do
  664. wait()
  665. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.05)
  666. end
  667. wait(0.5)
  668. local bulletpart1 = Instance.new("Part")
  669. bulletpart1.BrickColor = BrickColor.new(311)
  670. bulletpart1.Size = Vector3.new(0.4,0.2,0.2)
  671. bulletpart1.Name = "bullet1"
  672. bulletpart1.Transparency = 0.05
  673. bulletpart1.Material = Enum.Material.Metal
  674. bulletpart1.Parent = char
  675. bulletpart1.Position = bulletpositionpart.Position
  676. bulletsound1:Play()
  677. wait(0.05)
  678. local bulletpart2 = Instance.new("Part")
  679. bulletpart2.BrickColor = BrickColor.new(311)
  680. bulletpart2.Size = Vector3.new(0.4,0.2,0.2)
  681. bulletpart2.Name = "bullet1"
  682. bulletpart2.Transparency = 0.05
  683. bulletpart2.Material = Enum.Material.Metal
  684. bulletpart2.Parent = char
  685. bulletpart2.Position = bulletpositionpart.Position
  686. bulletsound2:Play()
  687. wait(0.05)
  688. local bulletpart3 = Instance.new("Part")
  689. bulletpart3.BrickColor = BrickColor.new(311)
  690. bulletpart3.Size = Vector3.new(0.4,0.2,0.2)
  691. bulletpart3.Name = "bullet1"
  692. bulletpart3.Transparency = 0.05
  693. bulletpart3.Material = Enum.Material.Metal
  694. bulletpart3.Parent = char
  695. bulletpart3.Position = bulletpositionpart.Position
  696. bulletsound3:Play()
  697. wait(0.05)
  698. local bulletpart4 = Instance.new("Part")
  699. bulletpart4.BrickColor = BrickColor.new(311)
  700. bulletpart4.Size = Vector3.new(0.4,0.2,0.2)
  701. bulletpart4.Name = "bullet1"
  702. bulletpart4.Transparency = 0.05
  703. bulletpart4.Material = Enum.Material.Metal
  704. bulletpart4.Parent = char
  705. bulletpart4.Position = bulletpositionpart.Position
  706. bulletsound4:Play()
  707. wait(0.05)
  708. local bulletpart5 = Instance.new("Part")
  709. bulletpart5.BrickColor = BrickColor.new(311)
  710. bulletpart5.Size = Vector3.new(0.4,0.2,0.2)
  711. bulletpart5.Name = "bullet1"
  712. bulletpart5.Transparency = 0.05
  713. bulletpart5.Material = Enum.Material.Metal
  714. bulletpart5.Parent = char
  715. bulletpart5.Position = bulletpositionpart.Position
  716. wait(0.05)
  717. local bulletpart6 = Instance.new("Part")
  718. bulletpart6.BrickColor = BrickColor.new(311)
  719. bulletpart6.Size = Vector3.new(0.4,0.2,0.2)
  720. bulletpart6.Name = "bullet1"
  721. bulletpart6.Transparency = 0.05
  722. bulletpart6.Material = Enum.Material.Metal
  723. bulletpart6.Parent = char
  724. bulletpart6.Position = bulletpositionpart.Position
  725. bulletsound6:Play()
  726. for i = 1,2 do
  727. wait()
  728. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.1)
  729. end
  730. for i = 1,2 do
  731. wait()
  732. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.05)
  733. end
  734. for i = 1,2 do
  735. wait()
  736. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.1)
  737. end
  738. for i = 1,5 do
  739. wait()
  740. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.4)
  741. end
  742. for i = 1,2 do
  743. wait()
  744. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.05)
  745. end
  746. wait(5)
  747. bulletpart1:Destroy()
  748. bulletpart2:Destroy()
  749. bulletpart3:Destroy()
  750. bulletpart4:Destroy()
  751. bulletpart5:Destroy()
  752. bulletpart6:Destroy()
  753. wait(1)
  754. bulletcatch = false
  755. end
  756. end
  757. mouse.KeyDown:connect(bulletcathing)
  758.  
  759. --##-----##--
  760.  
  761. attachment4 = Instance.new("Attachment",player.Character["Right Leg"])
  762. attachment4.Name = "Attachment0"
  763. attachment5 = Instance.new("Attachment",player.Character["Right Leg"])
  764. attachment5.Name = "Attachment1"
  765. attachment6 = Instance.new("Attachment",player.Character["Right Leg"])
  766. attachment6.Name = "Attachment2"
  767. attachment7 = Instance.new("Attachment",player.Character["Right Leg"])
  768. attachment7.Name = "Attachment3"
  769.  
  770. attachment4.Position = Vector3.new(0.5, -1, 0.5)
  771. attachment5.Position = Vector3.new(-0.5, -0.7, -0.5)
  772. attachment6.Position = Vector3.new(-0.5, -0.7, 0.5)
  773. attachment7.Position = Vector3.new(0.5, -1, -0.5)
  774.  
  775. trail2 = Instance.new("Trail",player.Character["Right Leg"])
  776. trail2.Name = "Trail0"
  777. trail3 = Instance.new("Trail",player.Character["Right Leg"])
  778. trail3.Name = "Trail1"
  779.  
  780. trail2.Attachment0 = attachment4
  781. trail2.Attachment1 = attachment5
  782. trail3.Attachment0 = attachment6
  783. trail3.Attachment1 = attachment7
  784.  
  785. trail2.Lifetime = 0.15
  786. trail3.Lifetime = 0.15
  787. trail2.Color = ColorSequence.new(ColorArray)
  788. trail3.Color = ColorSequence.new(ColorArray)
  789. trail2.Transparency = NumberSequence.new({
  790. NumberSequenceKeypoint.new(0, 0.5, 0),
  791. NumberSequenceKeypoint.new(1, 1, 0)
  792. })
  793. trail3.Transparency = NumberSequence.new({
  794. NumberSequenceKeypoint.new(0, 0.5, 0),
  795. NumberSequenceKeypoint.new(1, 1, 0)
  796. })
  797.  
  798. trail2.MaxLength = 0
  799. trail3.MaxLength = 0
  800. trail2.MinLength = 0
  801. trail3.MinLength = 0
  802.  
  803. --#----------#--
  804.  
  805. attachment0 = Instance.new("Attachment",player.Character["Left Leg"])
  806. attachment0.Name = "Attachment0"
  807. attachment1 = Instance.new("Attachment",player.Character["Left Leg"])
  808. attachment1.Name = "Attachment1"
  809. attachment2 = Instance.new("Attachment",player.Character["Left Leg"])
  810. attachment2.Name = "Attachment2"
  811. attachment3 = Instance.new("Attachment",player.Character["Left Leg"])
  812. attachment3.Name = "Attachment3"
  813.  
  814. attachment0.Position = Vector3.new(0.5, -1, 0.5)
  815. attachment1.Position = Vector3.new(-0.5, -0.7, -0.5)
  816. attachment2.Position = Vector3.new(-0.5, -0.7, 0.5)
  817. attachment3.Position = Vector3.new(0.5, -1, -0.5)
  818.  
  819. trail0 = Instance.new("Trail",player.Character["Left Leg"])
  820. trail0.Name = "Trail0"
  821. trail1 = Instance.new("Trail",player.Character["Left Leg"])
  822. trail1.Name = "Trail1"
  823.  
  824. trail0.Attachment0 = attachment0
  825. trail0.Attachment1 = attachment1
  826. trail1.Attachment0 = attachment2
  827. trail1.Attachment1 = attachment3
  828.  
  829. trail0.Lifetime = 0.15
  830. trail1.Lifetime = 0.15
  831.  
  832. trail0.Color = ColorSequence.new(ColorArray)
  833. trail1.Color = ColorSequence.new(ColorArray)
  834. trail0.Transparency = NumberSequence.new({
  835. NumberSequenceKeypoint.new(0, 0.5, 0),
  836. NumberSequenceKeypoint.new(1, 1, 0)
  837. })
  838. trail1.Transparency = NumberSequence.new({
  839. NumberSequenceKeypoint.new(0, 0.5, 0),
  840. NumberSequenceKeypoint.new(1, 1, 0)
  841. })
  842.  
  843. trail0.MaxLength = 0
  844. trail1.MaxLength = 0
  845. trail0.MinLength = 0
  846. trail1.MinLength = 0
  847.  
  848. --#--------------------#--
  849. --##-----##--
  850.  
  851. attachment4arm = Instance.new("Attachment",player.Character["Right Arm"])
  852. attachment4arm.Name = "Attachment0"
  853. attachment5arm = Instance.new("Attachment",player.Character["Right Arm"])
  854. attachment5arm.Name = "Attachment1"
  855. attachment6arm = Instance.new("Attachment",player.Character["Right Arm"])
  856. attachment6arm.Name = "Attachment2"
  857. attachment7arm = Instance.new("Attachment",player.Character["Right Arm"])
  858. attachment7arm.Name = "Attachment3"
  859.  
  860. attachment4arm.Position = Vector3.new(0.5, -1, 0.5)
  861. attachment5arm.Position = Vector3.new(-0.5, -0.7, -0.5)
  862. attachment6arm.Position = Vector3.new(-0.5, -0.7, 0.5)
  863. attachment7arm.Position = Vector3.new(0.5, -1, -0.5)
  864.  
  865. trail2arm = Instance.new("Trail",player.Character["Right Arm"])
  866. trail2arm.Name = "Trail0"
  867. trail3arm = Instance.new("Trail",player.Character["Right Arm"])
  868. trail3arm.Name = "Trail1"
  869.  
  870. trail2arm.Attachment0 = attachment4arm
  871. trail2arm.Attachment1 = attachment5arm
  872. trail3arm.Attachment0 = attachment6arm
  873. trail3arm.Attachment1 = attachment7arm
  874.  
  875. trail2arm.Lifetime = 0.15
  876. trail3arm.Lifetime = 0.15
  877. trail2arm.Color = ColorSequence.new(ColorArray)
  878. trail3arm.Color = ColorSequence.new(ColorArray)
  879. trail2arm.Transparency = NumberSequence.new({
  880. NumberSequenceKeypoint.new(0, 0.5, 0),
  881. NumberSequenceKeypoint.new(1, 1, 0)
  882. })
  883. trail3arm.Transparency = NumberSequence.new({
  884. NumberSequenceKeypoint.new(0, 0.5, 0),
  885. NumberSequenceKeypoint.new(1, 1, 0)
  886. })
  887.  
  888. trail2arm.MaxLength = 0
  889. trail3arm.MaxLength = 0
  890. trail2arm.MinLength = 0
  891. trail3arm.MinLength = 0
  892.  
  893. --#----------#--
  894.  
  895. attachment0arm = Instance.new("Attachment",player.Character["Left Arm"])
  896. attachment0arm.Name = "Attachment0"
  897. attachment1arm = Instance.new("Attachment",player.Character["Left Arm"])
  898. attachment1arm.Name = "Attachment1"
  899. attachment2arm = Instance.new("Attachment",player.Character["Left Arm"])
  900. attachment2arm.Name = "Attachment2"
  901. attachment3arm = Instance.new("Attachment",player.Character["Left Arm"])
  902. attachment3arm.Name = "Attachment3"
  903.  
  904. attachment0arm.Position = Vector3.new(0.5, -1, 0.5)
  905. attachment1arm.Position = Vector3.new(-0.5, -0.7, -0.5)
  906. attachment2arm.Position = Vector3.new(-0.5, -0.7, 0.5)
  907. attachment3arm.Position = Vector3.new(0.5, -1, -0.5)
  908.  
  909. trail0arm = Instance.new("Trail",player.Character["Left Arm"])
  910. trail0arm.Name = "Trail0"
  911. trail1arm = Instance.new("Trail",player.Character["Left Arm"])
  912. trail1arm.Name = "Trail1"
  913.  
  914. trail0arm.Attachment0 = attachment0arm
  915. trail0arm.Attachment1 = attachment1arm
  916. trail1arm.Attachment0 = attachment2arm
  917. trail1arm.Attachment1 = attachment3arm
  918.  
  919. trail0arm.Lifetime = 0.15
  920. trail1arm.Lifetime = 0.15
  921.  
  922. trail0arm.Color = ColorSequence.new(ColorArray)
  923. trail1arm.Color = ColorSequence.new(ColorArray)
  924. trail0arm.Transparency = NumberSequence.new({
  925. NumberSequenceKeypoint.new(0, 0.5, 0),
  926. NumberSequenceKeypoint.new(1, 1, 0)
  927. })
  928. trail1arm.Transparency = NumberSequence.new({
  929. NumberSequenceKeypoint.new(0, 0.5, 0),
  930. NumberSequenceKeypoint.new(1, 1, 0)
  931. })
  932.  
  933. trail0arm.MaxLength = 0
  934. trail1arm.MaxLength = 0
  935. trail0arm.MinLength = 0
  936. trail1arm.MinLength = 0
  937.  
  938. --#--------------------#--
  939.  
  940. ff = Instance.new("ForceField", player.Character)
  941. ff.Visible = false
  942.  
  943.  
  944. player.Character.Humanoid.MaxHealth = math.huge
  945. while true do
  946. wait()
  947. player.Character.Humanoid.Health = math.huge
  948. game.Lighting.TimeOfDay = 14
  949.  
  950. if char.Humanoid.PlatformStand == true then
  951. char.Humanoid.PlatformStand = false
  952. end
  953. if char.Torso.Anchored == true then
  954. char.Torso.Anchored = false
  955. end
  956. if char.HumanoidRootPart.Anchored == true then
  957. char.HumanoidRootPart.Anchored = false
  958. end
  959. if char.Head.Anchored == true then
  960. char.Head.Anchored = false
  961. end
  962. if char["Right Arm"].Anchored == true then
  963. char["Right Arm"].Anchored = false
  964. end
  965. if char["Left Arm"].Anchored == true then
  966. char["Left Arm"].Anchored = false
  967. end
  968. if char["Right Leg"].Anchored == true then
  969. char["Right Leg"].Anchored = false
  970. end
  971. if char["Left Leg"].Anchored == true then
  972. char["Left Leg"].Anchored = false
  973. end
  974. end
Add Comment
Please, Sign In to add comment