Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.59 KB | None | 0 0
  1. function TakeDamage(hum, dmg)
  2. hum:TakeDamage(dmg * 5)
  3. end
  4. plr = game.Players.LocalPlayer
  5. repeat
  6. wait(0.4)
  7. until plr.Character
  8. chr = plr.Character
  9. human = chr:FindFirstChild("Humanoid")
  10. human.MaxHealth = 1500
  11. human.Health = 1500
  12. mouse = plr:GetMouse()
  13. cam = workspace.CurrentCamera
  14. selected = false
  15. equipd = false
  16. tors = chr.Torso
  17. rarm = chr["Right Arm"]
  18. larm = chr["Left Arm"]
  19. rleg = chr["Right Leg"]
  20. lleg = chr["Left Leg"]
  21. hrp = chr.HumanoidRootPart
  22. hed = chr.Head
  23. anim = human.Animator
  24. activu = false
  25. appeared = false
  26. animpose = nil
  27. POSU = false
  28. local wherto = hrp
  29. local addcfr = CFrame.new(0, 0, 0)
  30. Heartbeat = Instance.new("BindableEvent")
  31. Heartbeat.Name = "Heartbeat"
  32. Heartbeat.Parent = script
  33. frame = 0.03333333333333333
  34. tf = 0
  35. game:GetService("RunService").Heartbeat:connect(function(s, p)
  36. tf = tf + s
  37. if tf >= frame then
  38. for i = 1, math.floor(tf / frame) do
  39. Heartbeat:Fire()
  40. end
  41. tf = tf - frame * math.floor(tf / frame)
  42. end
  43. end)
  44. function swait(num)
  45. if num == 0 or num == nil then
  46. Heartbeat.Event:wait()
  47. else
  48. for i = 1, num do
  49. Heartbeat.Event:wait()
  50. end
  51. end
  52. end
  53. tool = Instance.new("Tool")
  54. tool.CanBeDropped = false
  55. tool.RequiresHandle = false
  56. tool.TextureId = "rbxassetid://291302154"
  57. tool.ToolTip = "NANI"
  58. tool.Name = "AAAAAAAAAAAAAA"
  59. tool.Parent = plr.Backpack
  60. modz = Instance.new("Model")
  61. modz.Name = "efx"
  62. modz.Parent = chr
  63. ZANOOB = Instance.new("Model")
  64. ZANOOB.Name = "THE NOOB"
  65. ZANOOB.Parent = chr
  66. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  67. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  68. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  69. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  70. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  71. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  72. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  73. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  74. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  75. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  76. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  77. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  78. RS = tors:FindFirstChild("Right Shoulder")
  79. LS = tors:FindFirstChild("Left Shoulder")
  80. RH = tors:FindFirstChild("Right Hip")
  81. LH = tors:FindFirstChild("Left Hip")
  82. RJ = hrp:FindFirstChild("RootJoint")
  83. N = tors:FindFirstChild("Neck")
  84. cf = CFrame.new
  85. ang = CFrame.Angles
  86. rd = math.rad
  87. rd2 = math.random
  88. function nooutline(p)
  89. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  90. end
  91. function makepart(color, name, reflec, mater, parnt, cfram)
  92. local port = Instance.new("Part")
  93. port.BrickColor = BrickColor.new(color)
  94. port.Name = name
  95. port.Transparency = 1
  96. nooutline(port)
  97. port.Reflectance = reflec
  98. port.Material = mater
  99. port.Anchored = false
  100. port.CanCollide = false
  101. port.Locked = true
  102. port.Size = Vector3.new(0.2, 0.2, 0.2)
  103. port.Parent = parnt
  104. return port
  105. end
  106. function makemesh(meshtype, scale, meshid, parent)
  107. local mes = Instance.new("SpecialMesh")
  108. mes.MeshType = meshtype
  109. mes.Scale = scale
  110. if meshtype == "FileMesh" then
  111. mes.MeshId = meshid
  112. end
  113. mes.Parent = parent
  114. return mes
  115. end
  116. function makemotor(parent, p0, p1, c0, c1)
  117. swait()
  118. local wel = Instance.new("Motor6D")
  119. wel.Part0 = p0
  120. wel.Part1 = p1
  121. wel.C0 = c0
  122. if c1 ~= nil then
  123. wel.C1 = c1
  124. end
  125. wel.Parent = parent
  126. return wel
  127. end
  128. local konodioda = Instance.new("Sound")
  129. konodioda.SoundId = "rbxassetid://276263776"
  130. konodioda.Volume = 3.5
  131. konodioda.Parent = hrp
  132. local bast = Instance.new("Sound")
  133. bast.SoundId = "rbxassetid://616576465"
  134. bast.Volume = 0.5
  135. bast.Parent = hrp
  136. local zaworld = Instance.new("Sound")
  137. zaworld.SoundId = "rbxassetid://616576400"
  138. zaworld.Volume = 0.8
  139. zaworld.Parent = hrp
  140. local wry = Instance.new("Sound")
  141. wry.SoundId = "rbxassetid://1056668930"
  142. wry.Volume = 2.75
  143. wry.Parent = hrp
  144. function animo(yep)
  145. if yep == true then
  146. anim.Parent = human
  147. chr.Animate.Disabled = false
  148. elseif yep == false then
  149. chr.Animate.Disabled = true
  150. anim.Parent = nil
  151. end
  152. end
  153. animo(false)
  154. function lerpz(joint, prop, cfrmz, alp)
  155. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  156. end
  157. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  158. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  159. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  160. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  161. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  162. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  163. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  164. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  165. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  166. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  167. function resetlerp(whoever)
  168. if whoever == nil then
  169. RJ.C0 = RJC0
  170. RJ.C1 = RJC1
  171. N.C0 = NC0
  172. N.C1 = NC1
  173. RS.C0 = RSC0
  174. RS.C1 = RSC1
  175. LS.C0 = LSC0
  176. LS.C1 = LSC1
  177. RH.C0 = RHC0
  178. RH.C1 = RHC1
  179. LH.C0 = LHC0
  180. LH.C1 = LHC1
  181. elseif whoever ~= nil then
  182. nRJ.C0 = RJC0
  183. nRJ.C1 = RJC1
  184. nN.C0 = NC0
  185. nN.C1 = NC1
  186. nRS.C0 = RSC0
  187. nRS.C1 = RSC1
  188. nLS.C0 = LSC0
  189. nLS.C1 = LSC1
  190. nRH.C0 = RHC0
  191. nRH.C1 = RHC1
  192. nLH.C0 = LHC0
  193. nLH.C1 = LHC1
  194. end
  195. end
  196. function STANDO(cfr)
  197. local rooto = Instance.new("Part")
  198. nooutline(rooto)
  199. rooto.Name = "HumanoidRootPart"
  200. rooto.Anchored = true
  201. rooto.CFrame = cfr
  202. rooto.Size = Vector3.new(2, 2, 1)
  203. rooto.CanCollide = false
  204. rooto.Locked = true
  205. rooto.Transparency = 1
  206. rooto.Parent = ZANOOB
  207. local head = Instance.new("Part")
  208. nooutline(head)
  209. head.Anchored = false
  210. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  211. head.Size = Vector3.new(2, 1, 1)
  212. head.BrickColor = BrickColor.new("White")
  213. head.CanCollide = false
  214. head.Name = "Head"
  215. head.Locked = true
  216. head.Transparency = 1
  217. head.Parent = ZANOOB
  218. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  219. local headdecal = Instance.new("Decal")
  220. headdecal.Name = "face"
  221. headdecal.Texture = "rbxasset://textures/face.png"
  222. headdecal.Face = "Front"
  223. headdecal.Transparency = 1
  224. headdecal.Parent = head
  225. local torso = Instance.new("Part")
  226. nooutline(torso)
  227. torso.Name = "Torso"
  228. torso.Anchored = false
  229. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  230. torso.Size = Vector3.new(2, 1, 1)
  231. torso.BrickColor = BrickColor.new("Bright red")
  232. torso.CanCollide = false
  233. torso.Transparency = 1
  234. torso.Locked = true
  235. torso.Parent = ZANOOB
  236. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  237. local leftarm = Instance.new("Part")
  238. nooutline(leftarm)
  239. leftarm.Anchored = false
  240. leftarm.Name = "Left Arm"
  241. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  242. leftarm.Size = Vector3.new(1, 2, 1)
  243. leftarm.BrickColor = BrickColor.new("White")
  244. leftarm.CanCollide = false
  245. leftarm.Transparency = 1
  246. leftarm.Locked = true
  247. leftarm.Parent = ZANOOB
  248. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  249. local rightarm = Instance.new("Part")
  250. nooutline(rightarm)
  251. rightarm.Anchored = false
  252. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  253. rightarm.Name = "Right Arm"
  254. rightarm.Size = Vector3.new(1, 2, 1)
  255. rightarm.BrickColor = BrickColor.new("White")
  256. rightarm.CanCollide = false
  257. rightarm.Locked = true
  258. rightarm.Transparency = 1
  259. rightarm.Parent = ZANOOB
  260. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  261. local leftleg = Instance.new("Part")
  262. nooutline(leftleg)
  263. leftleg.Anchored = false
  264. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  265. leftleg.Name = "Left Leg"
  266. leftleg.Size = Vector3.new(1, 2, 1)
  267. leftleg.BrickColor = BrickColor.new("Really black")
  268. leftleg.CanCollide = false
  269. leftleg.Transparency = 1
  270. leftleg.Locked = true
  271. leftleg.Parent = ZANOOB
  272. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  273. local rightleg = Instance.new("Part")
  274. nooutline(rightleg)
  275. rightleg.Anchored = false
  276. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  277. rightleg.Name = "Right Leg"
  278. rightleg.Size = Vector3.new(1, 2, 1)
  279. rightleg.BrickColor = BrickColor.new("Really black")
  280. rightleg.CanCollide = false
  281. rightleg.Locked = true
  282. rightleg.Transparency = 1
  283. rightleg.Parent = ZANOOB
  284. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  285. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  286. rootweld.Name = "RootJoint"
  287. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  288. neckweld.Name = "Neck"
  289. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  290. rshoulderweld.Name = "Right Shoulder"
  291. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  292. lshoulderweld.Name = "Left Shoulder"
  293. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  294. rhipweld.Name = "Right Hip"
  295. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  296. lhipweld.Name = "Left Hip"
  297. local should1 = Instance.new("Part")
  298. nooutline(should1)
  299. should1.Anchored = false
  300. should1.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  301. should1.Name = "should1"
  302. should1.Size = Vector3.new(1.5, 0.25, 1)
  303. should1.BrickColor = BrickColor.new("Bright yellow")
  304. should1.CanCollide = false
  305. should1.Locked = true
  306. should1.Transparency = 1
  307. should1.Parent = ZANOOB
  308. local should1w = makemotor(should1, should1, torso, ang(rd(0), rd(0), rd(0)) * cf(-1.5, -1.1, 0), ang(0, 0, 0))
  309. local should2 = Instance.new("Part")
  310. nooutline(should2)
  311. should2.Anchored = false
  312. should2.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  313. should2.Name = "should1"
  314. should2.Size = Vector3.new(1.5, 0.25, 1)
  315. should2.BrickColor = BrickColor.new("Bright yellow")
  316. should2.CanCollide = false
  317. should2.Locked = true
  318. should2.Transparency = 1
  319. should2.Parent = ZANOOB
  320. local should2w = makemotor(should2, should2, torso, ang(rd(0), rd(0), rd(0)) * cf(1.5, -1.1, 0), ang(0, 0, 0))
  321. local pa7 = Instance.new("Part")
  322. nooutline(pa7)
  323. pa7.Anchored = false
  324. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  325. pa7.Name = "pa7"
  326. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  327. pa7.BrickColor = BrickColor.new("Bright yellow")
  328. pa7.CanCollide = false
  329. pa7.Locked = true
  330. pa7.Transparency = 1
  331. pa7.Parent = ZANOOB
  332. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  333. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.9, 0), ang(0, 0, 0))
  334. local raemblem = Instance.new("Part")
  335. nooutline(raemblem)
  336. raemblem.Anchored = false
  337. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  338. raemblem.Name = "raemblem"
  339. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  340. raemblem.BrickColor = BrickColor.new("White")
  341. raemblem.CanCollide = false
  342. raemblem.Locked = true
  343. raemblem.Material = "SmoothPlastic"
  344. raemblem.Transparency = 1
  345. raemblem.Parent = ZANOOB
  346. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  347. 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))
  348. local emmes = Instance.new("Decal")
  349. emmes.Texture = "rbxassetid://291302154"
  350. emmes.Transparency = 1
  351. emmes.Face = "Right"
  352. emmes.Name = "embe"
  353. emmes.Parent = raemblem
  354. local ra1 = Instance.new("Part")
  355. nooutline(ra1)
  356. ra1.Anchored = false
  357. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  358. ra1.Name = "ra1"
  359. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  360. ra1.BrickColor = BrickColor.new("Really black")
  361. ra1.CanCollide = false
  362. ra1.Locked = true
  363. ra1.Transparency = 1
  364. ra1.Parent = ZANOOB
  365. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  366. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  367. local ra2 = Instance.new("Part")
  368. nooutline(ra2)
  369. ra2.Anchored = false
  370. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  371. ra2.Name = "ra2"
  372. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  373. ra2.BrickColor = BrickColor.new("Really black")
  374. ra2.CanCollide = false
  375. ra2.Locked = true
  376. ra2.Transparency = 1
  377. ra2.Parent = ZANOOB
  378. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  379. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  380. local ra3 = Instance.new("Part")
  381. nooutline(ra3)
  382. ra3.Anchored = false
  383. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  384. ra3.Name = "ra3"
  385. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  386. ra3.BrickColor = BrickColor.new("Bright red")
  387. ra3.CanCollide = false
  388. ra3.Locked = true
  389. ra3.Transparency = 1
  390. ra3.Parent = ZANOOB
  391. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  392. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  393. local ra4 = Instance.new("Part")
  394. nooutline(ra4)
  395. ra4.Anchored = false
  396. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  397. ra4.Name = "ra4"
  398. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  399. ra4.BrickColor = BrickColor.new("Bright red")
  400. ra4.CanCollide = false
  401. ra4.Locked = true
  402. ra4.Transparency = 1
  403. ra4.Parent = ZANOOB
  404. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  405. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  406. local ra5 = Instance.new("Part")
  407. nooutline(ra5)
  408. ra5.Anchored = false
  409. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  410. ra5.Name = "ra5"
  411. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  412. ra5.BrickColor = BrickColor.new("White")
  413. ra5.CanCollide = false
  414. ra5.Locked = true
  415. ra5.Transparency = 1
  416. ra5.Parent = ZANOOB
  417. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  418. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  419. local la1 = Instance.new("Part")
  420. nooutline(la1)
  421. la1.Anchored = false
  422. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  423. la1.Name = "la1"
  424. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  425. la1.BrickColor = BrickColor.new("Really black")
  426. la1.CanCollide = false
  427. la1.Locked = true
  428. la1.Transparency = 1
  429. la1.Parent = ZANOOB
  430. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  431. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  432. local la2 = Instance.new("Part")
  433. nooutline(la2)
  434. la2.Anchored = false
  435. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  436. la2.Name = "la2"
  437. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  438. la2.BrickColor = BrickColor.new("Really black")
  439. la2.CanCollide = false
  440. la2.Locked = true
  441. la2.Transparency = 1
  442. la2.Parent = ZANOOB
  443. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  444. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  445. local la3 = Instance.new("Part")
  446. nooutline(la3)
  447. la3.Anchored = false
  448. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  449. la3.Name = "la3"
  450. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  451. la3.BrickColor = BrickColor.new("Bright red")
  452. la3.CanCollide = false
  453. la3.Locked = true
  454. la3.Transparency = 1
  455. la3.Parent = ZANOOB
  456. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  457. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  458. local la4 = Instance.new("Part")
  459. nooutline(la4)
  460. la4.Anchored = false
  461. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  462. la4.Name = "la4"
  463. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  464. la4.BrickColor = BrickColor.new("Bright red")
  465. la4.CanCollide = false
  466. la4.Locked = true
  467. la4.Transparency = 1
  468. la4.Parent = ZANOOB
  469. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  470. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  471. local la5 = Instance.new("Part")
  472. nooutline(la5)
  473. la5.Anchored = false
  474. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  475. la5.Name = "la5"
  476. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  477. la5.BrickColor = BrickColor.new("White")
  478. la5.CanCollide = false
  479. la5.Locked = true
  480. la5.Transparency = 1
  481. la5.Parent = ZANOOB
  482. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  483. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  484. local ll1 = Instance.new("Part")
  485. nooutline(ll1)
  486. ll1.Anchored = false
  487. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  488. ll1.Name = "ll1"
  489. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  490. ll1.BrickColor = BrickColor.new("Bright red")
  491. ll1.CanCollide = false
  492. ll1.Locked = true
  493. ll1.Transparency = 1
  494. ll1.Parent = ZANOOB
  495. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  496. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  497. local ll2 = Instance.new("Part")
  498. nooutline(ll2)
  499. ll2.Anchored = false
  500. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  501. ll2.Name = "ll2"
  502. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  503. ll2.BrickColor = BrickColor.new("Bright red")
  504. ll2.CanCollide = false
  505. ll2.Locked = true
  506. ll2.Transparency = 1
  507. ll2.Parent = ZANOOB
  508. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  509. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  510. local ll3 = Instance.new("Part")
  511. nooutline(ll3)
  512. ll3.Anchored = false
  513. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  514. ll3.Name = "ll3"
  515. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  516. ll3.BrickColor = BrickColor.new("White")
  517. ll3.CanCollide = false
  518. ll3.Locked = true
  519. ll3.Transparency = 1
  520. ll3.Parent = ZANOOB
  521. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  522. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  523. local rr1 = Instance.new("Part")
  524. nooutline(rr1)
  525. rr1.Anchored = false
  526. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  527. rr1.Name = "rr1"
  528. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  529. rr1.BrickColor = BrickColor.new("Bright red")
  530. rr1.CanCollide = false
  531. rr1.Locked = true
  532. rr1.Transparency = 1
  533. rr1.Parent = ZANOOB
  534. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  535. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  536. local rr2 = Instance.new("Part")
  537. nooutline(rr2)
  538. rr2.Anchored = false
  539. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  540. rr2.Name = "rr2"
  541. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  542. rr2.BrickColor = BrickColor.new("Bright red")
  543. rr2.CanCollide = false
  544. rr2.Locked = true
  545. rr2.Transparency = 1
  546. rr2.Parent = ZANOOB
  547. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  548. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  549. local rr3 = Instance.new("Part")
  550. nooutline(rr3)
  551. rr3.Anchored = false
  552. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  553. rr3.Name = "rr3"
  554. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  555. rr3.BrickColor = BrickColor.new("White")
  556. rr3.CanCollide = false
  557. rr3.Locked = true
  558. rr3.Transparency = 1
  559. rr3.Parent = ZANOOB
  560. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  561. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  562. return ZANOOB
  563. end
  564. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  565. coroutine.resume(coroutine.create(function()
  566. local rot = thenoob.HumanoidRootPart
  567. repeat
  568. swait()
  569. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  570. until rot == nil
  571. end))
  572. local rot = thenoob.HumanoidRootPart
  573. local ntorso = thenoob:FindFirstChild("Torso")
  574. local rightarm = thenoob:FindFirstChild("Right Arm")
  575. local leftarm = thenoob:FindFirstChild("Left Arm")
  576. local leftleg = thenoob:FindFirstChild("Left Leg")
  577. local rightleg = thenoob:FindFirstChild("Right Leg")
  578. local head = thenoob:FindFirstChild("Head")
  579. local face = head:FindFirstChild("face")
  580. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  581. local embpart = thenoob:FindFirstChild("raemblem")
  582. local nRJ = rot:FindFirstChild("RootJoint")
  583. local nN = ntorso:FindFirstChild("Neck")
  584. local nRS = ntorso:FindFirstChild("Right Shoulder")
  585. local nLS = ntorso:FindFirstChild("Left Shoulder")
  586. local nRH = ntorso:FindFirstChild("Right Hip")
  587. local nLH = ntorso:FindFirstChild("Left Hip")
  588. function standappear(nbz)
  589. if selected == false or activu == true then
  590. return
  591. end
  592. if appeared == false then
  593. appeared = true
  594. wherto = hrp
  595. addcfr = cf(-2, 1, 2)
  596. local apear = Instance.new("Sound")
  597. apear.SoundId = "rbxassetid://463010917"
  598. apear.Parent = rot
  599. apear.Volume = 1.25
  600. game.Debris:AddItem(apear, 1.5)
  601. apear:Play()
  602. for _, n in pairs(nbz:GetChildren()) do
  603. coroutine.resume(coroutine.create(function()
  604. for _ = 1, 5 do
  605. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  606. swait()
  607. n.Transparency = n.Transparency - 0.2
  608. face.Transparency = face.Transparency - 0.2
  609. emblem.Transparency = emblem.Transparency - 0.2
  610. end
  611. end
  612. if n ~= rot and n ~= embpart then
  613. n.Transparency = 0
  614. end
  615. face.Transparency = 0
  616. emblem.Transparency = 0
  617. end))
  618. end
  619. elseif appeared == true then
  620. appeared = false
  621. wherto = hrp
  622. addcfr = cf(0, 0, 0)
  623. for _, n in pairs(nbz:GetChildren()) do
  624. coroutine.resume(coroutine.create(function()
  625. for _ = 1, 5 do
  626. if n ~= rot and n ~= embpart then
  627. swait()
  628. n.Transparency = n.Transparency + 0.2
  629. face.Transparency = face.Transparency + 0.2
  630. emblem.Transparency = emblem.Transparency + 0.2
  631. end
  632. end
  633. if n ~= rot and n ~= embpart then
  634. n.Transparency = 1
  635. end
  636. face.Transparency = 1
  637. emblem.Transparency = 1
  638. end))
  639. end
  640. end
  641. end
  642. function THREATENING()
  643. if selected == false or activu == true then
  644. return
  645. end
  646. if POSU == false then
  647. POSU = true
  648. human.WalkSpeed = 0
  649. local d = Instance.new("ParticleEmitter")
  650. d.Name = "MENACINGU"
  651. d.Lifetime = NumberRange.new(1)
  652. d.Rate = 2
  653. d.Texture = "rbxassetid://298768656"
  654. d.VelocitySpread = 60
  655. d.Parent = tors
  656. human:SetStateEnabled(3, false)
  657. local randomoth = math.random(1, 2)
  658. if randomoth == 1 then
  659. repeat
  660. swait()
  661. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  662. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  663. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  664. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  665. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  666. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  667. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  668. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  669. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  670. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  671. until POSU == false
  672. elseif randomoth == 2 then
  673. repeat
  674. swait()
  675. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  676. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  677. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  678. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  679. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  680. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  681. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  682. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  683. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  684. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  685. until POSU == false
  686. end
  687. elseif POSU == true then
  688. POSU = false
  689. human.WalkSpeed = 16
  690. human:SetStateEnabled(3, true)
  691. tors.MENACINGU:Destroy()
  692. activu = true
  693. activu = false
  694. end
  695. end
  696. local EHMMM = 0
  697. function block()
  698. if EHMMM == 50 or selected == false or activu == true then
  699. return
  700. end
  701. if appeared == false then
  702. standappear(thenoob)
  703. end
  704. wherto = hrp
  705. addcfr = cf(0, 0, -3)
  706. local bep = true
  707. local humanshealth = human.Health
  708. activu = true
  709. human:SetStateEnabled(15, false)
  710. local de = mouse.KeyUp:connect(function(key)
  711. if key == "e" then
  712. bep = false
  713. end
  714. end)
  715. local poopes = 0
  716. repeat
  717. swait()
  718. poopes = poopes + 1
  719. human.Health = humanshealth
  720. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  721. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  722. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  723. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  724. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  725. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  726. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  727. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  728. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  729. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  730. until bep == false or poopes > 240
  731. de:Disconnect()
  732. human:SetStateEnabled(15, true)
  733. activu = false
  734. EHMMM = 50
  735. coroutine.resume(coroutine.create(function()
  736. wait(7)
  737. EHMMM = 0
  738. end))
  739. wherto = hrp
  740. addcfr = cf(-2, 1, 2)
  741. end
  742. function MUDA()
  743. if selected == false or activu == true then
  744. return
  745. end
  746. if appeared == false then
  747. standappear(thenoob)
  748. wherto = hrp
  749. addcfr = cf(0, 0, -3.5)
  750. end
  751. wry:Stop()
  752. local bep = true
  753. activu = true
  754. wherto = hrp
  755. addcfr = cf(0, 0, -3.5)
  756. local function blur(limb)
  757. coroutine.resume(coroutine.create(function()
  758. local memedon = {}
  759. for i = 1, 6 do
  760. local b1 = Instance.new("Part")
  761. nooutline(b1)
  762. b1.Size = Vector3.new(1, 2, 1)
  763. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  764. b1.CanCollide = false
  765. b1.BrickColor = limb.BrickColor
  766. b1.Anchored = true
  767. b1.Transparency = 0.7
  768. b1.Locked = true
  769. b1.Parent = modz
  770. table.insert(memedon, b1)
  771. end
  772. local num = 0
  773. repeat
  774. swait()
  775. num = num % 6 + 1
  776. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  777. until bep == false
  778. for i = 1, #memedon do
  779. swait()
  780. memedon[i]:Destroy()
  781. end
  782. end))
  783. end
  784. local de = mouse.KeyUp:connect(function(key)
  785. if key == "r" then
  786. bep = false
  787. end
  788. end)
  789. blur(rightarm)
  790. blur(leftarm)
  791. local mudodo = Instance.new("Sound")
  792. mudodo.Volume = 7.5
  793. mudodo.SoundId = "rbxassetid://791374350"
  794. mudodo.Looped = true
  795. mudodo.Parent = hrp
  796. mudodo:Play()
  797. repeat
  798. for _ = 1, 2 do
  799. swait()
  800. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  801. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  802. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  803. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  804. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  805. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  806. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  807. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  808. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  809. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  810. end
  811. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  812. for _ = 1, 2 do
  813. swait()
  814. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  815. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  816. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  817. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  818. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  819. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  820. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  821. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  822. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  823. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  824. end
  825. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  826. for _ = 1, 2 do
  827. swait()
  828. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  829. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  830. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  831. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  832. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  833. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  834. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  835. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  836. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  837. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  838. end
  839. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  840. for _ = 1, 2 do
  841. swait()
  842. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  843. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  844. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  845. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  846. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  847. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  848. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  849. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  850. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  851. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  852. end
  853. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  854. until bep == false or 0 >= human.Health
  855. de:Disconnect()
  856. mudodo:Stop()
  857. wry:Play()
  858. for _ = 1, 6 do
  859. swait()
  860. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  861. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  862. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  863. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  864. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  865. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  866. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  867. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  868. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  869. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  870. end
  871. for _ = 1, 7 do
  872. swait()
  873. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  874. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  875. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  876. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  877. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  878. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  879. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  880. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  881. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  882. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  883. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  884. end
  885. swait(5)
  886. wherto = hrp
  887. mudodo:Destroy()
  888. addcfr = cf(-2, 1, 2)
  889. activu = false
  890. end
  891. function cability()
  892. if selected == false or activu == true then
  893. return
  894. end
  895. if appeared == false then
  896. standappear(thenoob)
  897. wherto = hrp
  898. addcfr = cf(0, 0, -3.75)
  899. end
  900. activu = true
  901. wherto = hrp
  902. addcfr = cf(0, 0, -3.5)
  903. local ZAWRUA = Instance.new("Sound")
  904. ZAWRUA.SoundId = "rbxassetid://257346558"
  905. ZAWRUA.Volume = 3
  906. ZAWRUA.Parent = hrp
  907. ZAWRUA:Play()
  908. game.Debris:AddItem(ZAWRUA, 2.5)
  909. local wate = Instance.new("Part")
  910. nooutline(wate)
  911. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  912. wate.Material = "Neon"
  913. wate.Transparency = 1
  914. wate.BrickColor = BrickColor.new("Bright red")
  915. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  916. wate.Anchored = true
  917. wate.CanCollide = false
  918. wate.Parent = modz
  919. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  920. coroutine.resume(coroutine.create(function()
  921. repeat
  922. swait()
  923. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  924. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  925. until not wate
  926. end))
  927. coroutine.resume(coroutine.create(function()
  928. local pt = {}
  929. for _ = 1, 10 do
  930. local wp = Instance.new("Part")
  931. nooutline(wp)
  932. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  933. wp.Material = "Neon"
  934. wp.Transparency = 1
  935. wp.BrickColor = BrickColor.new("Bright red")
  936. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  937. wp.Anchored = true
  938. wp.CanCollide = false
  939. wp.Parent = modz
  940. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  941. table.insert(pt, wp)
  942. table.insert(pt, wmz)
  943. end
  944. for m = 1, 45 do
  945. swait()
  946. for _, hey in pairs(pt) do
  947. if hey.ClassName == "SpecialMesh" then
  948. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  949. elseif hey.ClassName == "Part" then
  950. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  951. hey.Transparency = hey.Transparency - 0.015
  952. end
  953. end
  954. end
  955. for m = 45, 50 do
  956. swait()
  957. for _, hey in pairs(pt) do
  958. if hey.ClassName == "SpecialMesh" then
  959. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  960. elseif hey.ClassName == "Part" then
  961. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  962. hey.Transparency = hey.Transparency + 0.2
  963. end
  964. end
  965. end
  966. for _, AAA in pairs(pt) do
  967. if AAA.ClassName == "Part" then
  968. AAA:Destroy()
  969. end
  970. end
  971. end))
  972. for _ = 1, 50 do
  973. swait()
  974. wmesh.Scale = Vector3.new(9, 9, 9)
  975. wate.Transparency = wate.Transparency - 0.008
  976. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  977. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  978. 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)
  979. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  980. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  981. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  982. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  983. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  984. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  985. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  986. end
  987. local pooo = Instance.new("Sound")
  988. pooo.SoundId = "rbxassetid://1277342512"
  989. pooo.Volume = 3
  990. pooo.Parent = hrp
  991. pooo:Play()
  992. game.Debris:AddItem(pooo, 2.5)
  993. for _ = 1, 1 do
  994. swait()
  995. wate.Transparency = wate.Transparency + 0.15
  996. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  997. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  998. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  999. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1000. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1001. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1002. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1003. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1004. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1005. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1006. end
  1007. local swoo = Instance.new("Part")
  1008. nooutline(swoo)
  1009. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1010. swoo.Material = "Neon"
  1011. swoo.Transparency = 0.2
  1012. swoo.BrickColor = BrickColor.new("Bright red")
  1013. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1014. swoo.Anchored = true
  1015. swoo.CanCollide = false
  1016. swoo.Parent = modz
  1017. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1018. local pli = Instance.new("PointLight")
  1019. pli.Brightness = 2
  1020. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1021. pli.Range = 10
  1022. pli.Shadows = true
  1023. pli.Parent = swoo
  1024. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1025. for _ = 1, 10 do
  1026. swait()
  1027. wate.Transparency = wate.Transparency + 0.05
  1028. swoo.Transparency = swoo.Transparency + 0.075
  1029. pli.Range = pli.Range - 1
  1030. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1031. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1032. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1033. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1034. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1035. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1036. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1037. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1038. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1039. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1040. end
  1041. wate:Destroy()
  1042. swoo:Destroy()
  1043. pli:Destroy()
  1044. swait(15)
  1045. wherto = hrp
  1046. addcfr = cf(-2, 1, 2)
  1047. activu = false
  1048. end
  1049. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1050. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1051. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1052. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1053. function THEBEST()
  1054. if selected == false or activu == true or appeared == true or POSU == true then
  1055. return
  1056. end
  1057. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1058. local dipperrot
  1059. if dipperhat then
  1060. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1061. end
  1062. activu = true
  1063. POSU = true
  1064. cam.CameraType = "Scriptable"
  1065. chr.PrimaryPart = hrp
  1066. human.WalkSpeed = 0
  1067. human:SetStateEnabled(3, false)
  1068. local actmus1 = Instance.new("Sound")
  1069. actmus1.SoundId = "rbxassetid://188959462"
  1070. actmus1.Volume = 1.5
  1071. actmus1.RollOffMode = 1
  1072. actmus1.TimePosition = 0
  1073. actmus1.Parent = cam
  1074. local actmus2 = Instance.new("Sound")
  1075. actmus2.SoundId = "rbxassetid://188959462"
  1076. actmus2.Volume = 1.5
  1077. actmus2.RollOffMode = 1
  1078. actmus2.TimePosition = 0
  1079. actmus2.Parent = hrp
  1080. actmus1:Play()
  1081. actmus2:Play()
  1082. local mus1 = Instance.new("Sound")
  1083. mus1.SoundId = "rbxassetid://616594208"
  1084. mus1.Volume = 1.25
  1085. mus1.TimePosition = 0.45
  1086. mus1.Parent = cam
  1087. local mus2 = Instance.new("Sound")
  1088. mus2.SoundId = "rbxassetid://616594208"
  1089. mus2.Volume = 1.25
  1090. mus2.TimePosition = 0.45
  1091. mus2.Parent = hrp
  1092. local zawarudoda = Instance.new("Sound")
  1093. zawarudoda.SoundId = "rbxassetid://616576400"
  1094. zawarudoda.Volume = 2
  1095. zawarudoda.TimePosition = 0.3
  1096. zawarudoda.Parent = hrp
  1097. mus1:Play()
  1098. mus2:Play()
  1099. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1100. local regface = hed.face.Texture
  1101. local whogothit, bodyvel
  1102. local function checkhit(partoz, magn)
  1103. for _, guy in pairs(workspace:GetChildren()) do
  1104. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1105. whogothit = guy
  1106. guy:FindFirstChild("Humanoid").PlatformStand = true
  1107. do
  1108. local derp = Instance.new("BodyPosition")
  1109. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1110. derp.P = 8000
  1111. derp.D = 500
  1112. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1113. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1114. bodyvel = derp
  1115. local derp2 = Instance.new("BodyAngularVelocity")
  1116. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1117. derp2.P = 8000
  1118. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1119. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1120. delay(0.1, function()
  1121. derp2:Destroy()
  1122. end)
  1123. bodyvel = derp
  1124. end
  1125. end
  1126. end
  1127. end
  1128. coroutine.resume(coroutine.create(function()
  1129. for _ = 1, 25 do
  1130. swait()
  1131. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1132. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1133. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1134. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1135. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1136. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1137. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1138. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1139. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1140. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1141. end
  1142. for _ = 1, 20 do
  1143. swait()
  1144. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1145. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1146. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1147. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1148. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1149. if dipperhat then
  1150. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1151. end
  1152. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1153. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1154. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1155. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1156. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1157. end
  1158. end))
  1159. repeat
  1160. swait()
  1161. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1162. until mus1.TimePosition > 2.9
  1163. mus1:Pause()
  1164. mus2:Pause()
  1165. zawarudoda:Play()
  1166. coroutine.resume(coroutine.create(function()
  1167. for _ = 1, 7 do
  1168. swait()
  1169. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1170. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1171. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1172. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1173. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1174. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1175. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1176. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1177. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1178. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1179. end
  1180. for _ = 1, 16 do
  1181. swait()
  1182. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1183. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1184. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1185. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1186. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1187. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1188. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1189. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1190. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1191. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1192. end
  1193. end))
  1194. repeat
  1195. swait()
  1196. until zawarudoda.TimePosition > 1.4
  1197. zawarudoda:Pause()
  1198. activu = false
  1199. standappear(thenoob)
  1200. wherto = hrp
  1201. addcfr = cf(3, 0.25, -1.5)
  1202. activu = true
  1203. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1204. for _ = 1, 10 do
  1205. swait()
  1206. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1207. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1208. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1209. 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)
  1210. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1211. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1212. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1213. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1214. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1215. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1216. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1217. end
  1218. wherto = hrp
  1219. addcfr = cf(-3, 0.25, -1.5)
  1220. for _ = 1, 25 do
  1221. swait()
  1222. checkhit(rightarm, 3)
  1223. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1224. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1225. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1226. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1227. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1228. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1229. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1230. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1231. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1232. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1233. end
  1234. if whogothit then
  1235. print("derp")
  1236. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1237. local laugo = Instance.new("Sound")
  1238. laugo.SoundId = "rbxassetid://291088606"
  1239. laugo.Volume = 1.5
  1240. laugo.Parent = hrp
  1241. game.Debris:AddItem(laugo, 2.5)
  1242. laugo:Play()
  1243. local sda = 0
  1244. local chn = 2
  1245. local cs = math.cos
  1246. for D = 1, 60 do
  1247. swait()
  1248. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1249. sda = sda + chn
  1250. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1251. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1252. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1253. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1254. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1255. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1256. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1257. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1258. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1259. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1260. end
  1261. hed.face.Texture = "rbxassetid://176777497"
  1262. mus1.TimePosition = 2.75
  1263. mus1:Play()
  1264. for C = 1, 30 do
  1265. swait()
  1266. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1267. sda = sda + chn
  1268. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1269. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1270. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1271. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1272. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1273. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1274. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1275. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1276. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1277. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1278. end
  1279. for _ = 1, 5 do
  1280. swait()
  1281. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1282. sda = sda + chn
  1283. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1284. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1285. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1286. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1287. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1288. if dipperhat then
  1289. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1290. end
  1291. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1292. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1293. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1294. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1295. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1296. end
  1297. wait(2)
  1298. elseif whogothit == nil then
  1299. print("noderp")
  1300. end
  1301. human:SetStateEnabled(3, true)
  1302. activu = false
  1303. standappear(thenoob)
  1304. activu = true
  1305. if dipperhat then
  1306. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1307. end
  1308. actmus1:Destroy()
  1309. actmus2:Destroy()
  1310. bast:Play()
  1311. if bodyvel then
  1312. bodyvel:Destroy()
  1313. end
  1314. cam.CameraType = "Custom"
  1315. hed.face.Texture = regface
  1316. chr.PrimaryPart = head
  1317. human.WalkSpeed = 16
  1318. activu = false
  1319. POSU = false
  1320. end
  1321. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1322. for _, guy in pairs(workspace:GetChildren()) do
  1323. 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
  1324. do
  1325. local humz = guy:FindFirstChild("Humanoid")
  1326. local horp = guy:FindFirstChild("HumanoidRootPart")
  1327. TakeDamage(humz, dmg)
  1328. local db = Instance.new("StringValue")
  1329. db.Name = "alabo"
  1330. db.Parent = horp
  1331. delay(debtim, function()
  1332. db:Destroy()
  1333. end)
  1334. local b = Instance.new("Part")
  1335. nooutline(b)
  1336. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1337. b.Transparency = 0.25
  1338. b.Anchored = true
  1339. b.CanCollide = false
  1340. b.BrickColor = BrickColor.new("Institutional white")
  1341. b.Locked = true
  1342. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1343. b.Parent = modz
  1344. local c = Instance.new("SpecialMesh")
  1345. c.MeshType = "Sphere"
  1346. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1347. c.Parent = b
  1348. game.Debris:AddItem(b, 1)
  1349. if bodyfdire then
  1350. local boopyve = Instance.new("BodyVelocity")
  1351. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1352. boopyve.P = math.huge
  1353. boopyve.Velocity = bodyfdire
  1354. boopyve.Parent = horp
  1355. game.Debris:AddItem(boopyve, debtim)
  1356. end
  1357. local bet = Instance.new("Sound")
  1358. bet.Pitch = rd2(9, 11) / 10
  1359. bet.Volume = rd2(12, 14) / 10
  1360. bet.SoundId = "rbxassetid://165604684"
  1361. bet.Parent = b
  1362. bet:Play()
  1363. coroutine.resume(coroutine.create(function()
  1364. for _ = 1, 5 do
  1365. swait()
  1366. b.Transparency = b.Transparency + 0.15
  1367. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1368. end
  1369. end))
  1370. end
  1371. end
  1372. end
  1373. end
  1374. mouse.KeyDown:connect(function(key)
  1375. if human.Health <= 0 then
  1376. return
  1377. end
  1378. if key == "f" then
  1379. standappear(thenoob)
  1380. end
  1381. if key == "r" then
  1382. MUDA()
  1383. end
  1384. if key == "e" then
  1385. block()
  1386. end
  1387. if key == "v" then
  1388. cability()
  1389. end
  1390. if key == "m" and plr.UserId then
  1391. THEBEST()
  1392. end
  1393. if key == "j" then
  1394. THREATENING()
  1395. end
  1396. if key == "k" then
  1397. konodioda:Play()
  1398. end
  1399. if key == "l" then
  1400. bast:Play()
  1401. end
  1402. if key == "p" then
  1403. zaworld:Play()
  1404. end
  1405. end)
  1406. tool.Equipped:connect(function()
  1407. selected = true
  1408. end)
  1409. tool.Unequipped:connect(function()
  1410. selected = false
  1411. end)
  1412. sine = 0
  1413. charge = 1
  1414. cos = math.cos
  1415. game:GetService("RunService").RenderStepped:connect(function()
  1416. if POSU == false then
  1417. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1418. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1419. local checkstate = human:GetState()
  1420. if checkstate.Value == 13 then
  1421. animpose = "Sitting"
  1422. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1423. animpose = "Jumping"
  1424. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1425. animpose = "Falling"
  1426. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1427. animpose = "Idle"
  1428. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1429. animpose = "Walking"
  1430. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1431. animpose = "TooFast"
  1432. end
  1433. if animpose == "Idle" then
  1434. sine = sine + charge
  1435. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1436. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1437. 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)
  1438. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1439. 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)
  1440. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1441. 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)
  1442. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1443. 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)
  1444. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1445. end
  1446. if animpose == "Walking" then
  1447. sine = sine + charge
  1448. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1449. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1450. 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)
  1451. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1452. 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)
  1453. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1454. 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)
  1455. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1456. 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)
  1457. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1458. end
  1459. if animpose == "Jumping" then
  1460. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1461. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1462. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1463. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1464. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1465. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1466. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1467. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1468. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1469. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1470. end
  1471. if animpose == "Falling" then
  1472. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1473. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1474. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1475. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1476. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1477. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1478. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1479. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1480. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1481. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1482. end
  1483. if animpose == "TooFast" then
  1484. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1485. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1486. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  1487. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1488. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1489. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1490. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  1491. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1492. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  1493. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1494. end
  1495. if animpose == "Sitting" then
  1496. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1497. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1498. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1499. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1500. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1501. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1502. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1503. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1504. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1505. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1506. end
  1507. end
  1508. if appeared == false and activu == false then
  1509. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1510. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1511. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1512. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1513. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1514. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1515. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1516. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1517. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1518. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1519. elseif appeared == true and activu == false then
  1520. sine = sine + charge
  1521. 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)
  1522. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1523. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1524. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1525. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1526. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1527. 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)
  1528. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1529. 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)
  1530. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1531. end
  1532. end)
  1533. function dispose()
  1534. for i, v in pairs(getfenv(0)) do
  1535. v = nil
  1536. end
  1537. error = nil
  1538. print = nil
  1539. warn = nil
  1540. end
  1541. human.Died:connect(dispose)
  1542. chr.Changed:connect(function()
  1543. if chr.Parent == nil then
  1544. dispose()
  1545. end
  1546. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement