Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.89 KB | None | 0 0
  1.  
  2. -- This script has been converted to FE by iPxter
  3.  
  4.  
  5. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  6. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  7. do
  8. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  9. script.Parent = Player.Character
  10.  
  11. --RemoteEvent for communicating
  12. local Event = Instance.new("RemoteEvent")
  13. Event.Name = "UserInput_Event"
  14.  
  15. --Fake event to make stuff like Mouse.KeyDown work
  16. local function fakeEvent()
  17. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  18. t.connect = t.Connect
  19. return t
  20. end
  21.  
  22. --Creating fake input objects with fake variables
  23. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  24. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  25. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  26. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  27. end}
  28. --Merged 2 functions into one by checking amount of arguments
  29. CAS.UnbindAction = CAS.BindAction
  30.  
  31. --This function will trigger the events that have been :Connect()'ed
  32. local function te(self,ev,...)
  33. local t = m[ev]
  34. if t and t._fakeEvent and t.Function then
  35. t.Function(...)
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=Player then return end
  43. if io.isMouse then
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. else
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. for _,t in pairs(CAS.Actions) do
  52. for _,k in pairs(t.Keys) do
  53. if k==io.KeyCode then
  54. t.Function(t.Name,io.UserInputState,io)
  55. end
  56. end
  57. end
  58. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  59. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  60. end
  61. end)
  62. Event.Parent = NLS([==[
  63. local Player = owner
  64. local Event = script:WaitForChild("UserInput_Event")
  65.  
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local Mouse = Player:GetMouse()
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  86. end
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. --Edited by VV_rk
  96. -- date:7/15/17
  97. function TakeDamage(hum, dmg)
  98. hum:TakeDamage(dmg)
  99. end
  100. plr = owner,
  101. repeat
  102. wait(0.4)
  103. until plr.Character
  104. chr = plr.Character
  105. human = chr:FindFirstChild("Humanoid")
  106. human.Name = "hi"
  107. human.MaxHealth, human.Health = math.huge, math.huge
  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. de:Disconnect()
  1139. human:SetStateEnabled(15, true)
  1140. activu = false
  1141. EHMMM = 50
  1142. coroutine.resume(coroutine.create(function()
  1143. wait(7)
  1144. EHMMM = 0
  1145. end))
  1146. wherto = hrp
  1147. addcfr = cf(-2, 1, 2)
  1148. end
  1149. function MUDA()
  1150. if selected == false or activu == true then
  1151. return
  1152. end
  1153. if appeared == false then
  1154. standappear(thenoob)
  1155. wherto = hrp
  1156. addcfr = cf(0, 0, -3.5)
  1157. end
  1158. wry:Stop()
  1159. local bep = true
  1160. activu = true
  1161. wherto = hrp
  1162. addcfr = cf(0, 0, -3.5)
  1163. local function blur(limb)
  1164. coroutine.resume(coroutine.create(function()
  1165. local memedon = {}
  1166. for i = 1, 6 do
  1167. local b1 = Instance.new("Part")
  1168. nooutline(b1)
  1169. b1.Size = Vector3.new(1, 2, 1)
  1170. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1171. b1.CanCollide = false
  1172. b1.BrickColor = limb.BrickColor
  1173. b1.Anchored = true
  1174. b1.Transparency = 0.7
  1175. b1.Locked = true
  1176. b1.Parent = modz
  1177. table.insert(memedon, b1)
  1178. end
  1179. local num = 0
  1180. repeat
  1181. swait()
  1182. num = num % 6 + 1
  1183. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  1184. until bep == false
  1185. for i = 1, #memedon do
  1186. swait()
  1187. memedon[i]:Destroy()
  1188. end
  1189. end))
  1190. end
  1191. local de = mouse.KeyUp:connect(function(key)
  1192. if key == "r" then
  1193. bep = false
  1194. end
  1195. end)
  1196. blur(rightarm)
  1197. blur(leftarm)
  1198. local mudodo = Instance.new("Sound")
  1199. mudodo.Volume = 7.5
  1200. mudodo.SoundId = "rbxassetid://616593932"
  1201. mudodo.Looped = true
  1202. mudodo.Parent = hrp
  1203. mudodo:Play()
  1204. repeat
  1205. for _ = 1, 2 do
  1206. swait()
  1207. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  1208. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  1209. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  1210. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1211. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  1212. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1213. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1214. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1215. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1216. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1217. end
  1218. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1219. for _ = 1, 2 do
  1220. swait()
  1221. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  1222. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  1223. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  1224. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1225. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  1226. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1227. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1228. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1229. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1230. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1231. end
  1232. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1233. for _ = 1, 2 do
  1234. swait()
  1235. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  1236. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  1237. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  1238. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1239. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  1240. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1241. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1242. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1243. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  1244. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1245. end
  1246. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1247. for _ = 1, 2 do
  1248. swait()
  1249. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  1250. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  1251. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  1252. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1253. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  1254. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1255. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1256. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1257. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  1258. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  1259. end
  1260. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  1261. until bep == false or 0 >= human.Health
  1262. de:Disconnect()
  1263. mudodo:Stop()
  1264. wry:Play()
  1265. for _ = 1, 6 do
  1266. swait()
  1267. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  1268. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  1269. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  1270. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1271. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1272. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1273. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1274. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1275. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1276. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1277. end
  1278. for _ = 1, 7 do
  1279. swait()
  1280. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1281. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1282. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1283. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1284. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1285. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1286. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1287. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1288. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1289. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1290. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1291. end
  1292. swait(5)
  1293. wherto = hrp
  1294. mudodo:Destroy()
  1295. addcfr = cf(-2, 1, 2)
  1296. activu = false
  1297. end
  1298. function cability()
  1299. if selected == false or activu == true then
  1300. return
  1301. end
  1302. if appeared == false then
  1303. standappear(thenoob)
  1304. wherto = hrp
  1305. addcfr = cf(0, 0, -3.75)
  1306. end
  1307. activu = true
  1308. wherto = hrp
  1309. addcfr = cf(0, 0, -3.5)
  1310. local ZAWRUA = Instance.new("Sound")
  1311. ZAWRUA.SoundId = "rbxassetid://257346558"
  1312. ZAWRUA.Volume = 3
  1313. ZAWRUA.Parent = hrp
  1314. ZAWRUA:Play()
  1315. game.Debris:AddItem(ZAWRUA, 2.5)
  1316. local wate = Instance.new("Part")
  1317. nooutline(wate)
  1318. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1319. wate.Material = "Neon"
  1320. wate.Transparency = 1
  1321. wate.BrickColor = BrickColor.new("Forest green")
  1322. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1323. wate.Anchored = true
  1324. wate.CanCollide = false
  1325. wate.Parent = modz
  1326. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1327. coroutine.resume(coroutine.create(function()
  1328. repeat
  1329. swait()
  1330. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1331. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1332. until not wate
  1333. end))
  1334. coroutine.resume(coroutine.create(function()
  1335. local pt = {}
  1336. for _ = 1, 10 do
  1337. local wp = Instance.new("Part")
  1338. nooutline(wp)
  1339. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1340. wp.Material = "Neon"
  1341. wp.Transparency = 1
  1342. wp.BrickColor = BrickColor.new("Forest green")
  1343. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1344. wp.Anchored = true
  1345. wp.CanCollide = false
  1346. wp.Parent = modz
  1347. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1348. table.insert(pt, wp)
  1349. table.insert(pt, wmz)
  1350. end
  1351. for m = 1, 45 do
  1352. swait()
  1353. for _, hey in pairs(pt) do
  1354. if hey.ClassName == "SpecialMesh" then
  1355. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1356. elseif hey.ClassName == "Part" then
  1357. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1358. hey.Transparency = hey.Transparency - 0.015
  1359. end
  1360. end
  1361. end
  1362. for m = 45, 50 do
  1363. swait()
  1364. for _, hey in pairs(pt) do
  1365. if hey.ClassName == "SpecialMesh" then
  1366. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1367. elseif hey.ClassName == "Part" then
  1368. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1369. hey.Transparency = hey.Transparency + 0.2
  1370. end
  1371. end
  1372. end
  1373. for _, AAA in pairs(pt) do
  1374. if AAA.ClassName == "Part" then
  1375. AAA:Destroy()
  1376. end
  1377. end
  1378. end))
  1379. for _ = 1, 50 do
  1380. swait()
  1381. wmesh.Scale = Vector3.new(9, 9, 9)
  1382. wate.Transparency = wate.Transparency - 0.008
  1383. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1384. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1385. 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)
  1386. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1387. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1388. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1389. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1390. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1391. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1392. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1393. end
  1394. local pooo = Instance.new("Sound")
  1395. pooo.SoundId = "rbxassetid://686423225"
  1396. pooo.Volume = 3
  1397. pooo.Parent = hrp
  1398. pooo:Play()
  1399. game.Debris:AddItem(pooo, 2.5)
  1400. for _ = 1, 1 do
  1401. swait()
  1402. wate.Transparency = wate.Transparency + 0.15
  1403. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1404. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1405. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1406. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1407. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1408. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1409. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1410. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1411. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1412. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1413. end
  1414. local swoo = Instance.new("Part")
  1415. nooutline(swoo)
  1416. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1417. swoo.Material = "Neon"
  1418. swoo.Transparency = 0.2
  1419. swoo.BrickColor = BrickColor.new("Forest green")
  1420. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1421. swoo.Anchored = true
  1422. swoo.CanCollide = false
  1423. swoo.Parent = modz
  1424. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1425. local pli = Instance.new("PointLight")
  1426. pli.Brightness = 2
  1427. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1428. pli.Range = 10
  1429. pli.Shadows = true
  1430. pli.Parent = swoo
  1431. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1432. tagability(swoo, 4)
  1433. for _ = 1, 10 do
  1434. swait()
  1435. wate.Transparency = wate.Transparency + 0.05
  1436. swoo.Transparency = swoo.Transparency + 0.075
  1437. pli.Range = pli.Range - 1
  1438. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1439. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1440. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1441. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1442. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1443. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1444. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1445. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1446. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1447. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1448. end
  1449. wate:Destroy()
  1450. swoo:Destroy()
  1451. pli:Destroy()
  1452. swait(15)
  1453. wherto = hrp
  1454. addcfr = cf(-2, 1, 2)
  1455. activu = false
  1456. end
  1457. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1458. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1459. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1460. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1461. function THEBEST()
  1462. if selected == false or activu == true or appeared == true or POSU == true then
  1463. return
  1464. end
  1465. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1466. local dipperrot
  1467. if dipperhat then
  1468. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1469. end
  1470. activu = true
  1471. POSU = true
  1472. cam.CameraType = "Scriptable"
  1473. chr.PrimaryPart = hrp
  1474. human.WalkSpeed = 0
  1475. human:SetStateEnabled(3, false)
  1476. local actmus1 = Instance.new("Sound")
  1477. actmus1.SoundId = "rbxassetid://188959462"
  1478. actmus1.Volume = 1.5
  1479. actmus1.RollOffMode = 1
  1480. actmus1.TimePosition = 0
  1481. actmus1.Parent = cam
  1482. local actmus2 = Instance.new("Sound")
  1483. actmus2.SoundId = "rbxassetid://188959462"
  1484. actmus2.Volume = 1.5
  1485. actmus2.RollOffMode = 1
  1486. actmus2.TimePosition = 0
  1487. actmus2.Parent = hrp
  1488. actmus1:Play()
  1489. actmus2:Play()
  1490. local mus1 = Instance.new("Sound")
  1491. mus1.SoundId = "rbxassetid://616594208"
  1492. mus1.Volume = 1.25
  1493. mus1.TimePosition = 0.45
  1494. mus1.Parent = cam
  1495. local mus2 = Instance.new("Sound")
  1496. mus2.SoundId = "rbxassetid://616594208"
  1497. mus2.Volume = 1.25
  1498. mus2.TimePosition = 0.45
  1499. mus2.Parent = hrp
  1500. local zawarudoda = Instance.new("Sound")
  1501. zawarudoda.SoundId = "rbxassetid://616576400"
  1502. zawarudoda.Volume = 2
  1503. zawarudoda.TimePosition = 0.3
  1504. zawarudoda.Parent = hrp
  1505. mus1:Play()
  1506. mus2:Play()
  1507. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1508. local regface = hed.face.Texture
  1509. local whogothit, bodyvel
  1510. local function checkhit(partoz, magn)
  1511. for _, guy in pairs(workspace:GetChildren()) do
  1512. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1513. whogothit = guy
  1514. guy:FindFirstChild("Humanoid").PlatformStand = true
  1515. do
  1516. local derp = Instance.new("BodyPosition")
  1517. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1518. derp.P = 8000
  1519. derp.D = 500
  1520. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1521. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1522. bodyvel = derp
  1523. local derp2 = Instance.new("BodyAngularVelocity")
  1524. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1525. derp2.P = 8000
  1526. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1527. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1528. delay(0.1, function()
  1529. derp2:Destroy()
  1530. guy.Torso:Remove()
  1531. guy.Head:Remove()
  1532. end)
  1533. bodyvel = derp
  1534. end
  1535. end
  1536. end
  1537. end
  1538. coroutine.resume(coroutine.create(function()
  1539. for _ = 1, 25 do
  1540. swait()
  1541. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1542. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1543. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1544. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1545. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1546. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1547. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1548. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1549. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1550. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1551. end
  1552. for _ = 1, 20 do
  1553. swait()
  1554. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1555. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1556. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1557. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1558. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1559. if dipperhat then
  1560. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1561. end
  1562. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1563. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1564. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1565. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1566. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1567. end
  1568. end))
  1569. repeat
  1570. swait()
  1571. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1572. until mus1.TimePosition > 2.9
  1573. mus1:Pause()
  1574. mus2:Pause()
  1575. zawarudoda:Play()
  1576. coroutine.resume(coroutine.create(function()
  1577. for _ = 1, 7 do
  1578. swait()
  1579. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1580. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1581. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1582. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1583. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1584. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1585. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1586. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1587. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1588. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1589. end
  1590. for _ = 1, 16 do
  1591. swait()
  1592. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1593. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1594. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1595. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1596. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1597. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1598. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1599. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1600. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1601. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1602. end
  1603. end))
  1604. repeat
  1605. swait()
  1606. until zawarudoda.TimePosition > 1.4
  1607. zawarudoda:Pause()
  1608. activu = false
  1609. standappear(thenoob)
  1610. wherto = hrp
  1611. addcfr = cf(3, 0.25, -1.5)
  1612. activu = true
  1613. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1614. for _ = 1, 10 do
  1615. swait()
  1616. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1617. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1618. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1619. 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)
  1620. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1621. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1622. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1623. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1624. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1625. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1626. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1627. end
  1628. wherto = hrp
  1629. addcfr = cf(-3, 0.25, -1.5)
  1630. for _ = 1, 25 do
  1631. swait()
  1632. checkhit(rightarm, 3)
  1633. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1634. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1635. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1636. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1637. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1638. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1639. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1640. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1641. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1642. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1643. end
  1644. if whogothit then
  1645. print("derp")
  1646. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1647. local laugo = Instance.new("Sound")
  1648. laugo.SoundId = "rbxassetid://291088606"
  1649. laugo.Volume = 1.5
  1650. laugo.Parent = hrp
  1651. game.Debris:AddItem(laugo, 2.5)
  1652. laugo:Play()
  1653. local sda = 0
  1654. local chn = 2
  1655. local cs = math.cos
  1656. for D = 1, 60 do
  1657. swait()
  1658. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1659. sda = sda + chn
  1660. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1661. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1662. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1663. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1664. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1665. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1666. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1667. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1668. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1669. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1670. end
  1671. hed.face.Texture = "rbxassetid://176777497"
  1672. mus1.TimePosition = 2.75
  1673. mus1:Play()
  1674. for C = 1, 30 do
  1675. swait()
  1676. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1677. sda = sda + chn
  1678. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1679. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1680. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1681. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1682. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1683. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1684. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1685. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1686. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1687. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1688. end
  1689. for _ = 1, 5 do
  1690. swait()
  1691. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1692. sda = sda + chn
  1693. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1694. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1695. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1696. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1697. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1698. if dipperhat then
  1699. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1700. end
  1701. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1702. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1703. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1704. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1705. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1706. end
  1707. wait(2)
  1708. elseif whogothit == nil then
  1709. print("noderp")
  1710. end
  1711. human:SetStateEnabled(3, true)
  1712. activu = false
  1713. standappear(thenoob)
  1714. activu = true
  1715. if dipperhat then
  1716. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1717. end
  1718. actmus1:Destroy()
  1719. actmus2:Destroy()
  1720. bast:Play()
  1721. if bodyvel then
  1722. bodyvel:Destroy()
  1723. end
  1724. cam.CameraType = "Custom"
  1725. hed.face.Texture = regface
  1726. chr.PrimaryPart = head
  1727. human.WalkSpeed = 16
  1728. activu = false
  1729. POSU = false
  1730. end
  1731. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1732. for _, guy in pairs(workspace:GetChildren()) do
  1733. 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
  1734. do
  1735. local humz = guy:FindFirstChild("Humanoid")
  1736. local horp = guy:FindFirstChild("HumanoidRootPart")
  1737. TakeDamage(humz, dmg)
  1738. local db = Instance.new("StringValue")
  1739. db.Name = "alabo"
  1740. db.Parent = horp
  1741. delay(debtim, function()
  1742. db:Destroy()
  1743. end)
  1744. local b = Instance.new("Part")
  1745. nooutline(b)
  1746. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1747. b.Transparency = 0.25
  1748. b.Anchored = true
  1749. b.CanCollide = false
  1750. b.BrickColor = BrickColor.new("Institutional white")
  1751. b.Locked = true
  1752. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1753. b.Parent = modz
  1754. local c = Instance.new("SpecialMesh")
  1755. c.MeshType = "Sphere"
  1756. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1757. c.Parent = b
  1758. game.Debris:AddItem(b, 1)
  1759. if bodyfdire then
  1760. local boopyve = Instance.new("BodyVelocity")
  1761. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1762. boopyve.P = math.huge
  1763. boopyve.Velocity = bodyfdire
  1764. boopyve.Parent = horp
  1765. game.Debris:AddItem(boopyve, debtim)
  1766. end
  1767. local bet = Instance.new("Sound")
  1768. bet.Pitch = rd2(9, 11) / 10
  1769. bet.Volume = rd2(12, 14) / 10
  1770. bet.SoundId = "rbxassetid://165604684"
  1771. bet.Parent = b
  1772. bet:Play()
  1773. coroutine.resume(coroutine.create(function()
  1774. for _ = 1, 5 do
  1775. swait()
  1776. b.Transparency = b.Transparency + 0.15
  1777. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1778. end
  1779. end))
  1780. end
  1781. end
  1782. end
  1783. end
  1784. function tagability(partoz, magn)
  1785. for _, guy in pairs(workspace:GetChildren()) do
  1786. 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
  1787. do
  1788. local humz = guy:FindFirstChild("Humanoid")
  1789. humz.PlatformStand = true
  1790. delay(1, function()
  1791. humz.PlatformStand = false
  1792. end)
  1793. local horp = guy:FindFirstChild("HumanoidRootPart")
  1794. local db = Instance.new("StringValue")
  1795. db.Name = "dedrbaba"
  1796. db.Parent = horp
  1797. local bodyrot = Instance.new("BodyAngularVelocity")
  1798. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1799. bodyrot.P = math.huge
  1800. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1801. bodyrot.Parent = horp
  1802. local hL, tL, aL, bL, cL, dL
  1803. game.Debris:AddItem(bodyrot, 0.2)
  1804. if guy:FindFirstChild("Head") then
  1805. hL = guy:FindFirstChild("Head")
  1806. hL.BrickColor = BrickColor.new("Gold")
  1807. end
  1808. if guy:FindFirstChild("Torso") then
  1809. tL = guy:FindFirstChild("Torso")
  1810. tL.BrickColor = BrickColor.new("Bright blue")
  1811. end
  1812. if guy:FindFirstChild("Left Arm") then
  1813. aL = guy:FindFirstChild("Left Arm")
  1814. aL.BrickColor = BrickColor.new("Gold")
  1815. end
  1816. if guy:FindFirstChild("Right Arm") then
  1817. bL = guy:FindFirstChild("Right Arm")
  1818. bL.BrickColor = BrickColor.new("Gold")
  1819. end
  1820. if guy:FindFirstChild("Left Leg") then
  1821. cL = guy:FindFirstChild("Left Leg")
  1822. cL.BrickColor = BrickColor.new("Forest green")
  1823. end
  1824. if guy:FindFirstChild("Right Leg") then
  1825. dL = guy:FindFirstChild("Right Leg")
  1826. dL.BrickColor = BrickColor.new("Forest green")
  1827. end
  1828. coroutine.resume(coroutine.create(function()
  1829. if aL then
  1830. aL.Name = "Right Arm"
  1831. wait()
  1832. end
  1833. if bL then
  1834. bL.Name = "Left Leg"
  1835. wait()
  1836. end
  1837. if cL then
  1838. cL.Name = "Left Arm"
  1839. wait()
  1840. end
  1841. if dL then
  1842. dL.Name = "Right Leg"
  1843. end
  1844. end))
  1845. end
  1846. end
  1847. end
  1848. end
  1849. mouse.KeyDown:connect(function(key)
  1850. if human.Health <= 0 then
  1851. return
  1852. end
  1853. if key == "f" then
  1854. standappear(thenoob)
  1855. end
  1856. if key == "r" then
  1857. MUDA()
  1858. end
  1859. if key == "e" then
  1860. block()
  1861. end
  1862. if key == "v" then
  1863. cability()
  1864. end
  1865. if key == "m" and plr.UserId then
  1866. THEBEST()
  1867. end
  1868. if key == "j" then
  1869. THREATENING()
  1870. end
  1871. if key == "k" then
  1872. konodioda:Play()
  1873. end
  1874. if key == "l" then
  1875. bast:Play()
  1876. end
  1877. if key == "p" then
  1878. zaworld:Play()
  1879. end
  1880. end)
  1881. tool.Equipped:connect(function()
  1882. selected = true
  1883. end)
  1884. tool.Unequipped:connect(function()
  1885. selected = false
  1886. end)
  1887. sine = 0
  1888. charge = 1
  1889. cos = math.cos
  1890. game:GetService("RunService").RenderStepped:connect(function()
  1891. if POSU == false then
  1892. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1893. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1894. local checkstate = human:GetState()
  1895. if checkstate.Value == 13 then
  1896. animpose = "Sitting"
  1897. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1898. animpose = "Jumping"
  1899. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1900. animpose = "Falling"
  1901. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1902. animpose = "Idle"
  1903. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1904. animpose = "Walking"
  1905. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1906. animpose = "TooFast"
  1907. end
  1908. if animpose == "Idle" then
  1909. sine = sine + charge
  1910. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1911. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1912. 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)
  1913. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1914. 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)
  1915. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1916. 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)
  1917. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1918. 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)
  1919. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1920. end
  1921. if animpose == "Walking" 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(30 * cos(sine / 10))), 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(30 * cos(sine / 10))), 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(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  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(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  1932. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1933. end
  1934. if animpose == "Jumping" then
  1935. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1936. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1937. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1938. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1939. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1940. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1941. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1942. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1943. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1944. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1945. end
  1946. if animpose == "Falling" then
  1947. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1948. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1949. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1950. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1951. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1952. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1953. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1954. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1955. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1956. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1957. end
  1958. if animpose == "TooFast" then
  1959. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1960. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1961. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1962. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1963. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1964. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1965. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1966. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1967. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1968. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1969. end
  1970. if animpose == "Sitting" then
  1971. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1972. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1973. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1974. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1975. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1976. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1977. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1978. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1979. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1980. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1981. end
  1982. end
  1983. if appeared == false and activu == false then
  1984. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1985. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1986. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1987. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1988. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1989. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1990. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1991. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1992. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1993. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1994. elseif appeared == true and activu == false then
  1995. sine = sine + charge
  1996. 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)
  1997. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1998. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1999. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2000. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2001. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2002. 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)
  2003. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2004. 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)
  2005. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2006. end
  2007. end)
  2008. function dispose()
  2009. for i, v in pairs(getfenv(0)) do
  2010. v = nil
  2011. end
  2012. error = nil
  2013. print = nil
  2014. warn = nil
  2015. end
  2016. human.Died:connect(dispose)
  2017. chr.Changed:connect(function()
  2018. if chr.Parent == nil then
  2019. dispose()
  2020. end
  2021. end)
  2022. local p = owner,
  2023. local char = p.Character
  2024. local hed = char.Head
  2025. local LocalPlayer = p
  2026.  
  2027. local Player = owner
  2028. local Character = p.Character
  2029. local LeftArm2 = Character["Left Arm"]
  2030. local RightArm2 = Character["Right Arm"]
  2031. local LeftLeg2 = Character["Left Leg"]
  2032. local RightLeg2 = Character["Right Leg"]
  2033. local Head2 = Character.Head
  2034. local Torso2 = Character.Torso
  2035.  
  2036. --created by SoldierJoao
  2037. --Credits to metabee for the knives edit
  2038. cut = Instance.new("Sound", Character)
  2039. cut.SoundId = "https://www.roblox.com/asset/?id=0"
  2040. cut.Volume = 1.5
  2041. thri = Instance.new("Sound", Character)
  2042. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  2043. thri.Volume = 2.5
  2044. WRY = Instance.new("Sound", Character)
  2045. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  2046. WRY.Volume = 5
  2047.  
  2048. local Players=game:service'Players'
  2049. local Player=owner
  2050. local Mouse=Player:GetMouse''
  2051. local RenderStepped=game:service'RunService'.RenderStepped
  2052.  
  2053. local MeshId='http://www.roblox.com/asset?id=202083123'
  2054. local TextureId='http://www.roblox.com/asset/?id=189436355'
  2055.  
  2056. local BeeSpeed= 100
  2057.  
  2058. local QHold=false
  2059. local EHold=false
  2060.  
  2061. Mouse.Button1Down:connect(function()
  2062.  
  2063. cut:Play()
  2064. if Mouse.Target and canworld == false then
  2065.  
  2066. local Bee=Instance.new('Part',Player.Character)
  2067. Bee.CanCollide=false
  2068. Bee.Size=Vector3.new(2,2,2)
  2069. Bee.CFrame=Player.Character.Torso.CFrame
  2070. local BeeMesh=Instance.new('SpecialMesh',Bee)
  2071. BeeMesh.MeshType='FileMesh'
  2072. BeeMesh.MeshId=MeshId
  2073. BeeMesh.TextureId=TextureId
  2074. BeeMesh.Scale=Vector3.new(1,1,1)
  2075. local BodyVel=Instance.new('BodyVelocity',Bee)
  2076. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2077. local BodyGyro=Instance.new('BodyGyro',Bee)
  2078. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  2079. BodyGyro.P=2e4
  2080. coroutine.wrap(function()
  2081. RenderStepped:connect(function()
  2082. BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
  2083. BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
  2084. end)
  2085. end)()
  2086. Bee.Touched:connect(function(p)
  2087. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
  2088. p.Parent:BreakJoints()
  2089. Bee:Destroy''
  2090. thri:Play()
  2091. end
  2092. end)
  2093. end
  2094. end)
  2095.  
  2096.  
  2097. Mouse.KeyDown:connect(function(k)
  2098. local Key=k:lower''
  2099. if Key=='q'then
  2100. QHold=true
  2101. elseif Key=='e'then
  2102. EHold=true
  2103. end
  2104. end)
  2105.  
  2106. Mouse.KeyUp:connect(function(k)
  2107. local Key=k:lower''
  2108. if Key=='q'then
  2109. QHold=false
  2110. elseif Key=='e'then
  2111. EHold=false
  2112. end
  2113. end)
  2114.  
  2115. coroutine.wrap(function()
  2116. RenderStepped:connect(function()
  2117. if QHold then
  2118. if BeeSpeed>0 then
  2119. BeeSpeed=BeeSpeed-1
  2120. end
  2121. elseif EHold then
  2122. BeeSpeed=BeeSpeed+1
  2123. end
  2124. end)
  2125. end)()
  2126.  
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132. sound2 = Instance.new("Sound", Character)
  2133. sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
  2134. sound2.Volume = 2.5
  2135. sound4 = Instance.new("Sound", Character)
  2136. sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
  2137. sound4.Volume = 2
  2138. TSTheme = Instance.new("Sound", Character)
  2139. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  2140. TSTheme.Volume = 2
  2141. canworld = true
  2142. mse.KeyDown:connect(function(key)
  2143. key = key:lower()
  2144. if key == "t" then
  2145. sound4:Play()
  2146. if canworld == false then return end
  2147. if canworld then
  2148. canworld = false
  2149. TSTheme:Play()
  2150.  
  2151. local function spawnpart()
  2152. sphere = Instance.new("Part")
  2153. --game.Debris:AddItem(sphere,3)
  2154. local sm = Instance.new("SpecialMesh", sphere)
  2155. sm.MeshType = "Sphere"
  2156. sphere.Transparency = 0.5
  2157. sphere.Anchored = true
  2158. sphere.CanCollide = false
  2159. sphere.Material = "Neon"
  2160. sphere.BrickColor = BrickColor.new("Black")
  2161. end
  2162.  
  2163. local function weld(lol)
  2164. local weld = Instance.new("Weld", Player.Character.Torso)
  2165. weld.Part0 = Player.Character.Torso
  2166. weld.Part1 = lol
  2167. weld.C0 = Player.Character.Torso.CFrame:inverse()
  2168. weld.C1 = lol.CFrame:inverse()
  2169. end
  2170. wait()
  2171. spawnpart()
  2172. for i, v in pairs(game.Players:GetChildren()) do
  2173. t = v.Character:FindFirstChild("Torso")
  2174. if t then
  2175. t.Anchored = true
  2176. Player.Character:FindFirstChild("Torso").Anchored = false
  2177. end
  2178. RA = v.Character:FindFirstChild("Right Arm")
  2179. if RA then
  2180. RA.Anchored = true
  2181. Player.Character:FindFirstChild("Right Arm").Anchored = false
  2182. end
  2183. LA = v.Character:FindFirstChild("Left Arm")
  2184. if LA then
  2185. LA.Anchored = true
  2186. Player.Character:FindFirstChild("Left Arm").Anchored = false
  2187. end
  2188. RL = v.Character:FindFirstChild("Right Leg")
  2189. if RL then
  2190. RL.Anchored = true
  2191. Player.Character:FindFirstChild("Right Leg").Anchored = false
  2192. end
  2193. LL = v.Character:FindFirstChild("Left Leg")
  2194. if LL then
  2195. LL.Anchored = true
  2196. Player.Character:FindFirstChild("Left Leg").Anchored = false
  2197. end
  2198. end
  2199. weld(sphere)
  2200. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  2201. cce.Saturation = -5
  2202. --game.Debris:AddItem(cce, 5)
  2203. sphere.Parent = Character.Torso
  2204. for i = 1,3 do
  2205. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  2206. wait()
  2207. end
  2208. wait()
  2209. sphere:Destroy()
  2210. BeeSpeed = 0
  2211. cce.Saturation = -0.1
  2212. wait(0.3)
  2213. cce.Saturation = -0.2
  2214. wait(0.3)
  2215. cce.Saturation = -0.3
  2216. wait(0.2)
  2217. cce.Saturation = -1.5
  2218. wait()
  2219. end
  2220. end
  2221. end
  2222. )
  2223. if canworld == false then
  2224. wait(9)
  2225. canworld = true
  2226. end
  2227.  
  2228. mse.KeyDown:connect(function(key)
  2229. key = key:lower()
  2230. if key == "y" then
  2231. canworld = true
  2232. sound2:Play()
  2233. wait()
  2234. BeeSpeed = 1
  2235. cce.Saturation = -1.3
  2236. wait(0.5)
  2237. BeeSpeed = 1.2
  2238. cce.Saturation = -0.5
  2239. wait(0.5)
  2240. BeeSpeed = 1.4
  2241. cce.Saturation = -0.4
  2242. wait(0.3)
  2243. BeeSpeed = 1.5
  2244. cce.Saturation = -0.2
  2245. wait(0.2)
  2246. cce.Saturation = 0
  2247.  
  2248. for i, v in pairs(game.Players:GetChildren()) do
  2249. t = v.Character:FindFirstChild("Torso")
  2250. if t then
  2251. t.Anchored = false
  2252. end
  2253. RA = v.Character:FindFirstChild("Right Arm")
  2254. if RA then
  2255. RA.Anchored = false
  2256. end
  2257. LA = v.Character:FindFirstChild("Left Arm")
  2258. if LA then
  2259. LA.Anchored = false
  2260. end
  2261. RL = v.Character:FindFirstChild("Right Leg")
  2262. if RL then
  2263. RL.Anchored = false
  2264. end
  2265. LL = v.Character:FindFirstChild("Left Leg")
  2266. if LL then
  2267. LL.Anchored = false
  2268. end
  2269. end
  2270. BeeSpeed = 100
  2271. TSTheme:Stop()
  2272. end
  2273. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement