Advertisement
DedFense

possible leak

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