Advertisement
Nickdex69

Untitled

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