Advertisement
DarkFlameKL

Untitled

Apr 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function TakeDamage(hum, dmg)
  2. hum:TakeDamage(dmg)
  3. end
  4. dmg = 50
  5. plr = game.Players.LocalPlayer
  6. repeat
  7. wait(0.4)
  8. until plr.Character
  9. chr = plr.Character
  10. human = chr:FindFirstChild("Humanoid")
  11. human.MaxHealth, human.Health = math.huge, math.huge
  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 pa1 = Instance.new("Part")
  298. nooutline(pa1)
  299. pa1.Anchored = false
  300. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  301. pa1.Name = "pa1"
  302. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  303. pa1.BrickColor = BrickColor.new("Really black")
  304. pa1.CanCollide = false
  305. pa1.Locked = true
  306. pa1.Transparency = 1
  307. pa1.Parent = ZANOOB
  308. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  309. 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))
  310. local pa2 = Instance.new("Part")
  311. nooutline(pa2)
  312. pa2.Anchored = false
  313. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  314. pa2.Name = "pa2"
  315. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  316. pa2.BrickColor = BrickColor.new("Really black")
  317. pa2.CanCollide = false
  318. pa2.Locked = true
  319. pa2.Transparency = 1
  320. pa2.Parent = ZANOOB
  321. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  322. 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))
  323. local pa3 = Instance.new("Part")
  324. nooutline(pa3)
  325. pa3.Anchored = false
  326. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  327. pa3.Name = "pa3"
  328. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  329. pa3.BrickColor = BrickColor.new("Really black")
  330. pa3.CanCollide = false
  331. pa3.Locked = true
  332. pa3.Transparency = 1
  333. pa3.Parent = ZANOOB
  334. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  335. 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))
  336. local pa4 = Instance.new("Part")
  337. nooutline(pa4)
  338. pa4.Anchored = false
  339. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  340. pa4.Name = "pa4"
  341. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  342. pa4.BrickColor = BrickColor.new("Really black")
  343. pa4.CanCollide = false
  344. pa4.Locked = true
  345. pa4.Transparency = 1
  346. pa4.Parent = ZANOOB
  347. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  348. 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))
  349. local pa5 = Instance.new("Part")
  350. nooutline(pa5)
  351. pa5.Anchored = false
  352. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  353. pa5.Name = "pa5"
  354. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  355. pa5.BrickColor = BrickColor.new("Really black")
  356. pa5.CanCollide = false
  357. pa5.Locked = true
  358. pa5.Transparency = 1
  359. pa5.Parent = ZANOOB
  360. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  361. 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))
  362. local pa6 = Instance.new("Part")
  363. nooutline(pa6)
  364. pa6.Anchored = false
  365. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  366. pa6.Name = "pa6"
  367. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  368. pa6.BrickColor = BrickColor.new("Really black")
  369. pa6.CanCollide = false
  370. pa6.Locked = true
  371. pa6.Transparency = 1
  372. pa6.Parent = ZANOOB
  373. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  374. 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))
  375. local pa7 = Instance.new("Part")
  376. nooutline(pa7)
  377. pa7.Anchored = false
  378. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  379. pa7.Name = "pa7"
  380. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  381. pa7.BrickColor = BrickColor.new("Really black")
  382. pa7.CanCollide = false
  383. pa7.Locked = true
  384. pa7.Transparency = 1
  385. pa7.Parent = ZANOOB
  386. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  387. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  388. local pa8 = Instance.new("Part")
  389. nooutline(pa8)
  390. pa8.Anchored = false
  391. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  392. pa8.Name = "pa8"
  393. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  394. pa8.BrickColor = BrickColor.new("Really black")
  395. pa8.CanCollide = false
  396. pa8.Locked = true
  397. pa8.Transparency = 1
  398. pa8.Parent = ZANOOB
  399. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  400. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  401. local pa9 = Instance.new("Part")
  402. nooutline(pa9)
  403. pa9.Anchored = false
  404. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  405. pa9.Name = "pa9"
  406. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  407. pa9.BrickColor = BrickColor.new("Bright red")
  408. pa9.CanCollide = false
  409. pa9.Locked = true
  410. pa9.Transparency = 1
  411. pa9.Parent = ZANOOB
  412. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  413. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  414. local pa10 = Instance.new("Part")
  415. nooutline(pa10)
  416. pa10.Anchored = false
  417. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  418. pa10.Name = "pa10"
  419. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  420. pa10.BrickColor = BrickColor.new("Really black")
  421. pa10.CanCollide = false
  422. pa10.Locked = true
  423. pa10.Transparency = 1
  424. pa10.Parent = ZANOOB
  425. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  426. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  427. local pa11 = Instance.new("Part")
  428. nooutline(pa11)
  429. pa11.Anchored = false
  430. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  431. pa11.Name = "pa11"
  432. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  433. pa11.BrickColor = BrickColor.new("Really black")
  434. pa11.CanCollide = false
  435. pa11.Locked = true
  436. pa11.Transparency = 1
  437. pa11.Parent = ZANOOB
  438. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  439. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  440. local raemblem = Instance.new("Part")
  441. nooutline(raemblem)
  442. raemblem.Anchored = false
  443. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  444. raemblem.Name = "raemblem"
  445. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  446. raemblem.BrickColor = BrickColor.new("White")
  447. raemblem.CanCollide = false
  448. raemblem.Locked = true
  449. raemblem.Material = "SmoothPlastic"
  450. raemblem.Transparency = 1
  451. raemblem.Parent = ZANOOB
  452. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  453. 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))
  454. local emmes = Instance.new("Decal")
  455. emmes.Texture = "rbxassetid://291302154"
  456. emmes.Transparency = 1
  457. emmes.Face = "Right"
  458. emmes.Name = "embe"
  459. emmes.Parent = raemblem
  460. local ra1 = Instance.new("Part")
  461. nooutline(ra1)
  462. ra1.Anchored = false
  463. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  464. ra1.Name = "ra1"
  465. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  466. ra1.BrickColor = BrickColor.new("White")
  467. ra1.CanCollide = false
  468. ra1.Locked = true
  469. ra1.Transparency = 1
  470. ra1.Parent = ZANOOB
  471. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  472. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  473. local ra2 = Instance.new("Part")
  474. nooutline(ra2)
  475. ra2.Anchored = false
  476. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  477. ra2.Name = "ra2"
  478. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  479. ra2.BrickColor = BrickColor.new("White")
  480. ra2.CanCollide = false
  481. ra2.Locked = true
  482. ra2.Transparency = 1
  483. ra2.Parent = ZANOOB
  484. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  485. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  486. local ra3 = Instance.new("Part")
  487. nooutline(ra3)
  488. ra3.Anchored = false
  489. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  490. ra3.Name = "ra3"
  491. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  492. ra3.BrickColor = BrickColor.new("Bright red")
  493. ra3.CanCollide = false
  494. ra3.Locked = true
  495. ra3.Transparency = 1
  496. ra3.Parent = ZANOOB
  497. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  498. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  499. local ra4 = Instance.new("Part")
  500. nooutline(ra4)
  501. ra4.Anchored = false
  502. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  503. ra4.Name = "ra4"
  504. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  505. ra4.BrickColor = BrickColor.new("Bright red")
  506. ra4.CanCollide = false
  507. ra4.Locked = true
  508. ra4.Transparency = 1
  509. ra4.Parent = ZANOOB
  510. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  511. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  512. local ra5 = Instance.new("Part")
  513. nooutline(ra5)
  514. ra5.Anchored = false
  515. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  516. ra5.Name = "ra5"
  517. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  518. ra5.BrickColor = BrickColor.new("White")
  519. ra5.CanCollide = false
  520. ra5.Locked = true
  521. ra5.Transparency = 1
  522. ra5.Parent = ZANOOB
  523. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  524. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  525. local la1 = Instance.new("Part")
  526. nooutline(la1)
  527. la1.Anchored = false
  528. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  529. la1.Name = "la1"
  530. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  531. la1.BrickColor = BrickColor.new("White")
  532. la1.CanCollide = false
  533. la1.Locked = true
  534. la1.Transparency = 1
  535. la1.Parent = ZANOOB
  536. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  537. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  538. local la2 = Instance.new("Part")
  539. nooutline(la2)
  540. la2.Anchored = false
  541. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  542. la2.Name = "la2"
  543. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  544. la2.BrickColor = BrickColor.new("White")
  545. la2.CanCollide = false
  546. la2.Locked = true
  547. la2.Transparency = 1
  548. la2.Parent = ZANOOB
  549. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  550. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  551. local la3 = Instance.new("Part")
  552. nooutline(la3)
  553. la3.Anchored = false
  554. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  555. la3.Name = "la3"
  556. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  557. la3.BrickColor = BrickColor.new("Bright red")
  558. la3.CanCollide = false
  559. la3.Locked = true
  560. la3.Transparency = 1
  561. la3.Parent = ZANOOB
  562. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  563. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  564. local la4 = Instance.new("Part")
  565. nooutline(la4)
  566. la4.Anchored = false
  567. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  568. la4.Name = "la4"
  569. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  570. la4.BrickColor = BrickColor.new("Bright red")
  571. la4.CanCollide = false
  572. la4.Locked = true
  573. la4.Transparency = 1
  574. la4.Parent = ZANOOB
  575. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  576. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  577. local la5 = Instance.new("Part")
  578. nooutline(la5)
  579. la5.Anchored = false
  580. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  581. la5.Name = "la5"
  582. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  583. la5.BrickColor = BrickColor.new("White")
  584. la5.CanCollide = false
  585. la5.Locked = true
  586. la5.Transparency = 1
  587. la5.Parent = ZANOOB
  588. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  589. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  590. local ll1 = Instance.new("Part")
  591. nooutline(ll1)
  592. ll1.Anchored = false
  593. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  594. ll1.Name = "ll1"
  595. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  596. ll1.BrickColor = BrickColor.new("Bright red")
  597. ll1.CanCollide = false
  598. ll1.Locked = true
  599. ll1.Transparency = 1
  600. ll1.Parent = ZANOOB
  601. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  602. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  603. local ll2 = Instance.new("Part")
  604. nooutline(ll2)
  605. ll2.Anchored = false
  606. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  607. ll2.Name = "ll2"
  608. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  609. ll2.BrickColor = BrickColor.new("Bright red")
  610. ll2.CanCollide = false
  611. ll2.Locked = true
  612. ll2.Transparency = 1
  613. ll2.Parent = ZANOOB
  614. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  615. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  616. local ll3 = Instance.new("Part")
  617. nooutline(ll3)
  618. ll3.Anchored = false
  619. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  620. ll3.Name = "ll3"
  621. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  622. ll3.BrickColor = BrickColor.new("White")
  623. ll3.CanCollide = false
  624. ll3.Locked = true
  625. ll3.Transparency = 1
  626. ll3.Parent = ZANOOB
  627. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  628. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  629. local rr1 = Instance.new("Part")
  630. nooutline(rr1)
  631. rr1.Anchored = false
  632. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  633. rr1.Name = "rr1"
  634. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  635. rr1.BrickColor = BrickColor.new("Bright red")
  636. rr1.CanCollide = false
  637. rr1.Locked = true
  638. rr1.Transparency = 1
  639. rr1.Parent = ZANOOB
  640. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  641. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  642. local rr2 = Instance.new("Part")
  643. nooutline(rr2)
  644. rr2.Anchored = false
  645. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  646. rr2.Name = "rr2"
  647. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  648. rr2.BrickColor = BrickColor.new("Bright red")
  649. rr2.CanCollide = false
  650. rr2.Locked = true
  651. rr2.Transparency = 1
  652. rr2.Parent = ZANOOB
  653. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  654. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  655. local rr3 = Instance.new("Part")
  656. nooutline(rr3)
  657. rr3.Anchored = false
  658. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  659. rr3.Name = "rr3"
  660. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  661. rr3.BrickColor = BrickColor.new("White")
  662. rr3.CanCollide = false
  663. rr3.Locked = true
  664. rr3.Transparency = 1
  665. rr3.Parent = ZANOOB
  666. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  667. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  668. return ZANOOB
  669. end
  670. local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  671. coroutine.resume(coroutine.create(function()
  672. local rot = thenoob.HumanoidRootPart
  673. repeat
  674. swait()
  675. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  676. until rot == nil
  677. end))
  678. local rot = thenoob.HumanoidRootPart
  679. local ntorso = thenoob:FindFirstChild("Torso")
  680. local rightarm = thenoob:FindFirstChild("Right Arm")
  681. local leftarm = thenoob:FindFirstChild("Left Arm")
  682. local leftleg = thenoob:FindFirstChild("Left Leg")
  683. local rightleg = thenoob:FindFirstChild("Right Leg")
  684. local head = thenoob:FindFirstChild("Head")
  685. local face = head:FindFirstChild("face")
  686. local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
  687. local embpart = thenoob:FindFirstChild("raemblem")
  688. local nRJ = rot:FindFirstChild("RootJoint")
  689. local nN = ntorso:FindFirstChild("Neck")
  690. local nRS = ntorso:FindFirstChild("Right Shoulder")
  691. local nLS = ntorso:FindFirstChild("Left Shoulder")
  692. local nRH = ntorso:FindFirstChild("Right Hip")
  693. local nLH = ntorso:FindFirstChild("Left Hip")
  694. function standappear(nbz)
  695. if selected == false or activu == true then
  696. return
  697. end
  698. if appeared == false then
  699. appeared = true
  700. wherto = hrp
  701. addcfr = cf(-2, 1, 2)
  702. local apear = Instance.new("Sound")
  703. apear.SoundId = "rbxassetid://463010917"
  704. apear.Parent = rot
  705. apear.Volume = 1.25
  706. game.Debris:AddItem(apear, 1.5)
  707. apear:Play()
  708. for _, n in pairs(nbz:GetChildren()) do
  709. coroutine.resume(coroutine.create(function()
  710. for _ = 1, 5 do
  711. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  712. swait()
  713. n.Transparency = n.Transparency - 0.2
  714. face.Transparency = face.Transparency - 0.2
  715. emblem.Transparency = emblem.Transparency - 0.2
  716. end
  717. end
  718. if n ~= rot and n ~= embpart then
  719. n.Transparency = 0
  720. end
  721. face.Transparency = 0
  722. emblem.Transparency = 0
  723. end))
  724. end
  725. elseif appeared == true then
  726. appeared = false
  727. wherto = hrp
  728. addcfr = cf(0, 0, 0)
  729. for _, n in pairs(nbz:GetChildren()) do
  730. coroutine.resume(coroutine.create(function()
  731. for _ = 1, 5 do
  732. if n ~= rot and n ~= embpart then
  733. swait()
  734. n.Transparency = n.Transparency + 0.2
  735. face.Transparency = face.Transparency + 0.2
  736. emblem.Transparency = emblem.Transparency + 0.2
  737. end
  738. end
  739. if n ~= rot and n ~= embpart then
  740. n.Transparency = 1
  741. end
  742. face.Transparency = 1
  743. emblem.Transparency = 1
  744. end))
  745. end
  746. end
  747. end
  748. function THREATENING()
  749. if selected == false or activu == true then
  750. return
  751. end
  752. if POSU == false then
  753. POSU = true
  754. human.WalkSpeed = 0
  755. local d = Instance.new("ParticleEmitter")
  756. d.Name = "MENACINGU"
  757. d.Lifetime = NumberRange.new(1)
  758. d.Rate = 2
  759. d.Texture = "rbxassetid://298768656"
  760. d.VelocitySpread = 60
  761. d.Parent = tors
  762. human:SetStateEnabled(3, false)
  763. local randomoth = math.random(1, 2)
  764. if randomoth == 1 then
  765. repeat
  766. swait()
  767. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  768. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  769. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  770. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  771. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  772. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  773. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  774. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  775. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  776. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  777. until POSU == false
  778. elseif randomoth == 2 then
  779. repeat
  780. swait()
  781. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  782. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  783. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  784. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  785. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  786. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  787. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  788. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  789. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  790. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  791. until POSU == false
  792. end
  793. elseif POSU == true then
  794. POSU = false
  795. human.WalkSpeed = 16
  796. human:SetStateEnabled(3, true)
  797. tors.MENACINGU:Destroy()
  798. activu = true
  799. activu = false
  800. end
  801. end
  802. local EHMMM = 0
  803. function block()
  804. if EHMMM == 50 or selected == false or activu == true then
  805. return
  806. end
  807. if appeared == false then
  808. standappear(thenoob)
  809. end
  810. wherto = hrp
  811. addcfr = cf(0, 0, -3)
  812. local bep = true
  813. local humanshealth = human.Health
  814. activu = true
  815. human:SetStateEnabled(15, false)
  816. local de = mouse.KeyUp:connect(function(key)
  817. if key == "e" then
  818. bep = false
  819. end
  820. end)
  821. local poopes = 0
  822. repeat
  823. swait()
  824. poopes = poopes + 1
  825. human.Health = humanshealth
  826. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  827. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  828. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  829. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  830. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  831. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  832. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  833. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  834. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  835. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  836. until bep == false or poopes > 240
  837. de:Disconnect()
  838. human:SetStateEnabled(15, true)
  839. activu = false
  840. EHMMM = 50
  841. coroutine.resume(coroutine.create(function()
  842. wait(7)
  843. EHMMM = 0
  844. end))
  845. wherto = hrp
  846. addcfr = cf(-2, 1, 2)
  847. end
  848. function MUDA()
  849. if selected == false or activu == true then
  850. return
  851. end
  852. if appeared == false then
  853. standappear(thenoob)
  854. wherto = hrp
  855. addcfr = cf(0, 0, -3.5)
  856. end
  857. wry:Stop()
  858. local bep = true
  859. activu = true
  860. wherto = hrp
  861. addcfr = cf(0, 0, -3.5)
  862. local function blur(limb)
  863. coroutine.resume(coroutine.create(function()
  864. local memedon = {}
  865. for i = 1, 6 do
  866. local b1 = Instance.new("Part")
  867. nooutline(b1)
  868. b1.Size = Vector3.new(1, 2, 1)
  869. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  870. b1.CanCollide = false
  871. b1.BrickColor = limb.BrickColor
  872. b1.Anchored = true
  873. b1.Transparency = 0.7
  874. b1.Locked = true
  875. b1.Parent = modz
  876. table.insert(memedon, b1)
  877. end
  878. local num = 0
  879. repeat
  880. swait()
  881. num = num % 6 + 1
  882. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  883. until bep == false
  884. for i = 1, #memedon do
  885. swait()
  886. memedon[i]:Destroy()
  887. end
  888. end))
  889. end
  890. local de = mouse.KeyUp:connect(function(key)
  891. if key == "r" then
  892. bep = false
  893. end
  894. end)
  895. blur(rightarm)
  896. blur(leftarm)
  897. local mudodo = Instance.new("Sound")
  898. mudodo.Volume = 7.5
  899. mudodo.SoundId = "rbxassetid://791374350"
  900. mudodo.Looped = true
  901. mudodo.Parent = hrp
  902. mudodo:Play()
  903. repeat
  904. for _ = 1, 2 do
  905. swait()
  906. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  907. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  908. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  909. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  910. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  911. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  912. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  913. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  914. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  915. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  916. end
  917. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  918. for _ = 1, 2 do
  919. swait()
  920. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  921. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  922. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  923. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  924. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  925. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  926. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  927. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  928. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  929. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  930. end
  931. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  932. for _ = 1, 2 do
  933. swait()
  934. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  935. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  936. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  937. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  938. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  939. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  940. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  941. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  942. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  943. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  944. end
  945. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  946. for _ = 1, 2 do
  947. swait()
  948. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  949. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  950. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  951. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  952. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  953. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  954. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  955. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  956. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  957. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  958. end
  959. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  960. until bep == false or 0 >= human.Health
  961. de:Disconnect()
  962. mudodo:Stop()
  963. wry:Play()
  964. for _ = 1, 6 do
  965. swait()
  966. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  967. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  968. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  969. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  970. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  971. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  972. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  973. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  974. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  975. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  976. end
  977. for _ = 1, 7 do
  978. swait()
  979. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  980. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  981. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  982. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  983. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  984. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  985. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  986. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  987. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  988. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  989. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  990. end
  991. swait(5)
  992. wherto = hrp
  993. mudodo:Destroy()
  994. addcfr = cf(-2, 1, 2)
  995. activu = false
  996. end
  997. function cability()
  998. if selected == false or activu == true then
  999. return
  1000. end
  1001. if appeared == false then
  1002. standappear(thenoob)
  1003. wherto = hrp
  1004. addcfr = cf(0, 0, -3.75)
  1005. end
  1006. activu = true
  1007. wherto = hrp
  1008. addcfr = cf(0, 0, -3.5)
  1009. local ZAWRUA = Instance.new("Sound")
  1010. ZAWRUA.SoundId = "rbxassetid://257346558"
  1011. ZAWRUA.Volume = 3
  1012. ZAWRUA.Parent = hrp
  1013. ZAWRUA:Play()
  1014. game.Debris:AddItem(ZAWRUA, 2.5)
  1015. local wate = Instance.new("Part")
  1016. nooutline(wate)
  1017. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1018. wate.Material = "Neon"
  1019. wate.Transparency = 1
  1020. wate.BrickColor = BrickColor.new("Bright red")
  1021. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1022. wate.Anchored = true
  1023. wate.CanCollide = false
  1024. wate.Parent = modz
  1025. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1026. coroutine.resume(coroutine.create(function()
  1027. repeat
  1028. swait()
  1029. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1030. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1031. until not wate
  1032. end))
  1033. coroutine.resume(coroutine.create(function()
  1034. local pt = {}
  1035. for _ = 1, 10 do
  1036. local wp = Instance.new("Part")
  1037. nooutline(wp)
  1038. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1039. wp.Material = "Neon"
  1040. wp.Transparency = 1
  1041. wp.BrickColor = BrickColor.new("Bright red")
  1042. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1043. wp.Anchored = true
  1044. wp.CanCollide = false
  1045. wp.Parent = modz
  1046. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1047. table.insert(pt, wp)
  1048. table.insert(pt, wmz)
  1049. end
  1050. for m = 1, 45 do
  1051. swait()
  1052. for _, hey in pairs(pt) do
  1053. if hey.ClassName == "SpecialMesh" then
  1054. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1055. elseif hey.ClassName == "Part" then
  1056. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1057. hey.Transparency = hey.Transparency - 0.015
  1058. end
  1059. end
  1060. end
  1061. for m = 45, 50 do
  1062. swait()
  1063. for _, hey in pairs(pt) do
  1064. if hey.ClassName == "SpecialMesh" then
  1065. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1066. elseif hey.ClassName == "Part" then
  1067. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1068. hey.Transparency = hey.Transparency + 0.2
  1069. end
  1070. end
  1071. end
  1072. for _, AAA in pairs(pt) do
  1073. if AAA.ClassName == "Part" then
  1074. AAA:Destroy()
  1075. end
  1076. end
  1077. end))
  1078. for _ = 1, 50 do
  1079. swait()
  1080. wmesh.Scale = Vector3.new(9, 9, 9)
  1081. wate.Transparency = wate.Transparency - 0.008
  1082. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1083. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1084. 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)
  1085. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1086. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1087. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1088. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1089. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1090. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1091. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1092. end
  1093. local pooo = Instance.new("Sound")
  1094. pooo.SoundId = "rbxassetid://1277342512"
  1095. pooo.Volume = 3
  1096. pooo.Parent = hrp
  1097. pooo:Play()
  1098. game.Debris:AddItem(pooo, 2.5)
  1099. for _ = 1, 1 do
  1100. swait()
  1101. wate.Transparency = wate.Transparency + 0.15
  1102. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1103. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1104. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1105. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1106. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1107. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1108. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1109. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1110. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1111. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1112. end
  1113. local swoo = Instance.new("Part")
  1114. nooutline(swoo)
  1115. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1116. swoo.Material = "Neon"
  1117. swoo.Transparency = 0.2
  1118. swoo.BrickColor = BrickColor.new("Bright red")
  1119. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1120. swoo.Anchored = true
  1121. swoo.CanCollide = false
  1122. swoo.Parent = modz
  1123. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1124. local pli = Instance.new("PointLight")
  1125. pli.Brightness = 2
  1126. pli.Color = Color3.new(0.45098039215686275, 1, 0)
  1127. pli.Range = 10
  1128. pli.Shadows = true
  1129. pli.Parent = swoo
  1130. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1131. for _ = 1, 10 do
  1132. swait()
  1133. wate.Transparency = wate.Transparency + 0.05
  1134. swoo.Transparency = swoo.Transparency + 0.075
  1135. pli.Range = pli.Range - 1
  1136. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1137. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1138. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1139. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1140. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1141. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1142. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1143. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1144. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1145. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1146. end
  1147. wate:Destroy()
  1148. swoo:Destroy()
  1149. pli:Destroy()
  1150. swait(15)
  1151. wherto = hrp
  1152. addcfr = cf(-2, 1, 2)
  1153. activu = false
  1154. end
  1155. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1156. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1157. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1158. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1159. function THEBEST()
  1160. if selected == false or activu == true or appeared == true or POSU == true then
  1161. return
  1162. end
  1163. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1164. local dipperrot
  1165. if dipperhat then
  1166. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1167. end
  1168. activu = true
  1169. POSU = true
  1170. cam.CameraType = "Scriptable"
  1171. chr.PrimaryPart = hrp
  1172. human.WalkSpeed = 0
  1173. human:SetStateEnabled(3, false)
  1174. local actmus1 = Instance.new("Sound")
  1175. actmus1.SoundId = "rbxassetid://188959462"
  1176. actmus1.Volume = 1.5
  1177. actmus1.RollOffMode = 1
  1178. actmus1.TimePosition = 0
  1179. actmus1.Parent = cam
  1180. local actmus2 = Instance.new("Sound")
  1181. actmus2.SoundId = "rbxassetid://188959462"
  1182. actmus2.Volume = 1.5
  1183. actmus2.RollOffMode = 1
  1184. actmus2.TimePosition = 0
  1185. actmus2.Parent = hrp
  1186. actmus1:Play()
  1187. actmus2:Play()
  1188. local mus1 = Instance.new("Sound")
  1189. mus1.SoundId = "rbxassetid://616594208"
  1190. mus1.Volume = 1.25
  1191. mus1.TimePosition = 0.45
  1192. mus1.Parent = cam
  1193. local mus2 = Instance.new("Sound")
  1194. mus2.SoundId = "rbxassetid://616594208"
  1195. mus2.Volume = 1.25
  1196. mus2.TimePosition = 0.45
  1197. mus2.Parent = hrp
  1198. local zawarudoda = Instance.new("Sound")
  1199. zawarudoda.SoundId = "rbxassetid://616576400"
  1200. zawarudoda.Volume = 2
  1201. zawarudoda.TimePosition = 0.3
  1202. zawarudoda.Parent = hrp
  1203. mus1:Play()
  1204. mus2:Play()
  1205. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1206. local regface = hed.face.Texture
  1207. local whogothit, bodyvel
  1208. local function checkhit(partoz, magn)
  1209. for _, guy in pairs(workspace:GetChildren()) do
  1210. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1211. whogothit = guy
  1212. guy:FindFirstChild("Humanoid").PlatformStand = true
  1213. do
  1214. local derp = Instance.new("BodyPosition")
  1215. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1216. derp.P = 8000
  1217. derp.D = 500
  1218. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1219. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1220. bodyvel = derp
  1221. local derp2 = Instance.new("BodyAngularVelocity")
  1222. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1223. derp2.P = 8000
  1224. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1225. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1226. delay(0.1, function()
  1227. derp2:Destroy()
  1228. end)
  1229. bodyvel = derp
  1230. end
  1231. end
  1232. end
  1233. end
  1234. coroutine.resume(coroutine.create(function()
  1235. for _ = 1, 25 do
  1236. swait()
  1237. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1238. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1239. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1240. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1241. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1242. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1243. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1244. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1245. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1246. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1247. end
  1248. for _ = 1, 20 do
  1249. swait()
  1250. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1251. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1252. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1253. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1254. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1255. if dipperhat then
  1256. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1257. end
  1258. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1259. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1260. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1261. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1262. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1263. end
  1264. end))
  1265. repeat
  1266. swait()
  1267. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1268. until mus1.TimePosition > 2.9
  1269. mus1:Pause()
  1270. mus2:Pause()
  1271. zawarudoda:Play()
  1272. coroutine.resume(coroutine.create(function()
  1273. for _ = 1, 7 do
  1274. swait()
  1275. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1276. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1277. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1278. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1279. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1280. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1281. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1282. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1283. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1284. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1285. end
  1286. for _ = 1, 16 do
  1287. swait()
  1288. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1289. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1290. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1291. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1292. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1293. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1294. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1295. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1296. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1297. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1298. end
  1299. end))
  1300. repeat
  1301. swait()
  1302. until zawarudoda.TimePosition > 1.4
  1303. zawarudoda:Pause()
  1304. activu = false
  1305. standappear(thenoob)
  1306. wherto = hrp
  1307. addcfr = cf(3, 0.25, -1.5)
  1308. activu = true
  1309. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1310. for _ = 1, 10 do
  1311. swait()
  1312. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1313. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1314. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1315. 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)
  1316. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1317. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1318. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1319. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1320. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1321. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1322. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1323. end
  1324. wherto = hrp
  1325. addcfr = cf(-3, 0.25, -1.5)
  1326. for _ = 1, 25 do
  1327. swait()
  1328. checkhit(rightarm, 3)
  1329. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1330. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1331. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1332. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1333. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1334. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1335. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1336. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1337. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1338. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1339. end
  1340. if whogothit then
  1341. print("derp")
  1342. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1343. local laugo = Instance.new("Sound")
  1344. laugo.SoundId = "rbxassetid://291088606"
  1345. laugo.Volume = 1.5
  1346. laugo.Parent = hrp
  1347. game.Debris:AddItem(laugo, 2.5)
  1348. laugo:Play()
  1349. local sda = 0
  1350. local chn = 2
  1351. local cs = math.cos
  1352. for D = 1, 60 do
  1353. swait()
  1354. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1355. sda = sda + chn
  1356. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1357. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1358. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1359. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1360. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1361. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1362. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1363. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1364. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1365. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1366. end
  1367. hed.face.Texture = "rbxassetid://176777497"
  1368. mus1.TimePosition = 2.75
  1369. mus1:Play()
  1370. for C = 1, 30 do
  1371. swait()
  1372. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1373. sda = sda + chn
  1374. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1375. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1376. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1377. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1378. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1379. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1380. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1381. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1382. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1383. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1384. end
  1385. for _ = 1, 5 do
  1386. swait()
  1387. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1388. sda = sda + chn
  1389. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1390. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1391. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1392. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1393. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1394. if dipperhat then
  1395. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1396. end
  1397. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1398. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1399. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1400. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1401. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1402. end
  1403. wait(2)
  1404. elseif whogothit == nil then
  1405. print("noderp")
  1406. end
  1407. human:SetStateEnabled(3, true)
  1408. activu = false
  1409. standappear(thenoob)
  1410. activu = true
  1411. if dipperhat then
  1412. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1413. end
  1414. actmus1:Destroy()
  1415. actmus2:Destroy()
  1416. bast:Play()
  1417. if bodyvel then
  1418. bodyvel:Destroy()
  1419. end
  1420. cam.CameraType = "Custom"
  1421. hed.face.Texture = regface
  1422. chr.PrimaryPart = head
  1423. human.WalkSpeed = 16
  1424. activu = false
  1425. POSU = false
  1426. end
  1427. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1428. for _, guy in pairs(workspace:GetChildren()) do
  1429. 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
  1430. do
  1431. local humz = guy:FindFirstChild("Humanoid")
  1432. local horp = guy:FindFirstChild("HumanoidRootPart")
  1433. TakeDamage(humz, dmg)
  1434. local db = Instance.new("StringValue")
  1435. db.Name = "alabo"
  1436. db.Parent = horp
  1437. delay(debtim, function()
  1438. db:Destroy()
  1439. end)
  1440. local b = Instance.new("Part")
  1441. nooutline(b)
  1442. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1443. b.Transparency = 0.25
  1444. b.Anchored = true
  1445. b.CanCollide = false
  1446. b.BrickColor = BrickColor.new("Institutional white")
  1447. b.Locked = true
  1448. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1449. b.Parent = modz
  1450. local c = Instance.new("SpecialMesh")
  1451. c.MeshType = "Sphere"
  1452. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1453. c.Parent = b
  1454. game.Debris:AddItem(b, 1)
  1455. if bodyfdire then
  1456. local boopyve = Instance.new("BodyVelocity")
  1457. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1458. boopyve.P = math.huge
  1459. boopyve.Velocity = bodyfdire
  1460. boopyve.Parent = horp
  1461. game.Debris:AddItem(boopyve, debtim)
  1462. end
  1463. local bet = Instance.new("Sound")
  1464. bet.Pitch = rd2(9, 11) / 10
  1465. bet.Volume = rd2(12, 14) / 10
  1466. bet.SoundId = "rbxassetid://165604684"
  1467. bet.Parent = b
  1468. bet:Play()
  1469. coroutine.resume(coroutine.create(function()
  1470. for _ = 1, 5 do
  1471. swait()
  1472. b.Transparency = b.Transparency + 0.15
  1473. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1474. end
  1475. end))
  1476. end
  1477. end
  1478. end
  1479. end
  1480. mouse.KeyDown:connect(function(key)
  1481. if human.Health <= 0 then
  1482. return
  1483. end
  1484. if key == "f" then
  1485. standappear(thenoob)
  1486. end
  1487. if key == "r" then
  1488. MUDA()
  1489. end
  1490. if key == "e" then
  1491. block()
  1492. end
  1493. if key == "v" then
  1494. cability()
  1495. end
  1496. if key == "m" and plr.UserId then
  1497. THEBEST()
  1498. end
  1499. if key == "j" then
  1500. THREATENING()
  1501. end
  1502. if key == "k" then
  1503. konodioda:Play()
  1504. end
  1505. if key == "l" then
  1506. bast:Play()
  1507. end
  1508. if key == "p" then
  1509. zaworld:Play()
  1510. end
  1511. end)
  1512. tool.Equipped:connect(function()
  1513. selected = true
  1514. end)
  1515. tool.Unequipped:connect(function()
  1516. selected = false
  1517. end)
  1518. sine = 0
  1519. charge = 1
  1520. cos = math.cos
  1521. game:GetService("RunService").RenderStepped:connect(function()
  1522. if POSU == false then
  1523. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  1524. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1525. local checkstate = human:GetState()
  1526. if checkstate.Value == 13 then
  1527. animpose = "Sitting"
  1528. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1529. animpose = "Jumping"
  1530. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1531. animpose = "Falling"
  1532. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  1533. animpose = "Idle"
  1534. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  1535. animpose = "Walking"
  1536. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  1537. animpose = "TooFast"
  1538. end
  1539. if animpose == "Idle" then
  1540. sine = sine + charge
  1541. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1542. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1543. 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)
  1544. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1545. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  1546. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1547. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  1548. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1549. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  1550. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1551. end
  1552. if animpose == "Walking" then
  1553. sine = sine + charge
  1554. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1555. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  1556. 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)
  1557. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1558. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  1559. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1560. 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)
  1561. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1562. 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)
  1563. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1564. end
  1565. if animpose == "Jumping" then
  1566. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  1567. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1568. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1569. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1570. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1571. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1572. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  1573. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1574. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1575. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1576. end
  1577. if animpose == "Falling" then
  1578. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  1579. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1580. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  1581. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1582. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  1583. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1584. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1585. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1586. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  1587. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1588. end
  1589. if animpose == "TooFast" then
  1590. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  1591. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  1592. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 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.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  1595. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  1596. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 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(0), rd(0), rd(50)), 0.3)
  1599. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1600. end
  1601. if animpose == "Sitting" then
  1602. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1603. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1604. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1605. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1606. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1607. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1608. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1609. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1610. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1611. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1612. end
  1613. end
  1614. if appeared == false and activu == false then
  1615. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1616. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1617. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1618. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1619. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1620. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1621. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1622. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1623. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1624. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1625. elseif appeared == true and activu == false then
  1626. sine = sine + charge
  1627. 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)
  1628. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  1629. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1630. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1631. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  1632. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1633. 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)
  1634. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1635. 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)
  1636. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1637. end
  1638. end)
  1639. function dispose()
  1640. for i, v in pairs(getfenv(0)) do
  1641. v = nil
  1642. end
  1643. error = nil
  1644. print = nil
  1645. warn = nil
  1646. end
  1647. human.Died:connect(dispose)
  1648. chr.Changed:connect(function()
  1649. if chr.Parent == nil then
  1650. dispose()
  1651. end
  1652. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement