Guest User

Untitled

a guest
May 19th, 2018
51,384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.59 KB | None | 0 0
  1.  
  2. --Edited by VV_rk
  3. -- date:7/15/17
  4. function TakeDamage(hum, dmg)
  5. hum:TakeDamage(dmg)
  6. end
  7. plr = game.Players.LocalPlayer
  8. repeat
  9. wait(0.4)
  10. until plr.Character
  11. chr = plr.Character
  12. human = chr:FindFirstChild("Humanoid")
  13. human.Name = "hi"
  14. human.MaxHealth, human.Health = math.huge, math.huge
  15. mouse = plr:GetMouse()
  16. cam = workspace.CurrentCamera
  17. selected = false
  18. equipd = false
  19. tors = chr.Torso
  20. rarm = chr["Right Arm"]
  21. larm = chr["Left Arm"]
  22. rleg = chr["Right Leg"]
  23. lleg = chr["Left Leg"]
  24. hrp = chr.HumanoidRootPart
  25. hed = chr.Head
  26. anim = human.Animator
  27. activu = false
  28. appeared = false
  29. animpose = nil
  30. POSU = false
  31. frozen = false
  32. timestopcool = false
  33. local wherto = hrp
  34. local addcfr = CFrame.new(0, 0, 0)
  35. Heartbeat = Instance.new("BindableEvent")
  36. Heartbeat.Name = "Heartbeat"
  37. Heartbeat.Parent = script
  38. frame = 0.03333333333333333
  39. hed.face.Texture = "rbxassetid://1250061532"
  40. tf = 0
  41.  
  42. for i,v in pairs(chr:children()) do
  43. if v:IsA("Accessory") then
  44. v:Destroy()
  45. end
  46. end
  47.  
  48. for i,v in pairs(chr:children()) do
  49. if v:IsA("Shirt") then
  50. v:Destroy()
  51. end
  52. end
  53.  
  54. for i,v in pairs(chr:children()) do
  55. if v:IsA("Pants") then
  56. v:Destroy()
  57. end
  58. end
  59.  
  60.  
  61. game:GetService("RunService").Heartbeat:connect(function(s, p)
  62. tf = tf + s
  63. if tf >= frame then
  64. for i = 1, math.floor(tf / frame) do
  65. Heartbeat:Fire()
  66. end
  67. tf = tf - frame * math.floor(tf / frame)
  68. end
  69. end)
  70. function swait(num)
  71. if num == 0 or num == nil then
  72. Heartbeat.Event:wait()
  73. else
  74. for i = 1, num do
  75. Heartbeat.Event:wait()
  76. end
  77. end
  78. end
  79. tool = Instance.new("Tool")
  80. tool.CanBeDropped = false
  81. tool.RequiresHandle = false
  82. tool.Name = "Za Warudo"
  83. tool.Parent = plr.Backpack
  84. modz = Instance.new("Model")
  85. modz.Name = "efx"
  86. modz.Parent = chr
  87. ZaWarudo = Instance.new("Model")
  88. ZaWarudo.Name = "Za Warudo"
  89. ZaWarudo.Parent = chr
  90. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  91. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  92. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  93. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  94. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  95. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  96. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  97. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  98. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  99. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  100. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  101. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  102. RS = tors:FindFirstChild("Right Shoulder")
  103. LS = tors:FindFirstChild("Left Shoulder")
  104. RH = tors:FindFirstChild("Right Hip")
  105. LH = tors:FindFirstChild("Left Hip")
  106. RJ = hrp:FindFirstChild("RootJoint")
  107. N = tors:FindFirstChild("Neck")
  108. cf = CFrame.new
  109. ang = CFrame.Angles
  110. rd = math.rad
  111. rd2 = math.random
  112. function nooutline(p)
  113. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  114. end
  115.  
  116. shirt = Instance.new("Shirt", chr)
  117. shirt.Name = "Shirt"
  118. pants = Instance.new("Pants", chr)
  119. pants.Name = "Pants"
  120. chr.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=692901265"
  121. chr.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=692935274"
  122.  
  123. chr["Body Colors"].HeadColor = BrickColor.new("White")
  124. chr["Body Colors"].TorsoColor = BrickColor.new("White")
  125. chr["Body Colors"].LeftArmColor = BrickColor.new("White")
  126. chr["Body Colors"].RightArmColor = BrickColor.new("White")
  127.  
  128. function makepart(color, name, reflec, mater, parnt, cfram)
  129. local port = Instance.new("Part")
  130. port.BrickColor = BrickColor.new(color)
  131. port.Name = name
  132. port.Transparency = 1
  133. nooutline(port)
  134. port.Reflectance = reflec
  135. port.Material = mater
  136. port.Anchored = false
  137. port.CanCollide = false
  138. port.Locked = true
  139. port.Size = Vector3.new(0.2, 0.2, 0.2)
  140. port.Parent = parnt
  141. return port
  142. end
  143. function makemesh(meshtype, scale, meshid, parent)
  144. local mes = Instance.new("SpecialMesh")
  145. mes.MeshType = meshtype
  146. mes.Scale = scale
  147. if meshtype == "FileMesh" then
  148. mes.MeshId = meshid
  149. end
  150. mes.Parent = parent
  151. return mes
  152. end
  153. function makemotor(parent, p0, p1, c0, c1)
  154. swait()
  155. local wel = Instance.new("Motor6D")
  156. wel.Part0 = p0
  157. wel.Part1 = p1
  158. wel.C0 = c0
  159. if c1 ~= nil then
  160. wel.C1 = c1
  161. end
  162. wel.Parent = parent
  163. return wel
  164. end
  165. local konodioda = Instance.new("Sound")
  166. konodioda.SoundId = "rbxassetid://794068813"
  167. konodioda.Volume = 3.5
  168. konodioda.Parent = hrp
  169. local bast = Instance.new("Sound")
  170. bast.SoundId = "rbxassetid://877368036"
  171. bast.Volume = 0.5
  172. bast.Parent = hrp
  173. local zaworld = Instance.new("Sound")
  174. zaworld.SoundId = "rbxassetid://1238251224"
  175. zaworld.Volume = 0.8
  176. zaworld.Parent = hrp
  177. local wry = Instance.new("Sound")
  178. wry.SoundId = "rbxassetid://276152532"
  179. wry.Volume = 5
  180. wry.Parent = hrp
  181. function animo(yep)
  182. if yep == true then
  183. anim.Parent = human
  184. chr.Animate.Disabled = false
  185. elseif yep == false then
  186. chr.Animate.Disabled = true
  187. anim.Parent = nil
  188. end
  189. end
  190. animo(false)
  191. function lerpz(joint, prop, cfrmz, alp)
  192. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  193. end
  194. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  195. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  196. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  197. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  198. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  199. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  200. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  201. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  202. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  203. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  204. function resetlerp(whoever)
  205. if whoever == nil then
  206. RJ.C0 = RJC0
  207. RJ.C1 = RJC1
  208. N.C0 = NC0
  209. N.C1 = NC1
  210. RS.C0 = RSC0
  211. RS.C1 = RSC1
  212. LS.C0 = LSC0
  213. LS.C1 = LSC1
  214. RH.C0 = RHC0
  215. RH.C1 = RHC1
  216. LH.C0 = LHC0
  217. LH.C1 = LHC1
  218. elseif whoever ~= nil then
  219. nRJ.C0 = RJC0
  220. nRJ.C1 = RJC1
  221. nN.C0 = NC0
  222. nN.C1 = NC1
  223. nRS.C0 = RSC0
  224. nRS.C1 = RSC1
  225. nLS.C0 = LSC0
  226. nLS.C1 = LSC1
  227. nRH.C0 = RHC0
  228. nRH.C1 = RHC1
  229. nLH.C0 = LHC0
  230. nLH.C1 = LHC1
  231. end
  232. end
  233.  
  234. ---- Dio Hair
  235. local pa = Instance.new("Part",chr)
  236. pa.Name = "Hair"
  237.  
  238. local me = Instance.new("SpecialMesh",pa)
  239. me.MeshType = "FileMesh"
  240. me.MeshId = "rbxassetid://164382853"
  241. me.TextureId = "rbxassetid://461231644"
  242. me.Scale = Vector3.new(1, 1.6, 1)
  243.  
  244. local we = Instance.new("Weld")
  245. we.Parent = pa
  246. we.Part0 = hed
  247. we.Part1 = pa
  248. we.C1 = CFrame.new(0,1.3,-.3)
  249. we.C0 = CFrame.Angles(-.1,0,0.4)
  250.  
  251. local pa2 = Instance.new("Part",chr)
  252. pa2.Name = "Hair2"
  253.  
  254. local me = Instance.new("SpecialMesh",pa2)
  255. me.MeshType = "FileMesh"
  256. me.MeshId = "rbxassetid://164382853"
  257. me.TextureId = "rbxassetid://461231644"
  258. me.Scale = Vector3.new(1, 1.6, 1)
  259.  
  260. local we2 = Instance.new("Weld")
  261. we2.Parent = pa2
  262. we2.Part0 = hed
  263. we2.Part1 = pa2
  264. we2.C1 = CFrame.new(0,1.3,-.3)
  265. we2.C0 = CFrame.Angles(-.1,0,-.4)
  266.  
  267. local pa3 = Instance.new("Part",chr)
  268. pa3.Name = "Hair3"
  269.  
  270. local me = Instance.new("SpecialMesh",pa3)
  271. me.MeshType = "FileMesh"
  272. me.MeshId = "rbxassetid://453834310"
  273. me.TextureId = "rbxassetid://461231644"
  274. me.Scale = Vector3.new(0.001, 0.001, 0.001)
  275.  
  276. local we3 = Instance.new("Weld")
  277. we3.Parent = pa3
  278. we3.Part0 = hed
  279. we3.Part1 = pa3
  280. we3.C1 = CFrame.new(0.1,0.1,0.6)
  281. we3.C0 = CFrame.Angles(0,3,0)
  282. ------ end of dio
  283. function STANDO(cfr)
  284. local rooto = Instance.new("Part")
  285. nooutline(rooto)
  286. rooto.Name = "HumanoidRootPart"
  287. rooto.Anchored = true
  288. rooto.CFrame = cfr
  289. rooto.Size = Vector3.new(2, 2, 1)
  290. rooto.CanCollide = false
  291. rooto.Locked = true
  292. rooto.Transparency = 1
  293. rooto.Parent = ZaWarudo
  294. local head = Instance.new("Part")
  295. nooutline(head)
  296. head.Anchored = false
  297. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  298. head.Size = Vector3.new(2, 1, 1)
  299. head.BrickColor = BrickColor.new("White")
  300. head.CanCollide = false
  301. head.Name = "Head"
  302. head.Locked = true
  303. head.Transparency = 1
  304. head.Parent = ZaWarudo
  305. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  306. local headdecal = Instance.new("Decal")
  307. headdecal.Name = "face"
  308. headdecal.Texture = "rbxassetid://64064193"
  309. headdecal.Face = "Front"
  310. headdecal.Transparency = 1
  311. headdecal.Parent = head
  312. -------- Mask-ZaWarudo
  313. local mp = Instance.new("Part",ZaWarudo)
  314. mp.Name = "Mask"
  315. mp.BrickColor = BrickColor.new("White")
  316. mp.Transparency = 1
  317. mp.CanCollide = false
  318. local mask = Instance.new("SpecialMesh",mp)
  319. mask.MeshId = "rbxassetid://882264338"
  320. mask.MeshType = "FileMesh"
  321. mask.Scale = Vector3.new(0.03, 0.04, 0.03)
  322. local mw = Instance.new("Weld")
  323. mw.Parent = mask
  324. mw.Part0 = head
  325. mw.Part1 = mp
  326. mw.C1 = CFrame.new(0,-.6,0)
  327. mw.C0 = CFrame.Angles(0,0,0)
  328. -----------Chin
  329. local hp2 = Instance.new("Part",ZaWarudo)
  330. hp2.Name = "Heart Piece2"
  331. hp2.Size = Vector3.new(0.41, 0.8, 0.2)
  332. hp2.Transparency = 1
  333. hp2.CanCollide = false
  334. hp2.BrickColor = BrickColor.new("Gold")
  335.  
  336.  
  337. local hpm2 = Instance.new("SpecialMesh",hp2)
  338. hpm2.MeshId = "http://www.roblox.com/asset/?id=105992239"
  339. hpm2.MeshType = "FileMesh"
  340. hpm2.Scale = Vector3.new(1.1, 1.1, 1.1)
  341.  
  342. local hpw2 = Instance.new("Weld")
  343. hpw2.Parent = hp2
  344. hpw2.Part0 = head
  345. hpw2.Part1 = hp2
  346. hpw2.C1 = CFrame.new(0,.41,.6)
  347.  
  348.  
  349. local torso = Instance.new("Part")
  350. nooutline(torso)
  351. torso.Name = "Torso"
  352. torso.Anchored = false
  353. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  354. torso.Size = Vector3.new(2, 1, 1)
  355. torso.BrickColor = BrickColor.new("White")
  356. torso.CanCollide = false
  357. torso.Transparency = 1
  358. torso.Locked = true
  359. torso.Parent = ZaWarudo
  360. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  361.  
  362. local leftarm = Instance.new("Part")
  363. nooutline(leftarm)
  364. leftarm.Anchored = false
  365. leftarm.Name = "Left Arm"
  366. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  367. leftarm.Size = Vector3.new(1, 2, 1)
  368. leftarm.BrickColor = BrickColor.new("White")
  369. leftarm.CanCollide = false
  370. leftarm.Transparency = 1
  371. leftarm.Locked = true
  372. leftarm.Parent = ZaWarudo
  373. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  374.  
  375. local rightarm = Instance.new("Part")
  376. nooutline(rightarm)
  377. rightarm.Anchored = false
  378. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  379. rightarm.Name = "Right Arm"
  380. rightarm.Size = Vector3.new(1, 2, 1)
  381. rightarm.BrickColor = BrickColor.new("White")
  382. rightarm.CanCollide = false
  383. rightarm.Locked = true
  384. rightarm.Transparency = 1
  385. rightarm.Parent = ZaWarudo
  386. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  387.  
  388. local leftleg = Instance.new("Part")
  389. nooutline(leftleg)
  390. leftleg.Anchored = false
  391. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  392. leftleg.Name = "Left Leg"
  393. leftleg.Size = Vector3.new(1, 2, 1)
  394. leftleg.BrickColor = BrickColor.new("White")
  395. leftleg.CanCollide = false
  396. leftleg.Transparency = 1
  397. leftleg.Locked = true
  398. leftleg.Parent = ZaWarudo
  399. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  400.  
  401. local rightleg = Instance.new("Part")
  402. nooutline(rightleg)
  403. rightleg.Anchored = false
  404. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  405. rightleg.Name = "Right Leg"
  406. rightleg.Size = Vector3.new(1, 2, 1)
  407. rightleg.BrickColor = BrickColor.new("White")
  408. rightleg.CanCollide = false
  409. rightleg.Locked = true
  410. rightleg.Transparency = 1
  411. rightleg.Parent = ZaWarudo
  412. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  413.  
  414.  
  415. ------------Armor
  416. local arp = Instance.new("Part",ZaWarudo)
  417. arp.Name = "lap"
  418. arp.Transparency = 1
  419. arp.CanCollide = false
  420. arp.BrickColor = BrickColor.new("Cool yellow")
  421. arp.Size = Vector3.new(0,0,0)
  422.  
  423. local smp = Instance.new("SpecialMesh",arp)
  424. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  425. smp.MeshType = "FileMesh"
  426. smp.Scale = Vector3.new(1.1, 0.4, 1.1)
  427.  
  428. local weld = Instance.new("Weld")
  429. weld.Parent = arp
  430. weld.Part0 = leftarm
  431. weld.Part1 = arp
  432. weld.C1 = CFrame.new(0,-.62,0)
  433. --------------------
  434. local arp1 = Instance.new("Part",ZaWarudo)
  435. arp1.Name = "lap1"
  436. arp1.Transparency = 1
  437. arp1.CanCollide = false
  438. arp1.BrickColor = BrickColor.new("Cool yellow")
  439. arp1.Size = Vector3.new(0,0,0)
  440.  
  441. local smp1 = Instance.new("SpecialMesh",arp1)
  442. smp1.MeshId = "rbxasset://fonts/leftarm.mesh"
  443. smp1.MeshType = "FileMesh"
  444. smp1.Scale = Vector3.new(0.6, 0.4, 0.5)
  445.  
  446. local weld1 = Instance.new("Weld")
  447. weld1.Parent = arp1
  448. weld1.Part0 = leftarm
  449. weld1.Part1 = arp1
  450. weld1.C1 = CFrame.new(.25,0,0)
  451. --------------------
  452. local arp2 = Instance.new("Part",ZaWarudo)
  453. arp2.Name = "lap2"
  454. arp2.Transparency = 1
  455. arp2.CanCollide = false
  456. arp2.BrickColor = BrickColor.new("Cool yellow")
  457. arp2.Size = Vector3.new(0,0,0)
  458.  
  459. local smp2 = Instance.new("SpecialMesh",arp2)
  460. smp2.MeshId = "rbxasset://fonts/leftarm.mesh"
  461. smp2.MeshType = "FileMesh"
  462. smp2.Scale = Vector3.new(0.6, 0.4, 0.5)
  463.  
  464. local weld2 = Instance.new("Weld")
  465. weld2.Parent = arp2
  466. weld2.Part0 = leftarm
  467. weld2.Part1 = arp2
  468. weld2.C1 = CFrame.new(-.25,0,0)
  469.  
  470. --------------------
  471. local arp3 = Instance.new("Part",ZaWarudo)
  472. arp3.Name = "lap3"
  473. arp3.Transparency = 1
  474. arp3.CanCollide = false
  475. arp3.BrickColor = BrickColor.new("Cool yellow")
  476. arp3.Size = Vector3.new(0,0,0)
  477.  
  478. local smp = Instance.new("SpecialMesh",arp3)
  479. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  480. smp.MeshType = "FileMesh"
  481. smp.Scale = Vector3.new(1.1, 0.4, 1.1)
  482.  
  483. local weld = Instance.new("Weld")
  484. weld.Parent = arp3
  485. weld.Part0 = rightarm
  486. weld.Part1 = arp3
  487. weld.C1 = CFrame.new(0,-.62,0)
  488. --------------------
  489. local arp4 = Instance.new("Part",ZaWarudo)
  490. arp4.Name = "lap4"
  491. arp4.Transparency = 1
  492. arp4.CanCollide = false
  493. arp4.BrickColor = BrickColor.new("Cool yellow")
  494. arp4.Size = Vector3.new(0,0,0)
  495.  
  496. local smp = Instance.new("SpecialMesh",arp4)
  497. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  498. smp.MeshType = "FileMesh"
  499. smp.Scale = Vector3.new(0.6, 0.4, 0.5)
  500.  
  501. local weld = Instance.new("Weld")
  502. weld.Parent = arp4
  503. weld.Part0 = rightarm
  504. weld.Part1 = arp4
  505. weld.C1 = CFrame.new(-.25,0,0)
  506. --------------------
  507. local arp5 = Instance.new("Part",ZaWarudo)
  508. arp5.Name = "lap5"
  509. arp5.Transparency = 1
  510. arp5.CanCollide = false
  511. arp5.BrickColor = BrickColor.new("Cool yellow")
  512. arp5.Size = Vector3.new(0,0,0)
  513.  
  514. local smp = Instance.new("SpecialMesh",arp5)
  515. smp.MeshId = "rbxasset://fonts/leftarm.mesh"
  516. smp.MeshType = "FileMesh"
  517. smp.Scale = Vector3.new(0.6, 0.4, 0.5)
  518.  
  519. local weld = Instance.new("Weld")
  520. weld.Parent = arp5
  521. weld.Part0 = rightarm
  522. weld.Part1 = arp5
  523. weld.C1 = CFrame.new(.25,0,0)
  524. --------------------
  525.  
  526. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  527. rootweld.Name = "RootJoint"
  528. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  529. neckweld.Name = "Neck"
  530. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  531. rshoulderweld.Name = "Right Shoulder"
  532. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  533. lshoulderweld.Name = "Left Shoulder"
  534. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  535. rhipweld.Name = "Right Hip"
  536. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  537. lhipweld.Name = "Left Hip"
  538. local pa1 = Instance.new("Part")
  539. nooutline(pa1)
  540. pa1.Anchored = false
  541. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  542. pa1.Name = "pa1"
  543. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  544. pa1.BrickColor = BrickColor.new("Cool yellow")
  545. pa1.CanCollide = false
  546. pa1.Locked = true
  547. pa1.Transparency = 1
  548. pa1.Parent = ZaWarudo
  549. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  550. local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  551. local pa2 = Instance.new("Part")
  552. nooutline(pa2)
  553. pa2.Anchored = false
  554. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  555. pa2.Name = "pa2"
  556. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  557. pa2.BrickColor = BrickColor.new("Cool yellow")
  558. pa2.CanCollide = false
  559. pa2.Locked = true
  560. pa2.Transparency = 1
  561. pa2.Parent = ZaWarudo
  562. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  563. local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  564. local pa3 = Instance.new("Part")
  565. nooutline(pa3)
  566. pa3.Anchored = false
  567. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  568. pa3.Name = "pa3"
  569. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  570. pa3.BrickColor = BrickColor.new("Cool yellow")
  571. pa3.CanCollide = false
  572. pa3.Locked = true
  573. pa3.Transparency = 1
  574. pa3.Parent = ZaWarudo
  575. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  576. local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  577. local pa4 = Instance.new("Part")
  578. nooutline(pa4)
  579. pa4.Anchored = false
  580. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  581. pa4.Name = "pa4"
  582. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  583. pa4.BrickColor = BrickColor.new("Cool yellow")
  584. pa4.CanCollide = false
  585. pa4.Locked = true
  586. pa4.Transparency = 1
  587. pa4.Parent = ZaWarudo
  588. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  589. local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  590. local pa5 = Instance.new("Part")
  591. nooutline(pa5)
  592. pa5.Anchored = false
  593. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  594. pa5.Name = "pa5"
  595. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  596. pa5.BrickColor = BrickColor.new("Cool yellow")
  597. pa5.CanCollide = false
  598. pa5.Locked = true
  599. pa5.Transparency = 1
  600. pa5.Parent = ZaWarudo
  601. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  602. local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  603. local pa6 = Instance.new("Part")
  604. nooutline(pa6)
  605. pa6.Anchored = false
  606. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  607. pa6.Name = "pa6"
  608. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  609. pa6.BrickColor = BrickColor.new("Cool yellow")
  610. pa6.CanCollide = false
  611. pa6.Locked = true
  612. pa6.Transparency = 1
  613. pa6.Parent = ZaWarudo
  614. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  615. local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  616. local pa7 = Instance.new("Part")
  617. nooutline(pa7)
  618. pa7.Anchored = false
  619. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  620. pa7.Name = "pa7"
  621. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  622. pa7.BrickColor = BrickColor.new("Cool yellow")
  623. pa7.CanCollide = false
  624. pa7.Locked = true
  625. pa7.Transparency = 1
  626. pa7.Parent = ZaWarudo
  627. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  628. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  629.  
  630. local pa9 = Instance.new("Part")
  631. nooutline(pa9)
  632. pa9.Anchored = false
  633. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  634. pa9.Name = "pa9"
  635. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  636. pa9.BrickColor = BrickColor.new("Gold")
  637. pa9.CanCollide = false
  638. pa9.Locked = true
  639. pa9.Transparency = 1
  640. pa9.Parent = ZaWarudo
  641. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  642. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  643.  
  644. local pa10 = Instance.new("Part")
  645. nooutline(pa10)
  646. pa10.Anchored = false
  647. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  648. pa10.Name = "pa10"
  649. pa10.Size = Vector3.new(2,1,1)
  650. pa10.BrickColor = BrickColor.new("Cool yellow")
  651. pa10.CanCollide = false
  652. pa10.Locked = true
  653. pa10.Transparency = 1
  654. pa10.Parent = ZaWarudo
  655. pa10.Shape = "Cylinder"
  656. pa10.Material = "SmoothPlastic"
  657. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  658.  
  659. local pa10d = Instance.new("Part")
  660. nooutline(pa10d)
  661. pa10d.Anchored = false
  662. pa10d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  663. pa10d.Name = "pa10d"
  664. pa10d.Size = Vector3.new(2.2,.8,.8)
  665. pa10d.BrickColor = BrickColor.new("Cool yellow")
  666. pa10d.CanCollide = false
  667. pa10d.Locked = true
  668. pa10d.Transparency = 1
  669. pa10d.Parent = ZaWarudo
  670. pa10d.Shape = "Cylinder"
  671. pa10d.Material = "SmoothPlastic"
  672. local pa10wd = makemotor(pa10d, pa10d, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  673.  
  674. local pa11 = Instance.new("Part")
  675. nooutline(pa11)
  676. pa11.Anchored = false
  677. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  678. pa11.Name = "pa11"
  679. pa11.Size = Vector3.new(2,1,1)
  680. pa11.BrickColor = BrickColor.new("Cool yellow")
  681. pa11.CanCollide = false
  682. pa11.Locked = true
  683. pa11.Transparency = 1
  684. pa11.Parent = ZaWarudo
  685. pa11.Shape = "Cylinder"
  686. pa11.Material = "SmoothPlastic"
  687. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  688.  
  689. local pa11d = Instance.new("Part")
  690. nooutline(pa11d)
  691. pa11d.Anchored = false
  692. pa11d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  693. pa11d.Name = "pa11d"
  694. pa11d.Size = Vector3.new(2.2,.8,.8)
  695. pa11d.BrickColor = BrickColor.new("Cool yellow")
  696. pa11d.CanCollide = false
  697. pa11d.Locked = true
  698. pa11d.Transparency = 1
  699. pa11d.Parent = ZaWarudo
  700. pa11d.Shape = "Cylinder"
  701. pa11d.Material = "SmoothPlastic"
  702. local pa11wd = makemotor(pa11d, pa11d, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  703.  
  704. local raemblem = Instance.new("Part")
  705. nooutline(raemblem)
  706. raemblem.Anchored = false
  707. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  708. raemblem.Name = "raemblem"
  709. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  710. raemblem.BrickColor = BrickColor.new("Cool yellow")
  711. raemblem.CanCollide = false
  712. raemblem.Locked = true
  713. raemblem.Material = "SmoothPlastic"
  714. raemblem.Transparency = 1
  715. raemblem.Parent = ZaWarudo
  716. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  717. local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
  718. local emmes = Instance.new("Decal")
  719. emmes.Texture = "rbxassetid://0"
  720. emmes.Transparency = 1
  721. emmes.Face = "Right"
  722. emmes.Name = "embe"
  723. emmes.Parent = raemblem
  724. local ra1 = Instance.new("Part")
  725. nooutline(ra1)
  726. ra1.Anchored = false
  727. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  728. ra1.Name = "ra1"
  729. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  730. ra1.BrickColor = BrickColor.new("Cool yellow")
  731. ra1.CanCollide = false
  732. ra1.Locked = true
  733. ra1.Transparency = 1
  734. ra1.Parent = ZaWarudo
  735. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  736. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  737. local ra2 = Instance.new("Part")
  738. nooutline(ra2)
  739. ra2.Anchored = false
  740. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  741. ra2.Name = "ra2"
  742. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  743. ra2.BrickColor = BrickColor.new("Cool yellow")
  744. ra2.CanCollide = false
  745. ra2.Locked = true
  746. ra2.Transparency = 1
  747. ra2.Parent = ZaWarudo
  748. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  749. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  750.  
  751. local ra5 = Instance.new("Part")
  752. nooutline(ra5)
  753. ra5.Anchored = false
  754. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  755. ra5.Name = "ra5"
  756. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  757. ra5.BrickColor = BrickColor.new("Gold")
  758. ra5.CanCollide = false
  759. ra5.Locked = true
  760. ra5.Transparency = 1
  761. ra5.Parent = ZaWarudo
  762. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  763. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  764. local la1 = Instance.new("Part")
  765. nooutline(la1)
  766. la1.Anchored = false
  767. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  768. la1.Name = "la1"
  769. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  770. la1.BrickColor = BrickColor.new("Cool yellow")
  771. la1.CanCollide = false
  772. la1.Locked = true
  773. la1.Transparency = 1
  774. la1.Parent = ZaWarudo
  775. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  776. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  777. local la2 = Instance.new("Part")
  778. nooutline(la2)
  779. la2.Anchored = false
  780. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  781. la2.Name = "la2"
  782. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  783. la2.BrickColor = BrickColor.new("Cool yellow")
  784. la2.CanCollide = false
  785. la2.Locked = true
  786. la2.Transparency = 1
  787. la2.Parent = ZaWarudo
  788. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  789. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  790.  
  791. local la5 = Instance.new("Part")
  792. nooutline(la5)
  793. la5.Anchored = false
  794. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  795. la5.Name = "la5"
  796. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  797. la5.BrickColor = BrickColor.new("Gold")
  798. la5.CanCollide = false
  799. la5.Locked = true
  800. la5.Transparency = 1
  801. la5.Parent = ZaWarudo
  802. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  803. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  804.  
  805. local ll3 = Instance.new("Part")
  806. nooutline(ll3)
  807. ll3.Anchored = false
  808. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  809. ll3.Name = "ll3"
  810. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  811. ll3.BrickColor = BrickColor.new("Gold")
  812. ll3.CanCollide = false
  813. ll3.Locked = true
  814. ll3.Transparency = 1
  815. ll3.Parent = ZaWarudo
  816. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  817. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0))
  818.  
  819. local rr3 = Instance.new("Part")
  820. nooutline(rr3)
  821. rr3.Anchored = false
  822. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  823. rr3.Name = "rr3"
  824. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  825. rr3.BrickColor = BrickColor.new("Gold")
  826. rr3.CanCollide = false
  827. rr3.Locked = true
  828. rr3.Transparency = 1
  829. rr3.Parent = ZaWarudo
  830. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  831. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0))
  832. return ZaWarudo
  833. end
  834. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  835. coroutine.resume(coroutine.create(function()
  836. local rot = thenoob.HumanoidRootPart
  837. repeat
  838. swait()
  839. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  840. until rot == nil
  841. end))
  842. local rot = thenoob.HumanoidRootPart
  843. local ntorso = thenoob:FindFirstChild("Torso")
  844. local rightarm = thenoob:FindFirstChild("Right Arm")
  845. local leftarm = thenoob:FindFirstChild("Left Arm")
  846. local leftleg = thenoob:FindFirstChild("Left Leg")
  847. local rightleg = thenoob:FindFirstChild("Right Leg")
  848. local head = thenoob:FindFirstChild("Head")
  849. local face = head:FindFirstChild("face")
  850. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  851. local embpart = thenoob:FindFirstChild("raemblem")
  852. local nRJ = rot:FindFirstChild("RootJoint")
  853. local nN = ntorso:FindFirstChild("Neck")
  854. local nRS = ntorso:FindFirstChild("Right Shoulder")
  855. local nLS = ntorso:FindFirstChild("Left Shoulder")
  856. local nRH = ntorso:FindFirstChild("Right Hip")
  857. local nLH = ntorso:FindFirstChild("Left Hip")
  858. function standappear(nbz)
  859. if selected == false or activu == true then
  860. return
  861. end
  862. if appeared == false then
  863. appeared = true
  864. wherto = hrp
  865. addcfr = cf(-2, 1, 2)
  866. local apear = Instance.new("Sound")
  867. apear.SoundId = "rbxassetid://463010917"
  868. apear.Parent = rot
  869. apear.Volume = 1.25
  870. game.Debris:AddItem(apear, 1.5)
  871. apear:Play()
  872. for _, n in pairs(nbz:GetChildren()) do
  873. coroutine.resume(coroutine.create(function()
  874. for _ = 1, 5 do
  875. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  876. swait()
  877. n.Transparency = n.Transparency - 0.2
  878. face.Transparency = face.Transparency - 0.2
  879. emblem.Transparency = emblem.Transparency - 0.2
  880. end
  881. end
  882. if n ~= rot and n ~= embpart then
  883. n.Transparency = 0
  884. end
  885. face.Transparency = 0
  886. emblem.Transparency = 0
  887. end))
  888. end
  889. elseif appeared == true then
  890. appeared = false
  891. wherto = hrp
  892. addcfr = cf(0, 0, 0)
  893. for _, n in pairs(nbz:GetChildren()) do
  894. coroutine.resume(coroutine.create(function()
  895. for _ = 1, 5 do
  896. if n ~= rot and n ~= embpart then
  897. swait()
  898. n.Transparency = n.Transparency + 0.2
  899. face.Transparency = face.Transparency + 0.2
  900. emblem.Transparency = emblem.Transparency + 0.2
  901.  
  902. end
  903. end
  904. if n ~= rot and n ~= embpart then
  905. n.Transparency = 1
  906. end
  907. face.Transparency = 1
  908. emblem.Transparency = 1
  909.  
  910. end))
  911. end
  912. end
  913. end
  914. function THREATENING()
  915. if selected == false or activu == true then
  916. return
  917. end
  918. if POSU == false then
  919. POSU = true
  920. human.WalkSpeed = 0
  921. local d = Instance.new("ParticleEmitter")
  922. d.Name = "MENACINGU"
  923. d.Lifetime = NumberRange.new(1)
  924. d.Rate = 2
  925. d.Texture = "rbxassetid://298768656"
  926. d.VelocitySpread = 60
  927. d.Parent = tors
  928. human:SetStateEnabled(3, false)
  929. local randomoth = math.random(1, 2)
  930. if randomoth == 1 then
  931. repeat
  932. swait()
  933. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  934. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  935. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  936. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  937. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  938. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  939. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  940. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  941. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  942. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  943. until POSU == false
  944. elseif randomoth == 2 then
  945. repeat
  946. swait()
  947. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  948. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  949. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  950. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  951. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  952. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  953. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  954. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  955. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  956. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  957. until POSU == false
  958. end
  959. elseif POSU == true then
  960. POSU = false
  961. human.WalkSpeed = 16
  962. human:SetStateEnabled(3, true)
  963. tors.MENACINGU:Destroy()
  964. activu = true
  965. activu = false
  966. end
  967. end
  968. local EHMMM = 0
  969. function block()
  970. if EHMMM == 50 or selected == false or activu == true then
  971. return
  972. end
  973. if appeared == false then
  974. standappear(thenoob)
  975. end
  976. wherto = hrp
  977. addcfr = cf(0, 0, -3)
  978. local bep = true
  979. local humanshealth = human.Health
  980. activu = true
  981. human:SetStateEnabled(15, false)
  982. local de = mouse.KeyUp:connect(function(key)
  983. if key == "e" then
  984. bep = false
  985. end
  986. end)
  987. local poopes = 0
  988. repeat
  989. swait()
  990. poopes = poopes + 1
  991. human.Health = humanshealth
  992. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  993. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  994. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  995. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  996. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  997. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  998. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  999. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1000. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1001. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1002. until bep == false or poopes > 240
  1003. de:Disconnect()
  1004. human:SetStateEnabled(15, true)
  1005. activu = false
  1006. EHMMM = 50
  1007. coroutine.resume(coroutine.create(function()
  1008. wait(7)
  1009. EHMMM = 0
  1010. end))
  1011. wherto = hrp
  1012. addcfr = cf(-2, 1, 2)
  1013. end
  1014. function MUDA()
  1015. if selected == false or activu == true then
  1016. return
  1017. end
  1018. if appeared == false then
  1019. standappear(thenoob)
  1020. wherto = hrp
  1021. addcfr = cf(0, 0, -3.5)
  1022. end
  1023. wry:Stop()
  1024. local bep = true
  1025. activu = true
  1026. wherto = hrp
  1027. addcfr = cf(0, 0, -3.5)
  1028. local function blur(limb)
  1029. coroutine.resume(coroutine.create(function()
  1030. local memedon = {}
  1031. for i = 1, 6 do
  1032. local b1 = Instance.new("Part")
  1033. nooutline(b1)
  1034. b1.Size = Vector3.new(1, 2, 1)
  1035. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1036. b1.CanCollide = false
  1037. b1.BrickColor = limb.BrickColor
  1038. b1.Anchored = true
  1039. b1.Transparency = 0.7
  1040. b1.Locked = true
  1041. b1.Parent = modz
  1042. table.insert(memedon, b1)
  1043. end
  1044. local num = 0
  1045. repeat
  1046. swait()
  1047. num = num % 6 + 1
  1048. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1049. until bep == false
  1050. for i = 1, #memedon do
  1051. swait()
  1052. memedon[i]:Destroy()
  1053. end
  1054. end))
  1055. end
  1056. local de = mouse.KeyUp:connect(function(key)
  1057. if key == "r" then
  1058. bep = false
  1059. end
  1060. end)
  1061. blur(rightarm)
  1062. blur(leftarm)
  1063. local mudodo = Instance.new("Sound")
  1064. mudodo.Volume = 7.5
  1065. mudodo.SoundId = "rbxassetid://1049127421"
  1066. mudodo.Looped = false
  1067. mudodo.Parent = hrp
  1068. mudodo:Play()
  1069. wait(0.3)
  1070. local mudo = Instance.new("Sound")
  1071. mudo.Volume = 7.5
  1072. mudo.SoundId = "rbxassetid://1049128880"
  1073. mudo.Looped = true
  1074. mudo.Parent = hrp
  1075. mudo:Play()
  1076. repeat
  1077. for _ = 1, 2 do
  1078. swait()
  1079. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1080. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1081. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1082. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1083. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1084. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1085. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1086. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1087. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1088. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1089. end
  1090. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1091. for _ = 1, 2 do
  1092. swait()
  1093. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1094. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1095. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1096. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1097. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1098. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1099. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1100. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1101. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1102. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1103. end
  1104. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1105. for _ = 1, 2 do
  1106. swait()
  1107. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1108. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1109. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1110. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1111. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1112. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1113. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1114. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1115. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1116. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1117. end
  1118. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1119. for _ = 1, 2 do
  1120. swait()
  1121. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1122. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1123. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1124. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1125. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1126. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1127. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1128. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1129. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1130. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1131. end
  1132. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1133. until bep == false or 0 >= human.Health
  1134. de:Disconnect()
  1135. mudo:Stop()
  1136. wry:Play()
  1137. for _ = 1, 6 do
  1138. swait()
  1139. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1140. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1141. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1142. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1143. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1144. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1145. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1146. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1147. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1148. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1149. end
  1150. for _ = 1, 7 do
  1151. swait()
  1152. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1153. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1154. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1155. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1156. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1157. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1158. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1159. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1160. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1161. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1162. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1163. end
  1164. swait(5)
  1165. wherto = hrp
  1166. mudodo:Destroy()
  1167. addcfr = cf(-2, 1, 2)
  1168. activu = false
  1169. end
  1170. function cability()
  1171. if selected == false or activu == true then
  1172. return
  1173. end
  1174. if appeared == false then
  1175. standappear(thenoob)
  1176. wherto = hrp
  1177. addcfr = cf(0, 0, -3.75)
  1178. end
  1179. activu = true
  1180. wherto = hrp
  1181. addcfr = cf(0, 0, -3.5)
  1182. local ZAWRUA = Instance.new("Sound")
  1183. ZAWRUA.SoundId = "rbxassetid://257346558"
  1184. ZAWRUA.Volume = 3
  1185. ZAWRUA.Parent = hrp
  1186. ZAWRUA:Play()
  1187. game.Debris:AddItem(ZAWRUA, 2.5)
  1188. local wate = Instance.new("Part")
  1189. nooutline(wate)
  1190. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1191. wate.Material = "Neon"
  1192. wate.Transparency = 1
  1193. wate.BrickColor = BrickColor.new("Forest green")
  1194. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1195. wate.Anchored = true
  1196. wate.CanCollide = false
  1197. wate.Parent = modz
  1198. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1199. coroutine.resume(coroutine.create(function()
  1200. repeat
  1201. swait()
  1202. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1203. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1204. until not wate
  1205. end))
  1206. coroutine.resume(coroutine.create(function()
  1207. local pt = {}
  1208. for _ = 1, 10 do
  1209. local wp = Instance.new("Part")
  1210. nooutline(wp)
  1211. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1212. wp.Material = "Neon"
  1213. wp.Transparency = 1
  1214. wp.BrickColor = BrickColor.new("Forest green")
  1215. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1216. wp.Anchored = true
  1217. wp.CanCollide = false
  1218. wp.Parent = modz
  1219. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1220. table.insert(pt, wp)
  1221. table.insert(pt, wmz)
  1222. end
  1223. for m = 1, 45 do
  1224. swait()
  1225. for _, hey in pairs(pt) do
  1226. if hey.ClassName == "SpecialMesh" then
  1227. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1228. elseif hey.ClassName == "Part" then
  1229. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1230. hey.Transparency = hey.Transparency - 0.015
  1231. end
  1232. end
  1233. end
  1234. for m = 45, 50 do
  1235. swait()
  1236. for _, hey in pairs(pt) do
  1237. if hey.ClassName == "SpecialMesh" then
  1238. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1239. elseif hey.ClassName == "Part" then
  1240. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1241. hey.Transparency = hey.Transparency + 0.2
  1242. end
  1243. end
  1244. end
  1245. for _, AAA in pairs(pt) do
  1246. if AAA.ClassName == "Part" then
  1247. AAA:Destroy()
  1248. end
  1249. end
  1250. end))
  1251. for _ = 1, 50 do
  1252. swait()
  1253. wmesh.Scale = Vector3.new(9, 9, 9)
  1254. wate.Transparency = wate.Transparency - 0.008
  1255. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1256. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1257. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
  1258. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1259. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1260. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1261. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1262. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1263. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1264. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1265. end
  1266. local pooo = Instance.new("Sound")
  1267. pooo.SoundId = "rbxassetid://1238240145"
  1268. pooo.Volume = 3
  1269. pooo.Parent = hrp
  1270. pooo:Play()
  1271. game.Debris:AddItem(pooo, 2.5)
  1272. for _ = 1, 1 do
  1273. swait()
  1274. wate.Transparency = wate.Transparency + 0.15
  1275. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1276. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1277. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1278. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1279. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1280. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1281. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1282. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1283. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1284. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1285. end
  1286. local swoo = Instance.new("Part")
  1287. nooutline(swoo)
  1288. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1289. swoo.Material = "Neon"
  1290. swoo.Transparency = 0.2
  1291. swoo.BrickColor = BrickColor.new("Forest green")
  1292. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1293. swoo.Anchored = true
  1294. swoo.CanCollide = false
  1295. swoo.Parent = modz
  1296. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1297. local pli = Instance.new("PointLight")
  1298. pli.Brightness = 2
  1299. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1300. pli.Range = 10
  1301. pli.Shadows = true
  1302. pli.Parent = swoo
  1303. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1304. tagability(swoo, 4)
  1305. for _ = 1, 10 do
  1306. swait()
  1307. wate.Transparency = wate.Transparency + 0.05
  1308. swoo.Transparency = swoo.Transparency + 0.075
  1309. pli.Range = pli.Range - 1
  1310. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1311. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1312. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1313. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1314. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1315. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1316. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1317. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1318. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1319. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1320. end
  1321. wate:Destroy()
  1322. swoo:Destroy()
  1323. pli:Destroy()
  1324. swait(15)
  1325. wherto = hrp
  1326. addcfr = cf(-2, 1, 2)
  1327. activu = false
  1328. end
  1329. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1330. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1331. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1332. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1333. function THEBEST()
  1334. if selected == false or activu == true or appeared == true or POSU == true then
  1335. return
  1336. end
  1337. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1338. local dipperrot
  1339. if dipperhat then
  1340. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1341. end
  1342. activu = true
  1343. POSU = true
  1344. cam.CameraType = "Scriptable"
  1345. chr.PrimaryPart = hrp
  1346. human.WalkSpeed = 0
  1347. human:SetStateEnabled(3, false)
  1348. local actmus1 = Instance.new("Sound")
  1349. actmus1.SoundId = "rbxassetid://188959462"
  1350. actmus1.Volume = 1.5
  1351. actmus1.RollOffMode = 1
  1352. actmus1.TimePosition = 0
  1353. actmus1.Parent = cam
  1354. local actmus2 = Instance.new("Sound")
  1355. actmus2.SoundId = "rbxassetid://188959462"
  1356. actmus2.Volume = 1.5
  1357. actmus2.RollOffMode = 1
  1358. actmus2.TimePosition = 0
  1359. actmus2.Parent = hrp
  1360. actmus1:Play()
  1361. actmus2:Play()
  1362. local mus1 = Instance.new("Sound")
  1363. mus1.SoundId = "rbxassetid://616594208"
  1364. mus1.Volume = 1.25
  1365. mus1.TimePosition = 0.45
  1366. mus1.Parent = cam
  1367. local mus2 = Instance.new("Sound")
  1368. mus2.SoundId = "rbxassetid://616594208"
  1369. mus2.Volume = 1.25
  1370. mus2.TimePosition = 0.45
  1371. mus2.Parent = hrp
  1372. local zawarudoda = Instance.new("Sound")
  1373. zawarudoda.SoundId = "rbxassetid://616576400"
  1374. zawarudoda.Volume = 2
  1375. zawarudoda.TimePosition = 0.3
  1376. zawarudoda.Parent = hrp
  1377. mus1:Play()
  1378. mus2:Play()
  1379. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1380. local regface = hed.face.Texture
  1381. local whogothit, bodyvel
  1382. local function checkhit(partoz, magn)
  1383. for _, guy in pairs(workspace:GetChildren()) do
  1384. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1385. whogothit = guy
  1386. guy:FindFirstChild("Humanoid").PlatformStand = true
  1387. do
  1388. local derp = Instance.new("BodyPosition")
  1389. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1390. derp.P = 8000
  1391. derp.D = 500
  1392. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1393. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1394. bodyvel = derp
  1395. local derp2 = Instance.new("BodyAngularVelocity")
  1396. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1397. derp2.P = 8000
  1398. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1399. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1400. delay(0.1, function()
  1401. derp2:Destroy()
  1402. guy.Torso:Remove()
  1403. guy.Head:Remove()
  1404. end)
  1405. bodyvel = derp
  1406. end
  1407. end
  1408. end
  1409. end
  1410. coroutine.resume(coroutine.create(function()
  1411. for _ = 1, 25 do
  1412. swait()
  1413. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1414. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1415. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1416. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1417. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1418. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1419. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1420. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1421. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1422. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1423. end
  1424. for _ = 1, 20 do
  1425. swait()
  1426. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1427. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1428. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1429. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1430. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1431. if dipperhat then
  1432. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1433. end
  1434. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1435. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1436. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1437. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1438. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1439. end
  1440. end))
  1441. repeat
  1442. swait()
  1443. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1444. until mus1.TimePosition > 2.9
  1445. mus1:Pause()
  1446. mus2:Pause()
  1447. zawarudoda:Play()
  1448. coroutine.resume(coroutine.create(function()
  1449. for _ = 1, 7 do
  1450. swait()
  1451. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1452. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1453. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1454. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1455. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1456. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1457. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1458. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1459. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1460. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1461. end
  1462. for _ = 1, 16 do
  1463. swait()
  1464. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1465. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1466. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1467. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1468. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1469. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1470. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1471. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1472. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1473. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1474. end
  1475. end))
  1476. repeat
  1477. swait()
  1478. until zawarudoda.TimePosition > 1.4
  1479. zawarudoda:Pause()
  1480. activu = false
  1481. standappear(thenoob)
  1482. wherto = hrp
  1483. addcfr = cf(3, 0.25, -1.5)
  1484. activu = true
  1485. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1486. for _ = 1, 10 do
  1487. swait()
  1488. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1489. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1490. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1491. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
  1492. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1493. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1494. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1495. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1496. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1497. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1498. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1499. end
  1500. wherto = hrp
  1501. addcfr = cf(-3, 0.25, -1.5)
  1502. for _ = 1, 25 do
  1503. swait()
  1504. checkhit(rightarm, 3)
  1505. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1506. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1507. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1508. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1509. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1510. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1511. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1512. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1513. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1514. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1515. end
  1516. if whogothit then
  1517. print("derp")
  1518. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1519. local laugo = Instance.new("Sound")
  1520. laugo.SoundId = "rbxassetid://291088606"
  1521. laugo.Volume = 1.5
  1522. laugo.Parent = hrp
  1523. game.Debris:AddItem(laugo, 2.5)
  1524. laugo:Play()
  1525. local sda = 0
  1526. local chn = 2
  1527. local cs = math.cos
  1528. for D = 1, 60 do
  1529. swait()
  1530. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1531. sda = sda + chn
  1532. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1533. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1534. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1535. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1536. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1537. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1538. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1539. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1540. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1541. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1542. end
  1543. hed.face.Texture = "rbxassetid://176777497"
  1544. mus1.TimePosition = 2.75
  1545. mus1:Play()
  1546. for C = 1, 30 do
  1547. swait()
  1548. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1549. sda = sda + chn
  1550. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1551. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1552. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1553. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1554. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1555. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1556. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1557. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1558. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1559. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1560. end
  1561. for _ = 1, 5 do
  1562. swait()
  1563. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1564. sda = sda + chn
  1565. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1566. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1567. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1568. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1569. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1570. if dipperhat then
  1571. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1572. end
  1573. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1574. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1575. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1576. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1577. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1578. end
  1579. wait(2)
  1580. elseif whogothit == nil then
  1581. print("noderp")
  1582. end
  1583. human:SetStateEnabled(3, true)
  1584. activu = false
  1585. standappear(thenoob)
  1586. activu = true
  1587. if dipperhat then
  1588. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1589. end
  1590. actmus1:Destroy()
  1591. actmus2:Destroy()
  1592. bast:Play()
  1593. if bodyvel then
  1594. bodyvel:Destroy()
  1595. end
  1596. cam.CameraType = "Custom"
  1597. hed.face.Texture = regface
  1598. chr.PrimaryPart = head
  1599. human.WalkSpeed = 16
  1600. activu = false
  1601. POSU = false
  1602. end
  1603. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1604. for _, guy in pairs(workspace:GetChildren()) do
  1605. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  1606. do
  1607. local humz = guy:FindFirstChild("Humanoid")
  1608. local horp = guy:FindFirstChild("HumanoidRootPart")
  1609. TakeDamage(humz, dmg)
  1610. local db = Instance.new("StringValue")
  1611. db.Name = "alabo"
  1612. db.Parent = horp
  1613. delay(debtim, function()
  1614. db:Destroy()
  1615. end)
  1616. local b = Instance.new("Part")
  1617. nooutline(b)
  1618. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1619. b.Transparency = 0.25
  1620. b.Anchored = true
  1621. b.CanCollide = false
  1622. b.BrickColor = BrickColor.new("Institutional white")
  1623. b.Locked = true
  1624. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1625. b.Parent = modz
  1626. local c = Instance.new("SpecialMesh")
  1627. c.MeshType = "Sphere"
  1628. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1629. c.Parent = b
  1630. game.Debris:AddItem(b, 1)
  1631. if bodyfdire then
  1632. local boopyve = Instance.new("BodyVelocity")
  1633. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1634. boopyve.P = math.huge
  1635. boopyve.Velocity = bodyfdire
  1636. boopyve.Parent = horp
  1637. game.Debris:AddItem(boopyve, debtim)
  1638. end
  1639. local bet = Instance.new("Sound")
  1640. bet.Pitch = rd2(9, 11) / 10
  1641. bet.Volume = rd2(12, 14) / 10
  1642. bet.SoundId = "rbxassetid://165604684"
  1643. bet.Parent = b
  1644. bet:Play()
  1645. coroutine.resume(coroutine.create(function()
  1646. for _ = 1, 5 do
  1647. swait()
  1648. b.Transparency = b.Transparency + 0.15
  1649. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1650. end
  1651. end))
  1652. end
  1653. end
  1654. end
  1655. end
  1656. function SoulSteal(pos)
  1657. local soulst = coroutine.wrap(function()
  1658. local soul = Instance.new("Part",chr)
  1659. soul.Size = Vector3.new(0,0,0)
  1660. soul.CanCollide = false
  1661. soul.Anchored = false
  1662. soul.Position = pos
  1663. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1664. soul.Transparency = 1
  1665. local ptc = Instance.new("ParticleEmitter",soul)
  1666. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  1667. ptc.Size = NumberSequence.new(.5)
  1668. ptc.LockedToPart = true
  1669. ptc.Speed = NumberRange.new(0)
  1670. ptc.Lifetime = NumberRange.new(9999)
  1671. local bodpos = Instance.new("BodyPosition",soul)
  1672. bodpos.Position = pos
  1673. wait(2)
  1674. soul.Touched:connect(function(hit)
  1675. if hit.Parent == chr then
  1676. soul:Destroy()
  1677. end
  1678. end)
  1679. while soul do
  1680. wait(.1)
  1681. bodpos.Position = chr.Torso.Position
  1682. end
  1683. end)
  1684. soulst()
  1685. end
  1686.  
  1687. function tagability(partoz, magn)
  1688. for _, guy in pairs(workspace:GetChildren()) do
  1689. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
  1690. do
  1691. local humz = guy:FindFirstChild("Humanoid")
  1692. humz.PlatformStand = true
  1693. delay(1, function()
  1694. humz.PlatformStand = false
  1695. end)
  1696. local horp = guy:FindFirstChild("HumanoidRootPart")
  1697. local db = Instance.new("StringValue")
  1698. db.Name = "dedrbaba"
  1699. db.Parent = horp
  1700. local bodyrot = Instance.new("BodyAngularVelocity")
  1701. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1702. bodyrot.P = math.huge
  1703. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1704. bodyrot.Parent = horp
  1705. local hL, tL, aL, bL, cL, dL
  1706. game.Debris:AddItem(bodyrot, 0.2)
  1707. if guy:FindFirstChild("Head") then
  1708. hL = guy:FindFirstChild("Head")
  1709. hL.BrickColor = BrickColor.new("White")
  1710. end
  1711. if guy:FindFirstChild("Torso") then
  1712. tL = guy:FindFirstChild("Torso")
  1713. tL.BrickColor = BrickColor.new("White")
  1714. end
  1715. if guy:FindFirstChild("Left Arm") then
  1716. aL = guy:FindFirstChild("Left Arm")
  1717. aL.BrickColor = BrickColor.new("White")
  1718. end
  1719. if guy:FindFirstChild("Right Arm") then
  1720. bL = guy:FindFirstChild("Right Arm")
  1721. bL.BrickColor = BrickColor.new("White")
  1722. end
  1723. if guy:FindFirstChild("Left Leg") then
  1724. cL = guy:FindFirstChild("Left Leg")
  1725. cL.BrickColor = BrickColor.new("Forest green")
  1726. end
  1727. if guy:FindFirstChild("Right Leg") then
  1728. dL = guy:FindFirstChild("Right Leg")
  1729. dL.BrickColor = BrickColor.new("Forest green")
  1730. end
  1731. local torsy = nil
  1732. if guy:FindFirstChild("Torso")~=nil then
  1733. torsy = guy.Torso
  1734. elseif guy:FindFirstChild("UpperTorso")~=nil then
  1735. torsy = guy.UpperTorso
  1736. end
  1737. guy:BreakJoints()
  1738. guy.Humanoid:Destroy()
  1739. SoulSteal(torsy.Position)
  1740. coroutine.resume(coroutine.create(function()
  1741. if aL then
  1742. aL.Name = "Right Arm"
  1743. wait()
  1744. end
  1745. if bL then
  1746. bL.Name = "Left Leg"
  1747. wait()
  1748. end
  1749. if cL then
  1750. cL.Name = "Left Arm"
  1751. wait()
  1752. end
  1753. if dL then
  1754. dL.Name = "Right Leg"
  1755. end
  1756. end))
  1757. end
  1758. end
  1759. end
  1760. end
  1761. local player = game.Players.LocalPlayer
  1762. local torso = player.Character.Torso
  1763. local mouse = player:GetMouse()
  1764. local tpEnabled = false
  1765. mouse.KeyDown:connect(function(key)
  1766. if human.Health <= 0 then
  1767. return
  1768. end
  1769. if key == "f" then
  1770. standappear(thenoob)
  1771. end
  1772. if key == "r" then
  1773. MUDA()
  1774. end
  1775. if key == "e" then
  1776. block()
  1777. end
  1778. if key == "v" then
  1779. cability()
  1780. end
  1781. if key == "m" then
  1782. THEBEST()
  1783. end
  1784. if key == "j" then
  1785. THREATENING()
  1786. end
  1787. if key == "k" then
  1788. konodioda:Play()
  1789. end
  1790. if key == "l" then
  1791. bast:Play()
  1792. end
  1793. if key == "p" then
  1794. zaworld:Play()
  1795. end
  1796. mouse.Button1Down:connect(function()
  1797. local mT = mouse.Target
  1798. if mT.ClassName == "Part" and tpEnabled == true then
  1799. tele:Play()
  1800. torso.CFrame = CFrame.new(mouse.Hit.p)
  1801. end
  1802. tpEnabled = false
  1803. end)
  1804.  
  1805. mouse.KeyDown:connect(function(key)
  1806. if key == "q" and tpEnabled == false then
  1807. za:Play()
  1808. tpEnabled = not tpEnabled
  1809. end
  1810. end)
  1811. end)
  1812. tool.Equipped:connect(function()
  1813. selected = true
  1814. end)
  1815. tool.Unequipped:connect(function()
  1816. selected = false
  1817. end)
  1818. sine = 0
  1819. charge = 1
  1820. cos = math.cos
  1821. game:GetService("RunService").RenderStepped:connect(function()
  1822. if POSU == false then
  1823. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1824. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1825. local checkstate = human:GetState()
  1826. if checkstate.Value == 13 then
  1827. animpose = "Sitting"
  1828. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1829. animpose = "Jumping"
  1830. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1831. animpose = "Falling"
  1832. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1833. animpose = "Idle"
  1834. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1835. animpose = "Walking"
  1836. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1837. animpose = "TooFast"
  1838. end
  1839. if animpose == "Idle" then
  1840. sine = sine + charge
  1841. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1842. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1843. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1844. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1845. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1846. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1847. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  1848. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1849. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  1850. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1851. end
  1852. if animpose == "Walking" then
  1853. sine = sine + charge
  1854. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1855. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1856. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  1857. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1858. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  1859. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1860. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  1861. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1862. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  1863. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1864. end
  1865. if animpose == "Jumping" then
  1866. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1867. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1868. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1869. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1870. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1871. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1872. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1873. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1874. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1875. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1876. end
  1877. if animpose == "Falling" then
  1878. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1879. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1880. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1881. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1882. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1883. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1884. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1885. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1886. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1887. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1888. end
  1889. if animpose == "TooFast" then
  1890. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1891. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1892. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1893. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1894. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1895. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1896. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1897. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1898. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1899. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1900. end
  1901. if animpose == "Sitting" then
  1902. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1903. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1904. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1905. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1906. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1907. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1908. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1909. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1910. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1911. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1912. end
  1913. end
  1914. if appeared == false and activu == false then
  1915. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1916. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1917. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1918. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1919. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1920. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1921. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1922. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1923. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1924. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1925. elseif appeared == true and activu == false then
  1926. sine = sine + charge
  1927. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
  1928. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1929. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1930. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1931. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1932. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1933. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
  1934. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1935. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
  1936. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1937. end
  1938. end)
  1939. function dispose()
  1940. for i, v in pairs(getfenv(0)) do
  1941. v = nil
  1942. end
  1943. error = nil
  1944. print = nil
  1945. warn = nil
  1946. end
  1947. human.Died:connect(dispose)
  1948. chr.Changed:connect(function()
  1949. if chr.Parent == nil then
  1950. dispose()
  1951. end
  1952. end)
  1953. local p = game.Players.LocalPlayer
  1954. local char = p.Character
  1955. local hed = char.Head
  1956. local LocalPlayer = p
  1957.  
  1958. local Player = game.Players.localPlayer
  1959. local Character = p.Character
  1960. local LeftArm2 = Character["Left Arm"]
  1961. local RightArm2 = Character["Right Arm"]
  1962. local LeftLeg2 = Character["Left Leg"]
  1963. local RightLeg2 = Character["Right Leg"]
  1964. local Head2 = Character.Head
  1965. local Torso2 = Character.Torso
  1966.  
  1967. --created by SoldierJoao
  1968. --Credits to metabee for the knives edit
  1969. cut = Instance.new("Sound", Character)
  1970. cut.SoundId = "https://www.roblox.com/asset/?id=0"
  1971. cut.Volume = 1.5
  1972. za = Instance.new("Sound", Character)
  1973. za.SoundId = "https://www.roblox.com/asset/?id=794076177"
  1974. za.Volume = 5
  1975. tele = Instance.new("Sound", Character)
  1976. tele.SoundId = "https://www.roblox.com/asset/?id=1180230203"
  1977. tele.Volume = 10
  1978. thri = Instance.new("Sound", Character)
  1979. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  1980. thri.Volume = 2.5
  1981. WRY = Instance.new("Sound", Character)
  1982. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  1983. WRY.Volume = 5
  1984.  
  1985. local Players=game:service'Players'
  1986. local Player=Players.LocalPlayer
  1987. local Mouse=Player:GetMouse''
  1988. local RenderStepped=game:service'RunService'.RenderStepped
  1989.  
  1990. local MeshId='http://www.roblox.com/asset?id=202083123'
  1991. local TextureId='http://www.roblox.com/asset/?id=189436355'
  1992.  
  1993. local BeeSpeed= 100
  1994.  
  1995. local QHold=false
  1996. local EHold=false
  1997.  
  1998. Mouse.Button1Down:connect(function()
  1999.  
  2000. cut:Play()
  2001. if Mouse.Target and canworld == false then
  2002.  
  2003. local Bee=Instance.new('Part',Player.Character)
  2004. Bee.CanCollide=false
  2005. Bee.Size=Vector3.new(2,2,2)
  2006. Bee.CFrame=Player.Character.Torso.CFrame
  2007. local BeeMesh=Instance.new('SpecialMesh',Bee)
  2008. BeeMesh.MeshType='FileMesh'
  2009. BeeMesh.MeshId=MeshId
  2010. BeeMesh.TextureId=TextureId
  2011. BeeMesh.Scale=Vector3.new(1,1,1)
  2012. local BodyVel=Instance.new('BodyVelocity',Bee)
  2013. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2014. local BodyGyro=Instance.new('BodyGyro',Bee)
  2015. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  2016. BodyGyro.P=2e4
  2017. coroutine.wrap(function()
  2018. RenderStepped:connect(function()
  2019. BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
  2020. BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
  2021. end)
  2022. end)()
  2023. Bee.Touched:connect(function(p)
  2024. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
  2025. p.Parent:BreakJoints()
  2026. Bee:Destroy''
  2027. thri:Play()
  2028. end
  2029. end)
  2030. end
  2031. end)
  2032.  
  2033.  
  2034. Mouse.KeyDown:connect(function(k)
  2035. local Key=k:lower''
  2036. if Key=='q'then
  2037. QHold=true
  2038. elseif Key=='e'then
  2039. EHold=true
  2040. end
  2041. end)
  2042.  
  2043. Mouse.KeyUp:connect(function(k)
  2044. local Key=k:lower''
  2045. if Key=='q'then
  2046. QHold=false
  2047. elseif Key=='e'then
  2048. EHold=false
  2049. end
  2050. end)
  2051.  
  2052. coroutine.wrap(function()
  2053. RenderStepped:connect(function()
  2054. if QHold then
  2055. if BeeSpeed>0 then
  2056. BeeSpeed=BeeSpeed-1
  2057. end
  2058. elseif EHold then
  2059. BeeSpeed=BeeSpeed+1
  2060. end
  2061. end)
  2062. end)()
  2063.  
  2064.  
  2065.  
  2066.  
  2067. mse = Player:GetMouse()
  2068.  
  2069. sound2 = Instance.new("Sound", Character)
  2070. sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
  2071. sound2.Volume = 2.5
  2072. sound4 = Instance.new("Sound", Character)
  2073. sound4.SoundId = "https://www.roblox.com/asset/?id=1193182658"
  2074. sound4.Volume = 10
  2075. TSTheme = Instance.new("Sound", Character)
  2076. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  2077. TSTheme.Volume = 2
  2078. mse.KeyDown:connect(function(key)
  2079. key = key:lower()
  2080. if key == "t" then
  2081. sound4:Play()
  2082. if canworld == false then return end
  2083. if canworld then
  2084. canworld = false
  2085. TSTheme:Play()
  2086.  
  2087. local function spawnpart()
  2088. sphere = Instance.new("Part")
  2089. --game.Debris:AddItem(sphere,3)
  2090. local sm = Instance.new("SpecialMesh", sphere)
  2091. sm.MeshType = "Sphere"
  2092. sphere.Transparency = 0.5
  2093. sphere.Anchored = true
  2094. sphere.CanCollide = false
  2095. sphere.Material = "Neon"
  2096. sphere.BrickColor = BrickColor.new("Black")
  2097. end
  2098.  
  2099. local function weld(lol)
  2100. local weld = Instance.new("Weld", Player.Character.Torso)
  2101. weld.Part0 = Player.Character.Torso
  2102. weld.Part1 = lol
  2103. weld.C0 = Player.Character.Torso.CFrame:inverse()
  2104. weld.C1 = lol.CFrame:inverse()
  2105. end
  2106. wait()
  2107. spawnpart()
  2108. for i, v in pairs(game.Players:GetChildren()) do
  2109. t = v.Character:FindFirstChild("Torso")
  2110. if t then
  2111. t.Anchored = true
  2112. Player.Character:FindFirstChild("Torso").Anchored = false
  2113. end
  2114. RA = v.Character:FindFirstChild("Right Arm")
  2115. if RA then
  2116. RA.Anchored = true
  2117. Player.Character:FindFirstChild("Right Arm").Anchored = false
  2118. end
  2119. LA = v.Character:FindFirstChild("Left Arm")
  2120. if LA then
  2121. LA.Anchored = true
  2122. Player.Character:FindFirstChild("Left Arm").Anchored = false
  2123. end
  2124. RL = v.Character:FindFirstChild("Right Leg")
  2125. if RL then
  2126. RL.Anchored = true
  2127. Player.Character:FindFirstChild("Right Leg").Anchored = false
  2128. end
  2129. LL = v.Character:FindFirstChild("Left Leg")
  2130. if LL then
  2131. LL.Anchored = true
  2132. Player.Character:FindFirstChild("Left Leg").Anchored = false
  2133. end
  2134. end
  2135. weld(sphere)
  2136. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  2137. cce.Saturation = -5
  2138. --game.Debris:AddItem(cce, 5)
  2139. sphere.Parent = Character.Torso
  2140. for i = 1,3 do
  2141. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  2142. wait()
  2143. end
  2144. wait()
  2145. sphere:Destroy()
  2146. BeeSpeed = 0
  2147. cce.Saturation = -0.1
  2148. wait(0.3)
  2149. cce.Saturation = -0.2
  2150. wait(0.3)
  2151. cce.Saturation = -0.3
  2152. wait(0.2)
  2153. cce.Saturation = -1.5
  2154. wait()
  2155. end
  2156. end
  2157. end
  2158. )
  2159. if canworld == false then
  2160. wait(9)
  2161. canworld = true
  2162. end
  2163.  
  2164. mse.KeyDown:connect(function(key)
  2165. key = key:lower()
  2166. if key == "y" then
  2167. canworld = true
  2168. sound2:Play()
  2169. wait()
  2170. BeeSpeed = 1
  2171. cce.Saturation = -1.3
  2172. wait(0.5)
  2173. BeeSpeed = 1.2
  2174. cce.Saturation = -0.5
  2175. wait(0.5)
  2176. BeeSpeed = 1.4
  2177. cce.Saturation = -0.4
  2178. wait(0.3)
  2179. BeeSpeed = 1.5
  2180. cce.Saturation = -0.2
  2181. wait(0.2)
  2182. cce.Saturation = 0
  2183.  
  2184. for i, v in pairs(game.Players:GetChildren()) do
  2185. t = v.Character:FindFirstChild("Torso")
  2186. if t then
  2187. t.Anchored = false
  2188. end
  2189. RA = v.Character:FindFirstChild("Right Arm")
  2190. if RA then
  2191. RA.Anchored = false
  2192. end
  2193. LA = v.Character:FindFirstChild("Left Arm")
  2194. if LA then
  2195. LA.Anchored = false
  2196. end
  2197. RL = v.Character:FindFirstChild("Right Leg")
  2198. if RL then
  2199. RL.Anchored = false
  2200. end
  2201. LL = v.Character:FindFirstChild("Left Leg")
  2202. if LL then
  2203. LL.Anchored = false
  2204. end
  2205. end
  2206. BeeSpeed = 100
  2207. TSTheme:Stop()
  2208. end
  2209. end)
Add Comment
Please, Sign In to add comment