Advertisement
zed_isJayTheLionJR

DP

Jun 23rd, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.34 KB | None | 0 0
  1. local ContentProvider = game:GetService("ContentProvider")
  2.  
  3. local function LoadAssets(AssetList)
  4. -- Takes an asset list and preloads it. Will not wait for them to load.
  5.  
  6. for _, AssetId in pairs(AssetList) do
  7. ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
  8. end
  9. end
  10.  
  11. LoadAssets({11442510,30956707})
  12. local Gibs = game.Workspace
  13.  
  14. function Kill(Character)
  15. Character.Humanoid.Health = 0
  16. local poo = Instance.new("IntValue",Character)
  17. poo.Name = "haha nope"
  18. local svch = Character
  19. local hum = Character:findFirstChild("Humanoid")
  20. Character.Archivable = true
  21. local chrclone = Character:clone()
  22. Character.Archivable = false
  23.  
  24. local ch = chrclone:GetChildren()
  25. local i
  26. for i = 1,#ch do
  27. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
  28. ch[i]:remove()
  29. end
  30. end
  31. local function Scan(ch)
  32. local e
  33. for e = 1,#ch do
  34. Scan(ch[e]:GetChildren())
  35. if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
  36. ch[e]:remove()
  37. end
  38. end
  39. end
  40. Scan(chrclone:GetChildren())
  41.  
  42. local hum2 = chrclone:findFirstChild("Humanoid")
  43.  
  44.  
  45. if hum2 ~= nil then
  46. hum2.Name = "Humanoid2"
  47. hum2.PlatformStand = true
  48. hum2.Sit = true
  49. hum2.MaxHealth = 0
  50. hum2.Health = 0
  51. end
  52.  
  53. local ch = Character:GetChildren()
  54. local i
  55. for i = 1,#ch do
  56. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  57. ch[i]:remove()
  58. end
  59. end
  60.  
  61. wait(0.2)
  62.  
  63. local ch = Character:GetChildren()
  64. local i
  65. for i = 1,#ch do
  66. if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  67. ch[i]:remove()
  68. end
  69. end
  70. Character = chrclone
  71. local Torso = Character.Torso
  72. local movevector = Vector3.new()
  73.  
  74. if Torso then
  75. local Head = Character:FindFirstChild("Head")
  76. local Limb = Character:FindFirstChild("Right Arm")
  77. if Limb then
  78.  
  79. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  80. local Joint = Instance.new("Glue")
  81. Joint.Name = "RightShoulder"
  82. Joint.Part0 = Torso
  83. Joint.Part1 = Limb
  84. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  85. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  86. Joint.Parent = Torso
  87.  
  88. local B = Instance.new("Part")
  89. B.TopSurface = 0
  90. B.BottomSurface = 0
  91. B.formFactor = "Symmetric"
  92. B.Size = Vector3.new(1, 1, 1)
  93. B.Transparency = 1
  94. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  95. B.Parent = Character
  96. local W = Instance.new("Weld")
  97. W.Part0 = Limb
  98. W.Part1 = B
  99. W.C0 = CFrame.new(0, -0.5, 0)
  100. W.Parent = Limb
  101.  
  102. end
  103. local Limb = Character:FindFirstChild("Left Arm")
  104. if Limb then
  105.  
  106. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  107. local Joint = Instance.new("Glue")
  108. Joint.Name = "LeftShoulder"
  109. Joint.Part0 = Torso
  110. Joint.Part1 = Limb
  111. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  112. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  113. Joint.Parent = Torso
  114.  
  115. local B = Instance.new("Part")
  116. B.TopSurface = 0
  117. B.BottomSurface = 0
  118. B.formFactor = "Symmetric"
  119. B.Size = Vector3.new(1, 1, 1)
  120. B.Transparency = 1
  121. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  122. B.Parent = Character
  123. local W = Instance.new("Weld")
  124. W.Part0 = Limb
  125. W.Part1 = B
  126. W.C0 = CFrame.new(0, -0.5, 0)
  127. W.Parent = Limb
  128.  
  129. end
  130. local Limb = Character:FindFirstChild("Right Leg")
  131. if Limb then
  132.  
  133. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  134. local Joint = Instance.new("Glue")
  135. Joint.Name = "RightHip"
  136. Joint.Part0 = Torso
  137. Joint.Part1 = Limb
  138. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  139. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  140. Joint.Parent = Torso
  141.  
  142. local B = Instance.new("Part")
  143. B.TopSurface = 0
  144. B.BottomSurface = 0
  145. B.formFactor = "Symmetric"
  146. B.Size = Vector3.new(1, 1, 1)
  147. B.Transparency = 1
  148. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  149. B.Parent = Character
  150. local W = Instance.new("Weld")
  151. W.Part0 = Limb
  152. W.Part1 = B
  153. W.C0 = CFrame.new(0, -0.5, 0)
  154. W.Parent = Limb
  155.  
  156. end
  157. local Limb = Character:FindFirstChild("Left Leg")
  158. if Limb then
  159.  
  160. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  161. local Joint = Instance.new("Glue")
  162. Joint.Name = "LeftHip"
  163. Joint.Part0 = Torso
  164. Joint.Part1 = Limb
  165. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  166. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  167. Joint.Parent = Torso
  168.  
  169. local B = Instance.new("Part")
  170. B.TopSurface = 0
  171. B.BottomSurface = 0
  172. B.formFactor = "Symmetric"
  173. B.Size = Vector3.new(1, 1, 1)
  174. B.Transparency = 1
  175. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  176. B.Parent = Character
  177. local W = Instance.new("Weld")
  178. W.Part0 = Limb
  179. W.Part1 = B
  180. W.C0 = CFrame.new(0, -0.5, 0)
  181. W.Parent = Limb
  182.  
  183. end
  184. --[
  185. local Bar = Instance.new("Part")
  186. Bar.TopSurface = 0
  187. Bar.BottomSurface = 0
  188. Bar.formFactor = "Symmetric"
  189. Bar.Size = Vector3.new(1, 1, 1)
  190. Bar.Transparency = 1
  191. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  192. Bar.Parent = Character
  193. local Weld = Instance.new("Weld")
  194. Weld.Part0 = Torso
  195. Weld.Part1 = Bar
  196. Weld.C0 = CFrame.new(0, 0.5, 0)
  197. Weld.Parent = Torso
  198. --]]
  199. end
  200. Character.Parent = Gibs
  201. game.Debris:AddItem(Character, 12)
  202. if movevector ~= Vector3.new() then
  203. for i = 1,10 do
  204. wait()
  205. Torso.Velocity = Vector3.new(0,0,-100)
  206. Head.Velocity = movevector * 200
  207. end
  208. end
  209. local duh = Torso
  210. ee = Instance.new("Part")
  211. ee.Anchored = false
  212. ee.CanCollide = false
  213. ee.Parent = duh
  214. ee.Transparency =1
  215. ee.Size = Vector3.new(0.15, 0.15, 0.15)
  216. wee = Instance.new("Weld")
  217. wee.Parent = duh
  218. wee.Part0 = duh
  219. wee.Part1 = ee
  220. wee.C0 = CFrame.new(0, 1, 0)
  221. ge = Instance.new('ParticleEmitter')
  222. ge.Parent = ee
  223. ge.Texture = "rbxassetid://29712167"
  224. ge.Size = NumberSequence.new(0.2,0.05)
  225. ge.Acceleration = Vector3.new(0, -20, 0)
  226. ge.Rate = 100000
  227. ge.Speed = NumberRange.new(7,8)
  228. ge.Lifetime = NumberRange.new(3,4)
  229. ge.VelocitySpread = 10
  230. ge.VelocityInheritance = 0.3
  231. ea = Instance.new("Part")
  232. ea.Anchored = false
  233. ea.CanCollide = false
  234. ea.Parent = Character.Head
  235. ea.Transparency =1
  236. ea.Size = Vector3.new(0.15, 0.15, 0.15)
  237. wea = Instance.new("Weld")
  238. wea.Parent = Character.Head
  239. wea.Part0 = Character.Head
  240. wea.Part1 = ea
  241. wea.C0 = CFrame.new(0, -0.7, 0)
  242. ga = Instance.new('ParticleEmitter')
  243. ga.Parent = ea
  244. ga.Texture = "rbxassetid://29712167"
  245. ga.Size = NumberSequence.new(0.2,0.05)
  246. ga.Acceleration = Vector3.new(0, -20, 0)
  247. ga.Rate = 100000
  248. ga.Speed = NumberRange.new(7,8)
  249. ga.Lifetime = NumberRange.new(3,4)
  250. ga.VelocitySpread = 10
  251. ga.VelocityInheritance = 0.3
  252. ga.EmissionDirection = Enum.NormalId.Bottom
  253. end
  254.  
  255. local plr = game.Players.LocalPlayer
  256. local chr = plr.Character
  257. local mouse = plr:GetMouse()
  258. local intro = coroutine.wrap(function()
  259. local gui = Instance.new('ScreenGui',plr.PlayerGui)
  260. gui.Name = "Intro"
  261. local fr = Instance.new('Frame',gui)
  262. fr.Size = UDim2.new(0.4,0,0,0)
  263. fr.Position = UDim2.new(0.3,0,-0.1,0)
  264. fr.BorderColor3 = Color3.fromRGB(198, 45, 45)
  265. fr.BorderSizePixel = 5
  266. fr.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  267. local title = Instance.new('TextLabel',fr)
  268. title.Size = UDim2.new(1,0,0.4,0)
  269. title.Position = UDim2.new(0,0,0.1,0)
  270. title.BackgroundTransparency = 1
  271. title.TextColor3 = Color3.fromRGB(198, 45, 45)
  272. title.TextScaled = true
  273. title.Text = 'Deadpool Script'
  274. local desc = Instance.new('TextLabel',fr)
  275. desc.Size = UDim2.new(1,0,0.5,0)
  276. desc.Position = UDim2.new(0,0,0.5,0)
  277. desc.BackgroundTransparency = 1
  278. desc.TextColor3 = Color3.fromRGB(198, 45, 45)
  279. desc.TextScaled = true
  280. desc.Text = ''
  281. wait(1)
  282. fr:TweenSize(UDim2.new(0.4,0,0.5,0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,2)
  283. wait(2)
  284. local str = 'Hotkey to equip katana is N. Use Z to stab and X to slice heads off. Created by mustardfoot.'
  285. local leng = string.len(str)
  286. for i = 1,leng do
  287. desc.Text = string.sub(str,1,i)
  288. wait()
  289. end
  290. wait(2)
  291. fr:TweenSize(UDim2.new(0.4,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,0.8)
  292. wait(2)
  293. gui:Destroy()
  294. end)
  295. intro()
  296.  
  297.  
  298. wait(2)
  299. local tors = chr.Torso
  300. chr.Head.Transparency = 1
  301. for i,v in pairs(chr:GetChildren()) do
  302. if v.ClassName == "CharacterMesh" then
  303. v:Destroy()
  304. end
  305. end
  306. local humroot = chr.HumanoidRootPart:Clone()
  307. local torsclone = tors:Clone()
  308. local anim = chr.Animate:Clone()
  309. local hum = chr.Humanoid:Clone()
  310. local head = chr.Head:Clone()
  311. local neck = chr.Torso.Neck:Clone()
  312. local rightarm = chr["Right Arm"]:Clone()
  313. local leftarm = chr["Left Arm"]:Clone()
  314. local leftleg = chr["Left Leg"]:Clone()
  315. local rightleg = chr["Right Leg"]:Clone()
  316. local rightshoulder = tors["Right Shoulder"]:Clone()
  317. local leftshoulder = tors["Left Shoulder"]:Clone()
  318. local righthip = tors["Right Hip"]:Clone()
  319. local lefthip = tors["Left Hip"]:Clone()
  320. local shirt = nil
  321. local pants = nil
  322. local hats = {}
  323. local lastpos = CFrame.new(0,0,0)
  324. local on = true
  325. local doing = false
  326. local stabbing = false
  327. local slicing = false
  328. local toolz = Instance.new('Tool',plr.Backpack)
  329. toolz.Name = "Katana"
  330. toolz.RequiresHandle = false
  331. toolz.CanBeDropped = false
  332. local partz = Instance.new('Part',toolz)
  333. partz.Size = Vector3.new(0.2,0.2,3)
  334. partz.CanCollide = false
  335. local meshz = Instance.new('SpecialMesh',partz)
  336. meshz.MeshId = 'rbxassetid://11442510'
  337. meshz.TextureId = 'rbxassetid://30956707'
  338. meshz.VertexColor = Vector3.new(0,0,0)
  339.  
  340. toolz.Equipped:connect(function(mouse)
  341. if chr:FindFirstChild('Right Arm') then
  342. local weld = Instance.new('Weld',partz)
  343. weld.Part0 = partz
  344. weld.Part1 = chr["Right Arm"]
  345. weld.C0 = CFrame.new(0.9,0,-1.25)*CFrame.Angles(math.pi,0,-math.pi/2)
  346. end
  347. mouse.KeyDown:connect(function(key)
  348. if doing == false then
  349. if key == 'z' then
  350. if chr:FindFirstChild('Right Arm') and chr:FindFirstChild('Torso') then
  351. doing = true
  352. local weld = Instance.new('Weld',chr["Right Arm"])
  353. weld.Part0 = chr["Right Arm"]
  354. weld.Part1 = chr.Torso
  355. weld.C0 = CFrame.new(-1.5,0,0)
  356. for i=1,25 do
  357. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,1,0.9)*CFrame.Angles(math.pi/2.5,0,-math.pi/2.5),i/25)
  358. wait()
  359. end
  360. wait()
  361. stabbing = true
  362. for i=1,10 do
  363. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0.8,0)*CFrame.Angles(-math.pi/4,0,-math.pi/6),i/10)
  364. wait()
  365. end
  366. wait()
  367. for i=1,25 do
  368. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i/25)
  369. wait()
  370. end
  371. chr["Right Arm"]:Destroy()
  372. doing = false
  373. stabbing = false
  374. end
  375. elseif key == 'x' then
  376. if chr:FindFirstChild('Right Arm') and chr:FindFirstChild('Torso') then
  377. doing = true
  378. local weld = Instance.new('Weld',chr["Right Arm"])
  379. weld.Part0 = chr["Right Arm"]
  380. weld.Part1 = chr.Torso
  381. weld.C0 = CFrame.new(-1.5,0,0)
  382. for i=1,25 do
  383. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,0.7,-0.5)*CFrame.Angles(math.pi/8,math.pi/1,math.pi/1.5),i/25)
  384. wait()
  385. end
  386. wait()
  387. slicing = true
  388. for i=1,5 do
  389. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0.8,0)*CFrame.Angles(-math.pi/8,0,-math.pi/4),i/5)
  390. wait()
  391. end
  392. wait()
  393. for i=1,12.5 do
  394. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i/12.5)
  395. wait()
  396. end
  397. chr["Right Arm"]:Destroy()
  398. doing = false
  399. slicing = false
  400. end
  401. end
  402. end
  403. end)
  404. end)
  405.  
  406. partz.Touched:connect(function(hit)
  407. if hit.Parent:FindFirstChild('Humanoid') and stabbing and hit.Parent ~= chr then
  408. hit.Parent.Humanoid.Health = 0
  409. elseif hit.Parent:FindFirstChild('heck') == nil and slicing then
  410. local he = Instance.new('IntValue',hit.Parent)
  411. he.Name = "heck"
  412. Kill(hit.Parent)
  413. end
  414. end)
  415.  
  416. toolz.Unequipped:connect(function(mouse)
  417. if partz:FindFirstChildOfClass('Weld') then
  418. partz:FindFirstChildOfClass('Weld'):Destroy()
  419. end
  420. end)
  421. toolz.AncestryChanged:connect(function(child, parent)
  422. if parent ~= chr and parent ~= plr.Backpack then
  423. wait()
  424. toolz.Parent = plr.Backpack
  425. end
  426. end)
  427.  
  428. mouse.KeyDown:connect(function(key)
  429. if key == "n" then
  430. wait()
  431. toolz:Equip()
  432. end
  433. end)
  434. if chr:FindFirstChildOfClass('Shirt') then
  435. shirt = chr:FindFirstChildOfClass('Shirt'):Clone()
  436. end
  437. if chr:FindFirstChildOfClass('Pants') then
  438. pants = chr:FindFirstChildOfClass('Pants'):Clone()
  439. end
  440. for i,v in pairs(chr:GetChildren()) do
  441. if v.ClassName == "Accessory" then
  442. table.insert(hats,v:Clone())
  443. end
  444. end
  445. local rootjoint = chr.HumanoidRootPart.RootJoint:Clone()
  446. chr.Humanoid:Destroy()
  447. local gui = Instance.new('ScreenGui')
  448. gui.Parent = game.Players.LocalPlayer.PlayerGui
  449. gui.Name = "Deadpool"
  450. gui.ResetOnSpawn = false
  451. local frame = Instance.new('Frame',gui)
  452. frame.Size = UDim2.new(0.2,0,0.2,0)
  453. frame.Position = UDim2.new(0,0,0.9,0)
  454. frame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  455. frame.BorderSizePixel = 4
  456. frame.BorderColor3 = Color3.fromRGB(198, 45, 45)
  457. frame.Active = true
  458. frame.Draggable = true
  459. local txt = Instance.new('TextLabel',frame)
  460. txt.Text = "Demon Gui"
  461. txt.TextColor3 = Color3.fromRGB(198, 45, 45)
  462. txt.Size = UDim2.new(1,0,0.3,0)
  463. txt.TextScaled = true
  464. txt.BackgroundTransparency = 1
  465. local but = Instance.new('TextButton',frame)
  466. but.Text = "Toggle Suit"
  467. but.TextColor3 = Color3.fromRGB(38, 38, 38)
  468. but.Size = UDim2.new(0.7,0,0.3,0)
  469. but.Position = UDim2.new(0.15,0,0.5,0)
  470. but.BorderSizePixel = 0
  471. but.TextScaled = true
  472. but.BackgroundColor3 = Color3.fromRGB(198, 45, 45)
  473. but.MouseButton1Down:connect(function()
  474. on = not on
  475. end)
  476. game:GetService('RunService').Stepped:connect(function()
  477. if chr.Parent == nil then
  478. chr.RobloxLocked = false
  479. chr.Parent = game.Workspace
  480. end
  481. if chr:FindFirstChildOfClass('Humanoid') == nil then
  482. hum:Clone().Parent = chr
  483. chr.Animate:Destroy()
  484. anim:Clone().Parent = chr
  485. end
  486. if chr:FindFirstChild('HumanoidRootPart') == nil then
  487. humroot:Clone().Parent = chr
  488. humroot.CFrame = lastpos
  489. chr.Humanoid:Destroy()
  490. hum:Clone().Parent = chr
  491. chr.Animate:Destroy()
  492. anim:Clone().Parent = chr
  493. chr.HumanoidRootPart.RootJoint:Destroy()
  494. end
  495. if chr:FindFirstChild('Torso') == nil then
  496. chr.Humanoid:Destroy()
  497. local tor = tors:Clone()
  498. tor.Parent = chr
  499. hum:Clone().Parent = chr
  500. chr.Animate:Destroy()
  501. anim:Clone().Parent = chr
  502. end
  503. if chr.HumanoidRootPart:FindFirstChild('RootJoint') == nil then
  504. local rtj = rootjoint:Clone()
  505. rtj.Parent = chr.HumanoidRootPart
  506. rtj.Part0 = chr.HumanoidRootPart
  507. rtj.Part1 = chr.Torso
  508. end
  509. if chr:FindFirstChild('Head') == nil then
  510. chr.Humanoid:Destroy()
  511. head:Clone().Parent = chr
  512. hum:Clone().Parent = chr
  513. chr.Animate:Destroy()
  514. anim:Clone().Parent = chr
  515. end
  516. if chr.Torso:FindFirstChild('Neck') == nil then
  517. chr.Humanoid:Destroy()
  518. local hec = neck:Clone()
  519. hec.Parent = chr.Torso
  520. hec.Part0 = chr.Torso
  521. hec.Part1 = chr.Head
  522. hum:Clone().Parent = chr
  523. chr.Animate:Destroy()
  524. anim:Clone().Parent = chr
  525. end
  526. if chr:FindFirstChild('Right Leg') == nil then
  527. rightleg:Clone().Parent = chr
  528. local fi = righthip:Clone()
  529. fi.Parent = chr.Torso
  530. fi.Part0 = chr.Torso
  531. fi.Part1 = chr["Right Leg"]
  532. end
  533. if chr:FindFirstChild('Right Arm') == nil then
  534. rightarm:Clone().Parent = chr
  535. local fi = rightshoulder:Clone()
  536. fi.Parent = chr.Torso
  537. fi.Part0 = chr.Torso
  538. fi.Part1 = chr["Right Arm"]
  539. end
  540. if chr:FindFirstChild('Left Leg') == nil then
  541. leftleg:Clone().Parent = chr
  542. local fi = lefthip:Clone()
  543. fi.Parent = chr.Torso
  544. fi.Part0 = chr.Torso
  545. fi.Part1 = chr["Left Leg"]
  546. end
  547. if chr:FindFirstChild('Left Arm') == nil then
  548. leftarm:Clone().Parent = chr
  549. local fi = leftshoulder:Clone()
  550. fi.Parent = chr.Torso
  551. fi.Part0 = chr.Torso
  552. fi.Part1 = chr["Left Arm"]
  553. end
  554. for i,v in pairs(chr:GetChildren()) do
  555. if v.Name == "Mask" or v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" or v.Name == "KatanaHolder" then
  556. v:Destroy()
  557. end
  558. end
  559. chr.Humanoid.Health = chr.Humanoid.MaxHealth
  560. if partz:FindFirstChild('Weld') == nil and toolz.Parent == chr then
  561. local weld = Instance.new('Weld',partz)
  562. weld.Part0 = partz
  563. weld.Part1 = chr["Right Arm"]
  564. weld.C0 = CFrame.new(0.9,0,-1.25)*CFrame.Angles(math.pi,0,-math.pi/2)
  565. end
  566. lastpos = chr.HumanoidRootPart.CFrame
  567. local kat = Instance.new('Part',chr)
  568. kat.Size = Vector3.new(0,0,0)
  569. kat.Name = "KatanaHolder"
  570. kat.Material = Enum.Material.SmoothPlastic
  571. kat.BrickColor = BrickColor.new('Really black')
  572. kat.CanCollide = false
  573. local we = Instance.new('Weld',kat)
  574. we.Part0 = kat
  575. we.Part1 = chr.Torso
  576. we.C0 = CFrame.new(0,0,-0.5)*CFrame.Angles(0,0,0.5)
  577. if on == true then
  578. local shirt = Instance.new('Shirt',chr)
  579. shirt.ShirtTemplate = 'rbxassetid://573058497'
  580. local pants = Instance.new('Pants',chr)
  581. pants.PantsTemplate = 'rbxassetid://241076033'
  582. else
  583. chr.Head.Transparency = 0
  584. if shirt ~= nil then
  585. shirt:Clone().Parent = chr
  586. end
  587. if pants ~= nil then
  588. pants:Clone().Parent = chr
  589. end
  590. for i,v in pairs(hats) do
  591. v:Clone().Parent = chr
  592. end
  593. end
  594. end)
  595.  
  596. --By zed_isJayTheLionJR
  597. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  598. sound.SoundId = ""
  599. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  600. mouse = game.Players.LocalPlayer:GetMouse()
  601. function key(key)
  602. key = key:lower()
  603. if key == "" then
  604. for i = 1,5 do
  605. wait(0.01)
  606. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  607. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  608. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  609. end
  610. sound:Play()
  611. local hit = Instance.new("Explosion", plr["Right Arm"])
  612. hit.Position = plr["Right Arm"].Position
  613. hit.Visible = false
  614. hit.BlastPressure = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  615. hit.BlastRadius = 25
  616. wait(0.05)
  617. for i = 1,5 do
  618. wait(0.01)
  619. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  620. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  621. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  622. end
  623. hit:destroy()
  624. end
  625. if key == "" then
  626. for i = 1,5 do
  627. wait(0.01)
  628. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  629. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  630. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  631. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  632. sound.PlaybackSpeed = 40
  633. end
  634. sound:Play()
  635. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  636. hit1.Position = plr["Right Leg"].Position
  637. hit1.Visible = false
  638. hit1.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  639. hit1.BlastRadius = 25
  640. wait(0.1)
  641. for i = 1,5 do
  642. wait(0.01)
  643. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  644. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  645. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  646. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  647. end
  648. sound.PlaybackSpeed = 1
  649. hit1:destory()
  650. end
  651. if key == "" then
  652. for i = 1,5 do
  653. wait(0.01)
  654. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  655. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  656. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  657. end
  658. sound:Play()
  659. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  660. hit2.Position = plr["Left Arm"].Position
  661. hit2.Visible = false
  662. hit2.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  663. hit2.BlastRadius = 25
  664. wait(0.05)
  665. for i = 1,5 do
  666. wait(0.01)
  667. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  668. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  669. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  670. end
  671. hit2:destroy()
  672. end
  673. end
  674. mouse.KeyDown:connect(key)
  675. plr = game.Players.LocalPlayer.Character
  676. sound1 = Instance.new("Sound", plr.Head)
  677. sound1.SoundId = "rbxassetid://1886807966"
  678. sound1:Play()
  679. sound1.Looped = false
  680. sound1.Volume = 1000
  681. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  682. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  683. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  684. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  685. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  686. while true do
  687. wait(0.01)
  688. for i = 1,2 do
  689. wait(0.05)
  690. plr = game.Players.LocalPlayer.Character
  691. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  692. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  693. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  694. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  695. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  696. end
  697. for i = 1,2 do
  698. wait(0.05)
  699. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  700. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  701. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  702. plr = game.Players.LocalPlayer.Character
  703. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  704. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  705. end
  706. for i = 1,3 do
  707. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  708. wait(0.05)
  709. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  710. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  711. plr = game.Players.LocalPlayer.Character
  712. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  713. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  714. end
  715. wait(1)
  716. -------------------------------------------------------------------------------------------------------
  717. for i = 1,3 do
  718. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  719. wait(0.05)
  720. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  721. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  722. plr = game.Players.LocalPlayer.Character
  723. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  724. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  725.  
  726. end
  727. for i = 1,2 do
  728. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  729. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  730. wait(0.05)
  731. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  732. plr = game.Players.LocalPlayer.Character
  733. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  734. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  735.  
  736. end
  737. for i = 1,2 do
  738. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  739. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  740. wait(0.05)
  741. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  742. plr = game.Players.LocalPlayer.Character
  743. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  744. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  745. game.Workspace.JayTheLionJR.Humanoid.WalkSpeed = 170
  746. --By zed_isJayTheLionJR
  747. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  748. sound.SoundId = "rbxassetid://1886807966"
  749. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  750. mouse = game.Players.LocalPlayer:GetMouse()
  751. function key(key)
  752. key = key:lower()
  753. if key == "" then
  754. for i = 1,5 do
  755. wait(0.01)
  756. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  757. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  758. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  759. end
  760. sound:Play()
  761. local hit = Instance.new("Explosion", plr["Right Arm"])
  762. hit.Position = plr["Right Arm"].Position
  763. hit.Visible = false
  764. hit.BlastPressure = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  765. hit.BlastRadius = 25
  766. wait(0.05)
  767. for i = 1,5 do
  768. wait(0.01)
  769. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  770. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  771. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  772. end
  773. hit:destroy()
  774. end
  775. if key == "" then
  776. for i = 1,5 do
  777. wait(0.01)
  778. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  779. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  780. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  781. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  782. sound.PlaybackSpeed = 40
  783. end
  784. sound:Play()
  785. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  786. hit1.Position = plr["Right Leg"].Position
  787. hit1.Visible = false
  788. hit1.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  789. hit1.BlastRadius = 25
  790. wait(0.1)
  791. for i = 1,5 do
  792. wait(0.01)
  793. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  794. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  795. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  796. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  797. end
  798. sound.PlaybackSpeed = 1
  799. hit1:destory()
  800. end
  801. if key == "r" then
  802. for i = 1,5 do
  803. wait(0.01)
  804. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  805. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  806. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  807. end
  808. sound:Play()
  809. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  810. hit2.Position = plr["Left Arm"].Position
  811. hit2.Visible = false
  812. hit2.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  813. hit2.BlastRadius = 25
  814. wait(0.05)
  815. for i = 1,5 do
  816. wait(0.01)
  817. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  818. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  819. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  820. end
  821. hit2:destroy()
  822. end
  823. end
  824. mouse.KeyDown:connect(key)
  825. plr = game.Players.LocalPlayer.Character
  826. sound1 = Instance.new("Sound", plr.Head)
  827. sound1.SoundId = ""
  828. sound1:Play()
  829. sound1.Looped = false
  830. sound1.Volume = 10
  831. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  832. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  833. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  834. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  835. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  836. while true do
  837. wait(0.01)
  838. for i = 1,2 do
  839. wait(0.05)
  840. plr = game.Players.LocalPlayer.Character
  841. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  842. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  843. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  844. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  845. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  846. end
  847. for i = 1,2 do
  848. wait(0.05)
  849. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  850. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  851. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  852. plr = game.Players.LocalPlayer.Character
  853. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  854. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  855. end
  856. for i = 1,3 do
  857. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  858. wait(0.05)
  859. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  860. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  861. plr = game.Players.LocalPlayer.Character
  862. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  863. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  864. end
  865. wait(1)
  866. -------------------------------------------------------------------------------------------------------
  867. for i = 1,3 do
  868. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  869. wait(0.05)
  870. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  871. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  872. plr = game.Players.LocalPlayer.Character
  873. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  874. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  875.  
  876. end
  877. for i = 1,2 do
  878. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  879. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  880. wait(0.05)
  881. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  882. plr = game.Players.LocalPlayer.Character
  883. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  884. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  885.  
  886. end
  887. for i = 1,2 do
  888. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  889. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  890. wait(0.05)
  891. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  892. plr = game.Players.LocalPlayer.Character
  893. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  894. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  895. game.Workspace.JayTheLionJR.Humanoid.WalkSpeed = 80
  896. p = game.Players.LocalPlayer
  897. char = p.Character
  898. des = false
  899. fling = true
  900. dot = false
  901. falling = false
  902. jump = true
  903. char.Shirt:Remove()
  904. for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  905. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  906. wait()shirt = Instance.new("Shirt", char)
  907. shirt.Name = "Shirt"
  908. pants = Instance.new("Pants", char)
  909. pants.Name = "Pants"
  910.  
  911. char.Shirt.ShirtTemplate = "rbxassetid://781044474"
  912. char.Pants.PantsTemplate = "rbxassetid://814941350"
  913. tp = true
  914. shoot = true
  915. hum = char.Humanoid
  916. punch = true
  917. neckp = char.Torso.Neck.C0
  918. neck = char.Torso.Neck
  919. hum.MaxHealth = 9e999
  920. wait()
  921. hum.Health =hum.MaxHealth
  922. des = false
  923. root=char.HumanoidRootPart
  924. torso = char.Torso
  925. char.Head.face.Texture = "rbxassetid://332768867"
  926. end
  927. end
  928. end
  929. end
  930.  
  931. local ContentProvider = game:GetService("ContentProvider")
  932.  
  933. local function LoadAssets(AssetList)
  934. -- Takes an asset list and preloads it. Will not wait for them to load.
  935.  
  936. for _, AssetId in pairs(AssetList) do
  937. ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
  938. end
  939. end
  940.  
  941. LoadAssets({11442510,30956707})
  942. local Gibs = game.Workspace
  943.  
  944. function Kill(Character)
  945. Character.Humanoid.Health = 0
  946. local poo = Instance.new("IntValue",Character)
  947. poo.Name = "haha nope"
  948. local svch = Character
  949. local hum = Character:findFirstChild("Humanoid")
  950. Character.Archivable = true
  951. local chrclone = Character:clone()
  952. Character.Archivable = false
  953.  
  954. local ch = chrclone:GetChildren()
  955. local i
  956. for i = 1,#ch do
  957. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
  958. ch[i]:remove()
  959. end
  960. end
  961. local function Scan(ch)
  962. local e
  963. for e = 1,#ch do
  964. Scan(ch[e]:GetChildren())
  965. if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
  966. ch[e]:remove()
  967. end
  968. end
  969. end
  970. Scan(chrclone:GetChildren())
  971.  
  972. local hum2 = chrclone:findFirstChild("Humanoid")
  973.  
  974.  
  975. if hum2 ~= nil then
  976. hum2.Name = "Humanoid2"
  977. hum2.PlatformStand = true
  978. hum2.Sit = true
  979. hum2.MaxHealth = 0
  980. hum2.Health = 0
  981. end
  982.  
  983. local ch = Character:GetChildren()
  984. local i
  985. for i = 1,#ch do
  986. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  987. ch[i]:remove()
  988. end
  989. end
  990.  
  991. wait(0.2)
  992.  
  993. local ch = Character:GetChildren()
  994. local i
  995. for i = 1,#ch do
  996. if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  997. ch[i]:remove()
  998. end
  999. end
  1000. Character = chrclone
  1001. local Torso = Character.Torso
  1002. local movevector = Vector3.new()
  1003.  
  1004. if Torso then
  1005. local Head = Character:FindFirstChild("Head")
  1006. local Limb = Character:FindFirstChild("Right Arm")
  1007. if Limb then
  1008.  
  1009. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  1010. local Joint = Instance.new("Glue")
  1011. Joint.Name = "RightShoulder"
  1012. Joint.Part0 = Torso
  1013. Joint.Part1 = Limb
  1014. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1015. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1016. Joint.Parent = Torso
  1017.  
  1018. local B = Instance.new("Part")
  1019. B.TopSurface = 0
  1020. B.BottomSurface = 0
  1021. B.formFactor = "Symmetric"
  1022. B.Size = Vector3.new(1, 1, 1)
  1023. B.Transparency = 1
  1024. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1025. B.Parent = Character
  1026. local W = Instance.new("Weld")
  1027. W.Part0 = Limb
  1028. W.Part1 = B
  1029. W.C0 = CFrame.new(0, -0.5, 0)
  1030. W.Parent = Limb
  1031.  
  1032. end
  1033. local Limb = Character:FindFirstChild("Left Arm")
  1034. if Limb then
  1035.  
  1036. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  1037. local Joint = Instance.new("Glue")
  1038. Joint.Name = "LeftShoulder"
  1039. Joint.Part0 = Torso
  1040. Joint.Part1 = Limb
  1041. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1042. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1043. Joint.Parent = Torso
  1044.  
  1045. local B = Instance.new("Part")
  1046. B.TopSurface = 0
  1047. B.BottomSurface = 0
  1048. B.formFactor = "Symmetric"
  1049. B.Size = Vector3.new(1, 1, 1)
  1050. B.Transparency = 1
  1051. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1052. B.Parent = Character
  1053. local W = Instance.new("Weld")
  1054. W.Part0 = Limb
  1055. W.Part1 = B
  1056. W.C0 = CFrame.new(0, -0.5, 0)
  1057. W.Parent = Limb
  1058.  
  1059. end
  1060. local Limb = Character:FindFirstChild("Right Leg")
  1061. if Limb then
  1062.  
  1063. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  1064. local Joint = Instance.new("Glue")
  1065. Joint.Name = "RightHip"
  1066. Joint.Part0 = Torso
  1067. Joint.Part1 = Limb
  1068. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1069. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1070. Joint.Parent = Torso
  1071.  
  1072. local B = Instance.new("Part")
  1073. B.TopSurface = 0
  1074. B.BottomSurface = 0
  1075. B.formFactor = "Symmetric"
  1076. B.Size = Vector3.new(1, 1, 1)
  1077. B.Transparency = 1
  1078. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1079. B.Parent = Character
  1080. local W = Instance.new("Weld")
  1081. W.Part0 = Limb
  1082. W.Part1 = B
  1083. W.C0 = CFrame.new(0, -0.5, 0)
  1084. W.Parent = Limb
  1085.  
  1086. end
  1087. local Limb = Character:FindFirstChild("Left Leg")
  1088. if Limb then
  1089.  
  1090. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  1091. local Joint = Instance.new("Glue")
  1092. Joint.Name = "LeftHip"
  1093. Joint.Part0 = Torso
  1094. Joint.Part1 = Limb
  1095. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1096. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1097. Joint.Parent = Torso
  1098.  
  1099. local B = Instance.new("Part")
  1100. B.TopSurface = 0
  1101. B.BottomSurface = 0
  1102. B.formFactor = "Symmetric"
  1103. B.Size = Vector3.new(1, 1, 1)
  1104. B.Transparency = 1
  1105. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1106. B.Parent = Character
  1107. local W = Instance.new("Weld")
  1108. W.Part0 = Limb
  1109. W.Part1 = B
  1110. W.C0 = CFrame.new(0, -0.5, 0)
  1111. W.Parent = Limb
  1112.  
  1113. end
  1114. --[
  1115. local Bar = Instance.new("Part")
  1116. Bar.TopSurface = 0
  1117. Bar.BottomSurface = 0
  1118. Bar.formFactor = "Symmetric"
  1119. Bar.Size = Vector3.new(1, 1, 1)
  1120. Bar.Transparency = 1
  1121. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  1122. Bar.Parent = Character
  1123. local Weld = Instance.new("Weld")
  1124. Weld.Part0 = Torso
  1125. Weld.Part1 = Bar
  1126. Weld.C0 = CFrame.new(0, 0.5, 0)
  1127. Weld.Parent = Torso
  1128. --]]
  1129. end
  1130. Character.Parent = Gibs
  1131. game.Debris:AddItem(Character, 12)
  1132. if movevector ~= Vector3.new() then
  1133. for i = 1,10 do
  1134. wait()
  1135. Torso.Velocity = Vector3.new(0,0,-100)
  1136. Head.Velocity = movevector * 200
  1137. end
  1138. end
  1139. local duh = Torso
  1140. ee = Instance.new("Part")
  1141. ee.Anchored = false
  1142. ee.CanCollide = false
  1143. ee.Parent = duh
  1144. ee.Transparency =1
  1145. ee.Size = Vector3.new(0.15, 0.15, 0.15)
  1146. wee = Instance.new("Weld")
  1147. wee.Parent = duh
  1148. wee.Part0 = duh
  1149. wee.Part1 = ee
  1150. wee.C0 = CFrame.new(0, 1, 0)
  1151. ge = Instance.new('ParticleEmitter')
  1152. ge.Parent = ee
  1153. ge.Texture = "rbxassetid://29712167"
  1154. ge.Size = NumberSequence.new(0.2,0.05)
  1155. ge.Acceleration = Vector3.new(0, -20, 0)
  1156. ge.Rate = 100000
  1157. ge.Speed = NumberRange.new(7,8)
  1158. ge.Lifetime = NumberRange.new(3,4)
  1159. ge.VelocitySpread = 10
  1160. ge.VelocityInheritance = 0.3
  1161. ea = Instance.new("Part")
  1162. ea.Anchored = false
  1163. ea.CanCollide = false
  1164. ea.Parent = Character.Head
  1165. ea.Transparency =1
  1166. ea.Size = Vector3.new(0.15, 0.15, 0.15)
  1167. wea = Instance.new("Weld")
  1168. wea.Parent = Character.Head
  1169. wea.Part0 = Character.Head
  1170. wea.Part1 = ea
  1171. wea.C0 = CFrame.new(0, -0.7, 0)
  1172. ga = Instance.new('ParticleEmitter')
  1173. ga.Parent = ea
  1174. ga.Texture = "rbxassetid://29712167"
  1175. ga.Size = NumberSequence.new(0.2,0.05)
  1176. ga.Acceleration = Vector3.new(0, -20, 0)
  1177. ga.Rate = 100000
  1178. ga.Speed = NumberRange.new(7,8)
  1179. ga.Lifetime = NumberRange.new(3,4)
  1180. ga.VelocitySpread = 10
  1181. ga.VelocityInheritance = 0.3
  1182. ga.EmissionDirection = Enum.NormalId.Bottom
  1183. end
  1184.  
  1185. local plr = game.Players.LocalPlayer
  1186. local chr = plr.Character
  1187. local mouse = plr:GetMouse()
  1188. local intro = coroutine.wrap(function()
  1189. local gui = Instance.new('ScreenGui',plr.PlayerGui)
  1190. gui.Name = "Intro"
  1191. local fr = Instance.new('Frame',gui)
  1192. fr.Size = UDim2.new(0.4,0,0,0)
  1193. fr.Position = UDim2.new(0.3,0,-0.1,0)
  1194. fr.BorderColor3 = Color3.fromRGB(198, 45, 45)
  1195. fr.BorderSizePixel = 5
  1196. fr.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  1197. local title = Instance.new('TextLabel',fr)
  1198. title.Size = UDim2.new(1,0,0.4,0)
  1199. title.Position = UDim2.new(0,0,0.1,0)
  1200. title.BackgroundTransparency = 1
  1201. title.TextColor3 = Color3.fromRGB(198, 45, 45)
  1202. title.TextScaled = true
  1203. title.Text = 'Deadpool Script'
  1204. local desc = Instance.new('TextLabel',fr)
  1205. desc.Size = UDim2.new(1,0,0.5,0)
  1206. desc.Position = UDim2.new(0,0,0.5,0)
  1207. desc.BackgroundTransparency = 1
  1208. desc.TextColor3 = Color3.fromRGB(198, 45, 45)
  1209. desc.TextScaled = true
  1210. desc.Text = ''
  1211. wait(1)
  1212. fr:TweenSize(UDim2.new(0.4,0,0.5,0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,2)
  1213. wait(2)
  1214. local str = 'Hotkey to equip katana is N. Use Z to stab and X to slice heads off. Created by mustardfoot.'
  1215. local leng = string.len(str)
  1216. for i = 1,leng do
  1217. desc.Text = string.sub(str,1,i)
  1218. wait()
  1219. end
  1220. wait(2)
  1221. fr:TweenSize(UDim2.new(0.4,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,0.8)
  1222. wait(2)
  1223. gui:Destroy()
  1224. end)
  1225. intro()
  1226.  
  1227.  
  1228. wait(2)
  1229. local tors = chr.Torso
  1230. chr.Head.Transparency = 1
  1231. for i,v in pairs(chr:GetChildren()) do
  1232. if v.ClassName == "CharacterMesh" then
  1233. v:Destroy()
  1234. end
  1235. end
  1236. local humroot = chr.HumanoidRootPart:Clone()
  1237. local torsclone = tors:Clone()
  1238. local anim = chr.Animate:Clone()
  1239. local hum = chr.Humanoid:Clone()
  1240. local head = chr.Head:Clone()
  1241. local neck = chr.Torso.Neck:Clone()
  1242. local rightarm = chr["Right Arm"]:Clone()
  1243. local leftarm = chr["Left Arm"]:Clone()
  1244. local leftleg = chr["Left Leg"]:Clone()
  1245. local rightleg = chr["Right Leg"]:Clone()
  1246. local rightshoulder = tors["Right Shoulder"]:Clone()
  1247. local leftshoulder = tors["Left Shoulder"]:Clone()
  1248. local righthip = tors["Right Hip"]:Clone()
  1249. local lefthip = tors["Left Hip"]:Clone()
  1250. local shirt = nil
  1251. local pants = nil
  1252. local hats = {}
  1253. local lastpos = CFrame.new(0,0,0)
  1254. local on = true
  1255. local doing = false
  1256. local stabbing = false
  1257. local slicing = false
  1258. local toolz = Instance.new('Tool',plr.Backpack)
  1259. toolz.Name = "Katana"
  1260. toolz.RequiresHandle = false
  1261. toolz.CanBeDropped = false
  1262. local partz = Instance.new('Part',toolz)
  1263. partz.Size = Vector3.new(0.2,0.2,3)
  1264. partz.CanCollide = false
  1265. local meshz = Instance.new('SpecialMesh',partz)
  1266. meshz.MeshId = 'rbxassetid://11442510'
  1267. meshz.TextureId = 'rbxassetid://30956707'
  1268. meshz.VertexColor = Vector3.new(0,0,0)
  1269.  
  1270. toolz.Equipped:connect(function(mouse)
  1271. if chr:FindFirstChild('Right Arm') then
  1272. local weld = Instance.new('Weld',partz)
  1273. weld.Part0 = partz
  1274. weld.Part1 = chr["Right Arm"]
  1275. weld.C0 = CFrame.new(0.9,0,-1.25)*CFrame.Angles(math.pi,0,-math.pi/2)
  1276. end
  1277. mouse.KeyDown:connect(function(key)
  1278. if doing == false then
  1279. if key == 'z' then
  1280. if chr:FindFirstChild('Right Arm') and chr:FindFirstChild('Torso') then
  1281. doing = true
  1282. local weld = Instance.new('Weld',chr["Right Arm"])
  1283. weld.Part0 = chr["Right Arm"]
  1284. weld.Part1 = chr.Torso
  1285. weld.C0 = CFrame.new(-1.5,0,0)
  1286. for i=1,25 do
  1287. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,1,0.9)*CFrame.Angles(math.pi/2.5,0,-math.pi/2.5),i/25)
  1288. wait()
  1289. end
  1290. wait()
  1291. stabbing = true
  1292. for i=1,10 do
  1293. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0.8,0)*CFrame.Angles(-math.pi/4,0,-math.pi/6),i/10)
  1294. wait()
  1295. end
  1296. wait()
  1297. for i=1,25 do
  1298. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i/25)
  1299. wait()
  1300. end
  1301. chr["Right Arm"]:Destroy()
  1302. doing = false
  1303. stabbing = false
  1304. end
  1305. elseif key == 'x' then
  1306. if chr:FindFirstChild('Right Arm') and chr:FindFirstChild('Torso') then
  1307. doing = true
  1308. local weld = Instance.new('Weld',chr["Right Arm"])
  1309. weld.Part0 = chr["Right Arm"]
  1310. weld.Part1 = chr.Torso
  1311. weld.C0 = CFrame.new(-1.5,0,0)
  1312. for i=1,25 do
  1313. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,0.7,-0.5)*CFrame.Angles(math.pi/8,math.pi/1,math.pi/1.5),i/25)
  1314. wait()
  1315. end
  1316. wait()
  1317. slicing = true
  1318. for i=1,5 do
  1319. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0.8,0)*CFrame.Angles(-math.pi/8,0,-math.pi/4),i/5)
  1320. wait()
  1321. end
  1322. wait()
  1323. for i=1,12.5 do
  1324. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i/12.5)
  1325. wait()
  1326. end
  1327. chr["Right Arm"]:Destroy()
  1328. doing = false
  1329. slicing = false
  1330. end
  1331. end
  1332. end
  1333. end)
  1334. end)
  1335.  
  1336. partz.Touched:connect(function(hit)
  1337. if hit.Parent:FindFirstChild('Humanoid') and stabbing and hit.Parent ~= chr then
  1338. hit.Parent.Humanoid.Health = 0
  1339. elseif hit.Parent:FindFirstChild('heck') == nil and slicing then
  1340. local he = Instance.new('IntValue',hit.Parent)
  1341. he.Name = "heck"
  1342. Kill(hit.Parent)
  1343. end
  1344. end)
  1345.  
  1346. toolz.Unequipped:connect(function(mouse)
  1347. if partz:FindFirstChildOfClass('Weld') then
  1348. partz:FindFirstChildOfClass('Weld'):Destroy()
  1349. end
  1350. end)
  1351. toolz.AncestryChanged:connect(function(child, parent)
  1352. if parent ~= chr and parent ~= plr.Backpack then
  1353. wait()
  1354. toolz.Parent = plr.Backpack
  1355. end
  1356. end)
  1357.  
  1358. mouse.KeyDown:connect(function(key)
  1359. if key == "n" then
  1360. wait()
  1361. toolz:Equip()
  1362. end
  1363. end)
  1364. if chr:FindFirstChildOfClass('Shirt') then
  1365. shirt = chr:FindFirstChildOfClass('Shirt'):Clone()
  1366. end
  1367. if chr:FindFirstChildOfClass('Pants') then
  1368. pants = chr:FindFirstChildOfClass('Pants'):Clone()
  1369. end
  1370. for i,v in pairs(chr:GetChildren()) do
  1371. if v.ClassName == "Accessory" then
  1372. table.insert(hats,v:Clone())
  1373. end
  1374. end
  1375. local rootjoint = chr.HumanoidRootPart.RootJoint:Clone()
  1376. chr.Humanoid:Destroy()
  1377. local gui = Instance.new('ScreenGui')
  1378. gui.Parent = game.Players.LocalPlayer.PlayerGui
  1379. gui.Name = "Deadpool"
  1380. gui.ResetOnSpawn = false
  1381. local frame = Instance.new('Frame',gui)
  1382. frame.Size = UDim2.new(0.2,0,0.2,0)
  1383. frame.Position = UDim2.new(0,0,0.9,0)
  1384. frame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  1385. frame.BorderSizePixel = 4
  1386. frame.BorderColor3 = Color3.fromRGB(198, 45, 45)
  1387. frame.Active = true
  1388. frame.Draggable = true
  1389. local txt = Instance.new('TextLabel',frame)
  1390. txt.Text = "Demon Gui"
  1391. txt.TextColor3 = Color3.fromRGB(198, 45, 45)
  1392. txt.Size = UDim2.new(1,0,0.3,0)
  1393. txt.TextScaled = true
  1394. txt.BackgroundTransparency = 1
  1395. local but = Instance.new('TextButton',frame)
  1396. but.Text = "Toggle Suit"
  1397. but.TextColor3 = Color3.fromRGB(38, 38, 38)
  1398. but.Size = UDim2.new(0.7,0,0.3,0)
  1399. but.Position = UDim2.new(0.15,0,0.5,0)
  1400. but.BorderSizePixel = 0
  1401. but.TextScaled = true
  1402. but.BackgroundColor3 = Color3.fromRGB(198, 45, 45)
  1403. but.MouseButton1Down:connect(function()
  1404. on = not on
  1405. end)
  1406. game:GetService('RunService').Stepped:connect(function()
  1407. if chr.Parent == nil then
  1408. chr.RobloxLocked = false
  1409. chr.Parent = game.Workspace
  1410. end
  1411. if chr:FindFirstChildOfClass('Humanoid') == nil then
  1412. hum:Clone().Parent = chr
  1413. chr.Animate:Destroy()
  1414. anim:Clone().Parent = chr
  1415. end
  1416. if chr:FindFirstChild('HumanoidRootPart') == nil then
  1417. humroot:Clone().Parent = chr
  1418. humroot.CFrame = lastpos
  1419. chr.Humanoid:Destroy()
  1420. hum:Clone().Parent = chr
  1421. chr.Animate:Destroy()
  1422. anim:Clone().Parent = chr
  1423. chr.HumanoidRootPart.RootJoint:Destroy()
  1424. end
  1425. if chr:FindFirstChild('Torso') == nil then
  1426. chr.Humanoid:Destroy()
  1427. local tor = tors:Clone()
  1428. tor.Parent = chr
  1429. hum:Clone().Parent = chr
  1430. chr.Animate:Destroy()
  1431. anim:Clone().Parent = chr
  1432. end
  1433. if chr.HumanoidRootPart:FindFirstChild('RootJoint') == nil then
  1434. local rtj = rootjoint:Clone()
  1435. rtj.Parent = chr.HumanoidRootPart
  1436. rtj.Part0 = chr.HumanoidRootPart
  1437. rtj.Part1 = chr.Torso
  1438. end
  1439. if chr:FindFirstChild('Head') == nil then
  1440. chr.Humanoid:Destroy()
  1441. head:Clone().Parent = chr
  1442. hum:Clone().Parent = chr
  1443. chr.Animate:Destroy()
  1444. anim:Clone().Parent = chr
  1445. end
  1446. if chr.Torso:FindFirstChild('Neck') == nil then
  1447. chr.Humanoid:Destroy()
  1448. local hec = neck:Clone()
  1449. hec.Parent = chr.Torso
  1450. hec.Part0 = chr.Torso
  1451. hec.Part1 = chr.Head
  1452. hum:Clone().Parent = chr
  1453. chr.Animate:Destroy()
  1454. anim:Clone().Parent = chr
  1455. end
  1456. if chr:FindFirstChild('Right Leg') == nil then
  1457. rightleg:Clone().Parent = chr
  1458. local fi = righthip:Clone()
  1459. fi.Parent = chr.Torso
  1460. fi.Part0 = chr.Torso
  1461. fi.Part1 = chr["Right Leg"]
  1462. end
  1463. if chr:FindFirstChild('Right Arm') == nil then
  1464. rightarm:Clone().Parent = chr
  1465. local fi = rightshoulder:Clone()
  1466. fi.Parent = chr.Torso
  1467. fi.Part0 = chr.Torso
  1468. fi.Part1 = chr["Right Arm"]
  1469. end
  1470. if chr:FindFirstChild('Left Leg') == nil then
  1471. leftleg:Clone().Parent = chr
  1472. local fi = lefthip:Clone()
  1473. fi.Parent = chr.Torso
  1474. fi.Part0 = chr.Torso
  1475. fi.Part1 = chr["Left Leg"]
  1476. end
  1477. if chr:FindFirstChild('Left Arm') == nil then
  1478. leftarm:Clone().Parent = chr
  1479. local fi = leftshoulder:Clone()
  1480. fi.Parent = chr.Torso
  1481. fi.Part0 = chr.Torso
  1482. fi.Part1 = chr["Left Arm"]
  1483. end
  1484. for i,v in pairs(chr:GetChildren()) do
  1485. if v.Name == "Mask" or v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" or v.Name == "KatanaHolder" then
  1486. v:Destroy()
  1487. end
  1488. end
  1489. chr.Humanoid.Health = chr.Humanoid.MaxHealth
  1490. if partz:FindFirstChild('Weld') == nil and toolz.Parent == chr then
  1491. local weld = Instance.new('Weld',partz)
  1492. weld.Part0 = partz
  1493. weld.Part1 = chr["Right Arm"]
  1494. weld.C0 = CFrame.new(0.9,0,-1.25)*CFrame.Angles(math.pi,0,-math.pi/2)
  1495. end
  1496. lastpos = chr.HumanoidRootPart.CFrame
  1497. local kat = Instance.new('Part',chr)
  1498. kat.Size = Vector3.new(0,0,0)
  1499. kat.Name = "KatanaHolder"
  1500. kat.Material = Enum.Material.SmoothPlastic
  1501. kat.BrickColor = BrickColor.new('Really black')
  1502. kat.CanCollide = false
  1503. local we = Instance.new('Weld',kat)
  1504. we.Part0 = kat
  1505. we.Part1 = chr.Torso
  1506. we.C0 = CFrame.new(0,0,-0.5)*CFrame.Angles(0,0,0.5)
  1507. if on == true then
  1508. local shirt = Instance.new('Shirt',chr)
  1509. shirt.ShirtTemplate = 'rbxassetid://573058497'
  1510. local pants = Instance.new('Pants',chr)
  1511. pants.PantsTemplate = 'rbxassetid://241076033'
  1512. else
  1513. chr.Head.Transparency = 0
  1514. if shirt ~= nil then
  1515. shirt:Clone().Parent = chr
  1516. end
  1517. if pants ~= nil then
  1518. pants:Clone().Parent = chr
  1519. end
  1520. for i,v in pairs(hats) do
  1521. v:Clone().Parent = chr
  1522. end
  1523. end
  1524. end)
  1525.  
  1526. --By zed_isJayTheLionJR
  1527. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  1528. sound.SoundId = ""
  1529. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  1530. mouse = game.Players.LocalPlayer:GetMouse()
  1531. function key(key)
  1532. key = key:lower()
  1533. if key == "" then
  1534. for i = 1,5 do
  1535. wait(0.01)
  1536. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  1537. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  1538. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  1539. end
  1540. sound:Play()
  1541. local hit = Instance.new("Explosion", plr["Right Arm"])
  1542. hit.Position = plr["Right Arm"].Position
  1543. hit.Visible = false
  1544. hit.BlastPressure = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1545. hit.BlastRadius = 25
  1546. wait(0.05)
  1547. for i = 1,5 do
  1548. wait(0.01)
  1549. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  1550. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  1551. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  1552. end
  1553. hit:destroy()
  1554. end
  1555. if key == "" then
  1556. for i = 1,5 do
  1557. wait(0.01)
  1558. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  1559. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  1560. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  1561. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  1562. sound.PlaybackSpeed = 40
  1563. end
  1564. sound:Play()
  1565. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  1566. hit1.Position = plr["Right Leg"].Position
  1567. hit1.Visible = false
  1568. hit1.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1569. hit1.BlastRadius = 25
  1570. wait(0.1)
  1571. for i = 1,5 do
  1572. wait(0.01)
  1573. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  1574. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  1575. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  1576. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  1577. end
  1578. sound.PlaybackSpeed = 1
  1579. hit1:destory()
  1580. end
  1581. if key == "" then
  1582. for i = 1,5 do
  1583. wait(0.01)
  1584. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  1585. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  1586. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  1587. end
  1588. sound:Play()
  1589. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  1590. hit2.Position = plr["Left Arm"].Position
  1591. hit2.Visible = false
  1592. hit2.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1593. hit2.BlastRadius = 25
  1594. wait(0.05)
  1595. for i = 1,5 do
  1596. wait(0.01)
  1597. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  1598. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  1599. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  1600. end
  1601. hit2:destroy()
  1602. end
  1603. end
  1604. mouse.KeyDown:connect(key)
  1605. plr = game.Players.LocalPlayer.Character
  1606. sound1 = Instance.new("Sound", plr.Head)
  1607. sound1.SoundId = "rbxassetid://1886807966"
  1608. sound1:Play()
  1609. sound1.Looped = false
  1610. sound1.Volume = 1000
  1611. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  1612. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  1613. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  1614. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  1615. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  1616. while true do
  1617. wait(0.01)
  1618. for i = 1,2 do
  1619. wait(0.05)
  1620. plr = game.Players.LocalPlayer.Character
  1621. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1622. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1623. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  1624. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  1625. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  1626. end
  1627. for i = 1,2 do
  1628. wait(0.05)
  1629. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1630. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1631. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  1632. plr = game.Players.LocalPlayer.Character
  1633. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  1634. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  1635. end
  1636. for i = 1,3 do
  1637. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  1638. wait(0.05)
  1639. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1640. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1641. plr = game.Players.LocalPlayer.Character
  1642. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  1643. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  1644. end
  1645. wait(1)
  1646. -------------------------------------------------------------------------------------------------------
  1647. for i = 1,3 do
  1648. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  1649. wait(0.05)
  1650. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  1651. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  1652. plr = game.Players.LocalPlayer.Character
  1653. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  1654. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  1655.  
  1656. end
  1657. for i = 1,2 do
  1658. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  1659. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  1660. wait(0.05)
  1661. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  1662. plr = game.Players.LocalPlayer.Character
  1663. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  1664. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  1665.  
  1666. end
  1667. for i = 1,2 do
  1668. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  1669. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  1670. wait(0.05)
  1671. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  1672. plr = game.Players.LocalPlayer.Character
  1673. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  1674. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  1675. game.Workspace.JayTheLionJR.Humanoid.WalkSpeed = 170
  1676. --By zed_isJayTheLionJR
  1677. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  1678. sound.SoundId = "rbxassetid://1886807966"
  1679. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  1680. mouse = game.Players.LocalPlayer:GetMouse()
  1681. function key(key)
  1682. key = key:lower()
  1683. if key == "" then
  1684. for i = 1,5 do
  1685. wait(0.01)
  1686. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  1687. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  1688. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  1689. end
  1690. sound:Play()
  1691. local hit = Instance.new("Explosion", plr["Right Arm"])
  1692. hit.Position = plr["Right Arm"].Position
  1693. hit.Visible = false
  1694. hit.BlastPressure = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1695. hit.BlastRadius = 25
  1696. wait(0.05)
  1697. for i = 1,5 do
  1698. wait(0.01)
  1699. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  1700. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  1701. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  1702. end
  1703. hit:destroy()
  1704. end
  1705. if key == "" then
  1706. for i = 1,5 do
  1707. wait(0.01)
  1708. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  1709. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  1710. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  1711. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  1712. sound.PlaybackSpeed = 40
  1713. end
  1714. sound:Play()
  1715. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  1716. hit1.Position = plr["Right Leg"].Position
  1717. hit1.Visible = false
  1718. hit1.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1719. hit1.BlastRadius = 25
  1720. wait(0.1)
  1721. for i = 1,5 do
  1722. wait(0.01)
  1723. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  1724. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  1725. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  1726. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  1727. end
  1728. sound.PlaybackSpeed = 1
  1729. hit1:destory()
  1730. end
  1731. if key == "r" then
  1732. for i = 1,5 do
  1733. wait(0.01)
  1734. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  1735. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  1736. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  1737. end
  1738. sound:Play()
  1739. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  1740. hit2.Position = plr["Left Arm"].Position
  1741. hit2.Visible = false
  1742. hit2.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  1743. hit2.BlastRadius = 25
  1744. wait(0.05)
  1745. for i = 1,5 do
  1746. wait(0.01)
  1747. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  1748. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  1749. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  1750. end
  1751. hit2:destroy()
  1752. end
  1753. end
  1754. mouse.KeyDown:connect(key)
  1755. plr = game.Players.LocalPlayer.Character
  1756. sound1 = Instance.new("Sound", plr.Head)
  1757. sound1.SoundId = ""
  1758. sound1:Play()
  1759. sound1.Looped = false
  1760. sound1.Volume = 10
  1761. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  1762. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  1763. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  1764. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  1765. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  1766. while true do
  1767. wait(0.01)
  1768. for i = 1,2 do
  1769. wait(0.05)
  1770. plr = game.Players.LocalPlayer.Character
  1771. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1772. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1773. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  1774. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  1775. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  1776. end
  1777. for i = 1,2 do
  1778. wait(0.05)
  1779. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1780. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1781. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  1782. plr = game.Players.LocalPlayer.Character
  1783. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  1784. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  1785. end
  1786. for i = 1,3 do
  1787. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  1788. wait(0.05)
  1789. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1790. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  1791. plr = game.Players.LocalPlayer.Character
  1792. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  1793. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  1794. end
  1795. wait(1)
  1796. -------------------------------------------------------------------------------------------------------
  1797. for i = 1,3 do
  1798. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  1799. wait(0.05)
  1800. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  1801. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  1802. plr = game.Players.LocalPlayer.Character
  1803. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  1804. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  1805.  
  1806. end
  1807. for i = 1,2 do
  1808. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  1809. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  1810. wait(0.05)
  1811. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  1812. plr = game.Players.LocalPlayer.Character
  1813. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  1814. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  1815.  
  1816. end
  1817. for i = 1,2 do
  1818. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  1819. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  1820. wait(0.05)
  1821. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  1822. plr = game.Players.LocalPlayer.Character
  1823. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  1824. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  1825. game.Workspace.JayTheLionJR.Humanoid.WalkSpeed = 80
  1826. p = game.Players.LocalPlayer
  1827. char = p.Character
  1828. des = false
  1829. fling = true
  1830. dot = false
  1831. falling = false
  1832. jump = true
  1833. char.Shirt:Remove()
  1834. for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  1835. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  1836. wait()shirt = Instance.new("Shirt", char)
  1837. shirt.Name = "Shirt"
  1838. pants = Instance.new("Pants", char)
  1839. pants.Name = "Pants"
  1840.  
  1841. char.Shirt.ShirtTemplate = "rbxassetid://781044474"
  1842. char.Pants.PantsTemplate = "rbxassetid://814941350"
  1843. tp = true
  1844. shoot = true
  1845. hum = char.Humanoid
  1846. punch = true
  1847. neckp = char.Torso.Neck.C0
  1848. neck = char.Torso.Neck
  1849. hum.MaxHealth = 9e999
  1850. wait()
  1851. hum.Health =hum.MaxHealth
  1852. des = false
  1853. root=char.HumanoidRootPart
  1854. torso = char.Torso
  1855. char.Head.face.Texture = "rbxassetid://332768867"
  1856. end
  1857. end
  1858. end
  1859. end
  1860.  
  1861. plr = game.Players.LocalPlayer
  1862. mouse = plr:GetMouse()
  1863. part = nil
  1864. bp = nil
  1865. particles = nil
  1866. function clerp(a,b,c,d)
  1867. for i = 0,d,.01 do
  1868. a.CFrame = CFrame.new(b:lerp(c,i))
  1869. wait()
  1870. end
  1871. end
  1872. function slerp(a2,b2,c2,d2)
  1873. for i2 = 0,d2,.01 do
  1874. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  1875. wait()
  1876. end
  1877. end
  1878. mouse.KeyDown:connect(function(key)
  1879. if key == "e" and plr.Character.Parent == workspace then
  1880. plr.Character.Parent = workspace.Camera
  1881. plr.Character.Archivable = true
  1882. Instance.new("ForceField",plr.Character).Visible = false
  1883. for y,t in pairs(plr.Character:GetChildren()) do
  1884. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  1885. t.Transparency = 0
  1886. if t.Name == "Head" and t:FindFirstChild("face") then
  1887. t.face.Transparency = 0
  1888. end
  1889. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  1890. t.Handle.Transparency = 0
  1891. end
  1892. end
  1893. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  1894. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  1895. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  1896. if plr.Character.Torso.Anchored == true then
  1897. for y,t in pairs(plr.Character:GetChildren()) do
  1898. if t:IsA("Part") then
  1899. t.Anchored = false
  1900. end
  1901. end
  1902. else
  1903. for y,t in pairs(plr.Character:GetChildren()) do
  1904. if t:IsA("Part") then
  1905. t.Anchored = true
  1906. end
  1907. end
  1908. end
  1909. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  1910. local clone = part:Clone()
  1911. clone.Parent = workspace
  1912. clone.Anchored = false
  1913. clone:ClearAllChildren()
  1914. clone.CanCollide = true
  1915. bp.Parent = clone
  1916. particles.Parent = clone
  1917. if part.Parent:FindFirstChildOfClass("Humanoid") then
  1918. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  1919. end
  1920. part:Destroy()
  1921. part = clone
  1922. elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then
  1923. plr.Character.Parent = workspace
  1924. plr.Character.Archivable = false
  1925. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  1926. for y,t in pairs(plr.Character:GetChildren()) do
  1927. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  1928. t.Transparency = 0
  1929. if t.Name == "Head" and t:FindFirstChild("face") then
  1930. t.face.Transparency = 0
  1931. end
  1932. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  1933. t.Handle.Transparency = 0
  1934. end
  1935. end
  1936. end
  1937. end)
  1938. mouse.Button1Down:connect(function()
  1939. if plr.Character.Parent == workspace.Camera then
  1940. if mouse ~= nil then
  1941. if mouse.Target ~= nil then
  1942. part = mouse.Target
  1943. bp = Instance.new("BodyPosition",part)
  1944. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1945. bp.Position = part.Position
  1946. particles = Instance.new("ParticleEmitter",part)
  1947. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  1948. particles.Size = NumberSequence.new(1)
  1949. particles.Texture = "rbxassetid://292289455"
  1950. particles.VelocitySpread = 360
  1951. particles.Speed = NumberRange.new(0)
  1952. particles.RotSpeed = NumberRange.new(0)
  1953. particles.Rotation = NumberRange.new(0)
  1954. particles.Rate = 250
  1955. particles.Lifetime = NumberRange.new(.2,.4)
  1956. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  1957. dwn = true
  1958. end
  1959. end
  1960. while dwn == true do
  1961. wait()
  1962. bp.Position = mouse.hit.p
  1963. if part then
  1964. if part.Parent:FindFirstChildOfClass("Humanoid") then
  1965. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  1966. end
  1967. end
  1968. end
  1969. end
  1970. end)
  1971. mouse.Button1Up:connect(function()
  1972. dwn = false
  1973. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  1974. if bp then bp:Destroy() end
  1975. if particles then particles:Destroy() end
  1976. end)
  1977. base = Instance.new("ScreenGui",plr.PlayerGui)
  1978. bbg = Instance.new("BillboardGui",plr.Character.Head)
  1979. bbg.Size = UDim2.new(0,200,0,50)
  1980. bbg.StudsOffset = Vector3.new(0,3,0)
  1981. bbgTl = Instance.new("TextLabel",bbg)
  1982. bbgTl.BackgroundTransparency = 1
  1983. bbgTl.Size = UDim2.new(10,0,1,0)
  1984. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  1985. bbgTl.Font = "Code"
  1986. bbgTl.Text = " "
  1987. bbgTl.TextSize = 25
  1988. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  1989. bbgTl.TextColor3 = Color3.new(0,0,0)
  1990. bbgTl.TextStrokeTransparency = 0
  1991. bbgTl.TextWrapped = true
  1992. plr.Chatted:connect(function(msg)
  1993. bbgTl.Text = msg
  1994. wait(5)
  1995. if bbgTl.Text == msg then
  1996. bbgTl.Text = " "
  1997. end
  1998. end)
  1999. touchCounter = 0
  2000. while wait() do
  2001. if plr.Character.Parent == workspace.Camera then
  2002. local c = plr.Character:Clone()
  2003. c:MakeJoints()
  2004. for y,t in pairs(c:GetChildren()) do
  2005. if t:IsA("Part") then
  2006. t.CanCollide = false
  2007. t.Anchored = true
  2008. t.Transparency = 0.99
  2009. t.TopSurface = "Smooth"
  2010. t.BottomSurface = "Smooth"
  2011. t.RightSurface = "Smooth"
  2012. t.LeftSurface = "Smooth"
  2013. t.FrontSurface = "Smooth"
  2014. t.BackSurface = "Smooth"
  2015. t.BrickColor = BrickColor.new("crimson")
  2016. if t.Name == "Head" and t:FindFirstChild("face") then
  2017. t.face:Remove()
  2018. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  2019. t.roblox:Remove()
  2020. elseif t.Name == "HumanoidRootPart" then
  2021. t:Remove()
  2022. end
  2023. else
  2024. t:Remove()
  2025. end
  2026. end
  2027. c.Parent = workspace
  2028. game.Debris:AddItem(c,.05)
  2029. end
  2030. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement