Advertisement
JRKPastesBins

Untitled

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