Advertisement
Nickdex69

Untitled

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