Advertisement
Idirina

Dio Script

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