Advertisement
wormybag9035

Dio f e

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