Advertisement
MarcAndrew

Untitled

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