Advertisement
Nickdex69

Untitled

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